Home
last modified time | relevance | path

Searched refs:IsPlainArray (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dcontainers_stub_builder.h135 bool IsPlainArray(ContainersType type) in IsPlainArray() function
Dcontainers_stub_builder.cpp104 if (IsPlainArray(type)) { in ContainersCommonFuncCall()
/arkcompiler/toolchain/tooling/agent/
Druntime_impl.cpp258 } else if (value->IsPlainArray()) { in GetProperties()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h492 bool IsPlainArray();
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp208 if (tagged->IsPlainArray()) { in FromTagged()
451 if (tagged->IsPlainArray()) { in DescriptionForObject()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp3449 bool JSValueRef::IsPlainArray() in IsPlainArray() function in panda::JSValueRef