Searched refs:GetOwnPropertyNames (Results 1 - 14 of 14) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_object.h | 49 V("getOwnPropertyNames", GetOwnPropertyNames, 1, ObjectGetOwnPropertyNames) \ 117 static JSTaggedValue GetOwnPropertyNames(EcmaRuntimeCallInfo *argv);
|
H A D | builtins_object.cpp | 498 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 D | objectgetinformation_fuzzer.cpp | 131 object->GetOwnPropertyNames(vm); in ObjectGetOwnPropertyNamesFuzzTest()
|
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
H A D | builtins_object_test.cpp | 365 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 D | builtins_call_signature.h | 84 V(GetOwnPropertyNames, Object, Undefined()) \
|
H A D | builtins_object_stub_builder.cpp | 1475 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 D | jsnapi_second_tests.cpp | 854 * @tc.name: GetOwnPropertyNames 863 Local<ArrayRef> res = object->GetOwnPropertyNames(vm_); in HWTEST_F_L0()
|
H A D | jsnapi_sample.cpp | 523 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 D | ffi_workload.cpp | 5290 object->GetOwnPropertyNames(vm_); in HWTEST_F_L0() 5293 TEST_TIME(ObjectRef::GetOwnPropertyNames); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | runtime_call_id.h | 656 V(Object, GetOwnPropertyNames) \
|
/arkcompiler/toolchain/tooling/agent/ |
H A D | runtime_impl.cpp | 290 Local<ArrayRef> keys = Local<ObjectRef>(value)->GetOwnPropertyNames(vm_); in GetProperties()
|
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
H A D | snapshot_processor.cpp | 280 reinterpret_cast<uintptr_t>(Object::GetOwnPropertyNames),
|
/arkcompiler/ets_runtime/ecmascript/napi/include/ |
H A D | jsnapi_expo.h | 807 Local<ArrayRef> GetOwnPropertyNames(const EcmaVM *vm);
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
H A D | jsnapi_expo.cpp | 2775 Local<ArrayRef> ObjectRef::GetOwnPropertyNames(const EcmaVM *vm) in GetOwnPropertyNames() function in panda::ObjectRef
|
Completed in 52 milliseconds