Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_object.h49 V("getOwnPropertyNames", GetOwnPropertyNames, 1, ObjectGetOwnPropertyNames) \
117 static JSTaggedValue GetOwnPropertyNames(EcmaRuntimeCallInfo *argv);
H A Dbuiltins_object.cpp498 JSTaggedValue BuiltinsObject::GetOwnPropertyNames(EcmaRuntimeCallInfo *argv) in GetOwnPropertyNames() function in panda::ecmascript::builtins::BuiltinsObject
502 BUILTINS_API_TRACE(thread, Object, GetOwnPropertyNames); in GetOwnPropertyNames()
/arkcompiler/ets_runtime/test/fuzztest/objectgetinformation_fuzzer/
H A Dobjectgetinformation_fuzzer.cpp131 object->GetOwnPropertyNames(vm); in ObjectGetOwnPropertyNamesFuzzTest()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_object_test.cpp365 HWTEST_F_L0(BuiltinsObjectTest, GetOwnPropertyNames) in HWTEST_F_L0()
381 JSTaggedValue result = BuiltinsObject::GetOwnPropertyNames(objCallInfo); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_call_signature.h84 V(GetOwnPropertyNames, Object, Undefined()) \
H A Dbuiltins_object_stub_builder.cpp1475 void BuiltinsObjectStubBuilder::GetOwnPropertyNames(Variable *result, Label *exit, Label *slowPath) in GetOwnPropertyNames() function in panda::ecmascript::kungfu::BuiltinsObjectStubBuilder
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_second_tests.cpp854 * @tc.name: GetOwnPropertyNames
863 Local<ArrayRef> res = object->GetOwnPropertyNames(vm_); in HWTEST_F_L0()
H A Djsnapi_sample.cpp523 Local<ArrayRef> names = object->GetOwnPropertyNames(vm); in GetProperty()
525 GTEST_LOG_(INFO) << "GetOwnPropertyNames cnt: " << cnt; in GetProperty()
617 GTEST_LOG_(INFO) << "GetOwnPropertyNames NATIVE_DEFAULT: " << cnt; in PrintAllProperty()
620 GTEST_LOG_(INFO) << "GetOwnPropertyNames NATIVE_WRITABLE: " << cnt; in PrintAllProperty()
623 GTEST_LOG_(INFO) << "GetOwnPropertyNames NATIVE_ENUMERABLE: " << cnt; in PrintAllProperty()
626 GTEST_LOG_(INFO) << "GetOwnPropertyNames NATIVE_CONFIGURABLE: " << cnt; in PrintAllProperty()
2530 Local<ArrayRef> val7ObjKeys = val7Obj->GetOwnPropertyNames(vm); in JsonObjGetObject()
H A Dffi_workload.cpp5290 object->GetOwnPropertyNames(vm_); in HWTEST_F_L0()
5293 TEST_TIME(ObjectRef::GetOwnPropertyNames); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h656 V(Object, GetOwnPropertyNames) \
/arkcompiler/toolchain/tooling/agent/
H A Druntime_impl.cpp290 Local<ArrayRef> keys = Local<ObjectRef>(value)->GetOwnPropertyNames(vm_); in GetProperties()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp280 reinterpret_cast<uintptr_t>(Object::GetOwnPropertyNames),
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h807 Local<ArrayRef> GetOwnPropertyNames(const EcmaVM *vm);
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp2775 Local<ArrayRef> ObjectRef::GetOwnPropertyNames(const EcmaVM *vm) in GetOwnPropertyNames() function in panda::ObjectRef

Completed in 52 milliseconds