Home
last modified time | relevance | path

Searched refs:tagObj (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_object.cpp1550 JSHandle<JSTaggedValue> tagObj(obj); in EnumerableOwnNames() local
1552 if (tagObj->IsJSObject() && !tagObj->IsTypedArray() && !tagObj->IsModuleNamespace()) { in EnumerableOwnNames()
1572 JSHandle<TaggedArray> keys = JSTaggedValue::GetOwnPropertyKeys(thread, tagObj); in EnumerableOwnNames()
1639 JSHandle<JSTaggedValue> tagObj(obj); in EnumerableOwnPropertyNames() local
1641 …if (tagObj->IsJSObject() && !tagObj->IsJSProxy() && !tagObj->IsTypedArray() && !tagObj->IsModuleNa… in EnumerableOwnPropertyNames()
1662 JSHandle<TaggedArray> ownKeys = JSTaggedValue::GetOwnPropertyKeys(thread, tagObj); in EnumerableOwnPropertyNames()