Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/agent/
Druntime_impl.cpp238 } else if (value->IsQueue()) { in GetProperties()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h487 bool IsQueue();
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp214 if (tagged->IsQueue()) { in FromTagged()
479 if (tagged->IsQueue()) { in DescriptionForObject()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Dffi_workload.cpp5944 TEST_TIME(JSValueRef::IsQueue); in HWTEST_F_L0()
5954 object->IsQueue(); in HWTEST_F_L0()
5957 TEST_TIME(JSValueRef::IsQueue); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp769 bool JSValueRef::IsQueue() in IsQueue() function in panda::JSValueRef