Searched refs:GetOwnPropertyNames (Results 1 – 13 of 13) sorted by relevance
49 V("getOwnPropertyNames", GetOwnPropertyNames, 1, INVALID) \117 static JSTaggedValue GetOwnPropertyNames(EcmaRuntimeCallInfo *argv);
501 JSTaggedValue BuiltinsObject::GetOwnPropertyNames(EcmaRuntimeCallInfo *argv) in GetOwnPropertyNames() function in panda::ecmascript::builtins::BuiltinsObject505 BUILTINS_API_TRACE(thread, Object, GetOwnPropertyNames); in GetOwnPropertyNames()
131 object->GetOwnPropertyNames(vm); in ObjectGetOwnPropertyNamesFuzzTest()
389 HWTEST_F_L0(BuiltinsObjectTest, GetOwnPropertyNames) in HWTEST_F_L0() argument405 JSTaggedValue result = BuiltinsObject::GetOwnPropertyNames(objCallInfo); in HWTEST_F_L0()
840 Local<ArrayRef> res = object->GetOwnPropertyNames(vm_); in HWTEST_F_L0()
523 Local<ArrayRef> names = object->GetOwnPropertyNames(vm); in GetProperty()2543 Local<ArrayRef> val7ObjKeys = val7Obj->GetOwnPropertyNames(vm); in JsonObjGetObject()
5313 object->GetOwnPropertyNames(vm_); in HWTEST_F_L0()5316 TEST_TIME(ObjectRef::GetOwnPropertyNames); in HWTEST_F_L0()
255 Local<ArrayRef> keys = Local<ObjectRef>(value)->GetOwnPropertyNames(vm_); in GetProperties()
3490 ### GetOwnPropertyNames subsection3492 Local<ArrayRef> GetOwnPropertyNames(const EcmaVM *vm);3514 Local<ArrayRef> result = object->GetOwnPropertyNames(vm_);
1733 Local<ArrayRef> ObjectRef::GetOwnPropertyNames(const EcmaVM *vm) in GetOwnPropertyNames() function in panda::ObjectRef
650 Local<ArrayRef> GetOwnPropertyNames(const EcmaVM *vm);
584 V(Object, GetOwnPropertyNames) \
306 reinterpret_cast<uintptr_t>(Object::GetOwnPropertyNames),