Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/agent/
Druntime_impl.cpp230 } else if (value->IsArrayList()) { in GetProperties()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h477 bool IsArrayList();
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp187 if (tagged->IsArrayList()) { in FromTagged()
452 if (tagged->IsArrayList()) { in DescriptionForObject()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp719 bool JSValueRef::IsArrayList() in IsArrayList() function in panda::JSValueRef
/arkcompiler/ets_runtime/ecmascript/napi/test/
Dffi_workload.cpp706 JSNApiHelper::ToLocal<JSValueRef>(arryListTag)->IsArrayList(); in HWTEST_F_L0()
709 TEST_TIME(JSValueRef::IsArrayList); in HWTEST_F_L0()