Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefislightweightmapandset_fuzzer/
Djsvaluerefislightweightmapandset_fuzzer.cpp179 tag->IsLightWeightMap(); in JSValueRefIsLightWeightMapFuzzTest()
/arkcompiler/toolchain/tooling/agent/
Druntime_impl.cpp216 } else if (value->IsLightWeightMap()) { in GetProperties()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h481 bool IsLightWeightMap();
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp199 if (tagged->IsLightWeightMap()) { in FromTagged()
464 if (tagged->IsLightWeightMap()) { in DescriptionForObject()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp739 bool JSValueRef::IsLightWeightMap() in IsLightWeightMap() function in panda::JSValueRef
/arkcompiler/ets_runtime/ecmascript/napi/test/
Dffi_workload.cpp1576 ASSERT_TRUE(tag->IsLightWeightMap()); in HWTEST_F_L0()
1579 TEST_TIME(JSValueRef::IsLightWeightMap); in HWTEST_F_L0()