Home
last modified time | relevance | path

Searched refs:handleKeys (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_object.cpp178 JSHandle<TaggedArray> handleKeys = JSTaggedValue::GetOwnPropertyKeys(thread, JSHandle<JSTaggedValue>::Cast(props)); in ObjectDefineProperties() local
185 uint32_t length = handleKeys->GetLength(); in ObjectDefineProperties()
202 JSHandle<JSTaggedValue> handleKey(thread, handleKeys->Get(i)); in ObjectDefineProperties()
454 JSHandle<TaggedArray> handleKeys = JSTaggedValue::GetOwnPropertyKeys(thread, JSHandle<JSTaggedValue>::Cast(obj)); in GetOwnPropertyKeys() local
461 uint32_t length = handleKeys->GetLength(); in GetOwnPropertyKeys()
469 JSTaggedValue key = handleKeys->Get(i); in GetOwnPropertyKeys()
479 JSTaggedValue key = handleKeys->Get(i); in GetOwnPropertyKeys()

Completed in 2 milliseconds