Lines Matching defs:GetOwnPropertyKeys
60 JSHandle<TaggedArray> keys = JSTaggedValue::GetOwnPropertyKeys(thread, JSHandle<JSTaggedValue>::Cast(from));
117 JSHandle<TaggedArray> keys = JSTaggedValue::GetOwnPropertyKeys(thread, JSHandle<JSTaggedValue>::Cast(from));
178 JSHandle<TaggedArray> handleKeys = JSTaggedValue::GetOwnPropertyKeys(thread, JSHandle<JSTaggedValue>::Cast(props));
408 JSTaggedValue::GetOwnPropertyKeys(thread, JSHandle<JSTaggedValue>(handle));
442 JSTaggedValue BuiltinsObject::GetOwnPropertyKeys(JSThread *thread, const JSHandle<JSTaggedValue> &object,
445 BUILTINS_API_TRACE(thread, Object, GetOwnPropertyKeys);
454 JSHandle<TaggedArray> handleKeys = JSTaggedValue::GetOwnPropertyKeys(thread, JSHandle<JSTaggedValue>::Cast(obj));
507 // 1.Return GetOwnPropertyKeys(O, String).
508 return GetOwnPropertyKeys(thread, obj, type);
521 // 1.Return GetOwnPropertyKeys(O, Symbol).
522 return GetOwnPropertyKeys(thread, obj, type);