in other words, the bottom layer first obtains Reflect.ownKeys
, and then excludes inenumerable ones, thus getting the result of Object.keys
.
or is there a special acceleration channel for the acquisition of enumerable attributes, while Reflect.ownKeys
is slower because it appears late and is not fully optimized?