Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_object.h49 V("getOwnPropertyNames", GetOwnPropertyNames, 1, INVALID) \
117 static JSTaggedValue GetOwnPropertyNames(EcmaRuntimeCallInfo *argv);
Dbuiltins_object.cpp501 JSTaggedValue BuiltinsObject::GetOwnPropertyNames(EcmaRuntimeCallInfo *argv) in GetOwnPropertyNames() function in panda::ecmascript::builtins::BuiltinsObject
505 BUILTINS_API_TRACE(thread, Object, GetOwnPropertyNames); in GetOwnPropertyNames()
/arkcompiler/ets_runtime/test/fuzztest/objectgetinformation_fuzzer/
Dobjectgetinformation_fuzzer.cpp131 object->GetOwnPropertyNames(vm); in ObjectGetOwnPropertyNamesFuzzTest()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_object_test.cpp389 HWTEST_F_L0(BuiltinsObjectTest, GetOwnPropertyNames) in HWTEST_F_L0() argument
405 JSTaggedValue result = BuiltinsObject::GetOwnPropertyNames(objCallInfo); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_second_tests.cpp840 Local<ArrayRef> res = object->GetOwnPropertyNames(vm_); in HWTEST_F_L0()
Djsnapi_sample.cpp523 Local<ArrayRef> names = object->GetOwnPropertyNames(vm); in GetProperty()
2543 Local<ArrayRef> val7ObjKeys = val7Obj->GetOwnPropertyNames(vm); in JsonObjGetObject()
Dffi_workload.cpp5313 object->GetOwnPropertyNames(vm_); in HWTEST_F_L0()
5316 TEST_TIME(ObjectRef::GetOwnPropertyNames); in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/agent/
Druntime_impl.cpp255 Local<ArrayRef> keys = Local<ObjectRef>(value)->GetOwnPropertyNames(vm_); in GetProperties()
/arkcompiler/ets_runtime/ecmascript/napi/
DJSNapi接口说明.md3490 ### GetOwnPropertyNames subsection
3492 Local<ArrayRef> GetOwnPropertyNames(const EcmaVM *vm);
3514 Local<ArrayRef> result = object->GetOwnPropertyNames(vm_);
Djsnapi_expo.cpp1733 Local<ArrayRef> ObjectRef::GetOwnPropertyNames(const EcmaVM *vm) in GetOwnPropertyNames() function in panda::ObjectRef
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h650 Local<ArrayRef> GetOwnPropertyNames(const EcmaVM *vm);
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h584 V(Object, GetOwnPropertyNames) \
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp306 reinterpret_cast<uintptr_t>(Object::GetOwnPropertyNames),