Home
last modified time | relevance | path

Searched defs:ownKeys (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_proxy.cpp907 JSHandle<TaggedArray> ownKeys = JSTaggedValue::GetOwnPropertyKeys(thread, targetHandle); in GetAllPropertyKeys() local
Djs_object.cpp2259 JSHandle<TaggedArray> ownKeys = JSTaggedValue::GetOwnPropertyKeys(thread, tagObj); in EnumerableOwnPropertyNames() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_object.cpp407 JSHandle<TaggedArray> ownKeys = in GetOwnPropertyDescriptors() local