Home
last modified time | relevance | path

Searched refs:IsArrayList (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/toolchain/tooling/agent/
Druntime_impl.cpp265 } else if (value->IsArrayList(vm_)) { in GetProperties()
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp187 if (tagged->IsArrayList(ecmaVm)) { in FromTagged()
485 if (tagged->IsArrayList(ecmaVm)) { in DescriptionForObject()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h589 bool IsArrayList(const EcmaVM *vm);
/arkcompiler/ets_runtime/ecmascript/napi/test/
Dffi_workload.cpp706 JSNApiHelper::ToLocal<JSValueRef>(arryListTag)->IsArrayList(vm_); in HWTEST_F_L0()
709 TEST_TIME(JSValueRef::IsArrayList); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp913 bool JSValueRef::IsArrayList(const EcmaVM *vm) in IsArrayList() function in panda::JSValueRef