Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Djs_proxy.cpp767 // 13.Let targetKeys be target.[[OwnPropertyKeys]](). in OwnPropertyKeys()
768 JSHandle<TaggedArray> targetKeys = JSTaggedValue::GetOwnPropertyKeys(thread, targetHandle); in OwnPropertyKeys() local
770 // 14.ReturnIfAbrupt(targetKeys). in OwnPropertyKeys()
773 // 15.Assert: targetKeys is a List containing only String and Symbol values. in OwnPropertyKeys()
776 // 18.Repeat, for each element key of targetKeys, in OwnPropertyKeys()
783 uint32_t length = targetKeys->GetLength(); in OwnPropertyKeys()
790 JSHandle<JSTaggedValue> targetKey(thread, targetKeys->Get(i)); in OwnPropertyKeys()

Completed in 3 milliseconds