Home
last modified time | relevance | path

Searched refs:IsTreeSet (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefiscontainer_fuzzer/
Djsvaluerefiscontainer_fuzzer.cpp161 isTreeSet->IsTreeSet(); in JSValueRefIsTreeSetFuzzTest()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_second_tests.cpp647 EXPECT_TRUE(TreeSet->IsTreeSet()); in HWTEST_F_L0()
Dffi_workload.cpp6041 JSNApiHelper::ToLocal<ArrayRef>(tresett)->IsTreeSet(); in HWTEST_F_L0()
6044 TEST_TIME(JSValueRef::IsTreeSet); in HWTEST_F_L0()
6054 object->IsTreeSet(); in HWTEST_F_L0()
6057 TEST_TIME(JSValueRef::IsTreeSet); in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/agent/
Druntime_impl.cpp228 } else if (value->IsTreeSet()) { in GetProperties()
/arkcompiler/ets_runtime/ecmascript/napi/
DJSNapi接口说明.md2732 ### IsTreeSet subsection
2734 bool IsTreeSet();
2757 bool result = JSNApiHelper::ToLocal<ArrayRef>(treeSetTagValue)->IsTreeSet();
Djsnapi_expo.cpp784 bool JSValueRef::IsTreeSet() in IsTreeSet() function in panda::JSValueRef
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h490 bool IsTreeSet();
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp223 if (tagged->IsTreeSet()) { in FromTagged()
488 if (tagged->IsTreeSet()) { in DescriptionForObject()