Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/agent/
Druntime_impl.cpp272 } else if (value->IsQueue()) { in GetProperties()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h493 bool IsQueue();
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp211 if (tagged->IsQueue()) { in FromTagged()
454 if (tagged->IsQueue()) { in DescriptionForObject()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp3454 bool JSValueRef::IsQueue() in IsQueue() function in panda::JSValueRef