Home
last modified time | relevance | path

Searched refs:IsMap (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefiscontainer_fuzzer/
H A Djsvaluerefiscontainer_fuzzer.cpp70 map->IsMap(vm); in JSValueRefIsMapFuzzTest()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Dffi_workload.cpp7219 intValue->IsMap(vm_); in HWTEST_F_L0()
7222 TEST_TIME(JSValueRef::IsMap::IntegerRef); in HWTEST_F_L0()
7225 resUnit32->IsMap(vm_); in HWTEST_F_L0()
7228 TEST_TIME(JSValueRef::IsMap::NumberRef); in HWTEST_F_L0()
7231 maxBigintUint64->IsMap(vm_); in HWTEST_F_L0()
7234 TEST_TIME(JSValueRef::IsMap::BigIntRef); in HWTEST_F_L0()
7237 stringUtf8->IsMap(vm_); in HWTEST_F_L0()
7240 TEST_TIME(JSValueRef::IsMap::StringRef); in HWTEST_F_L0()
7243 mapRef->IsMap(vm_); in HWTEST_F_L0()
7246 TEST_TIME(JSValueRef::IsMap in HWTEST_F_L0()
[all...]
H A Djsnapi_second_tests.cpp712 * @tc.name: IsMap
721 EXPECT_TRUE(map->IsMap(vm_)); in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/agent/
H A Druntime_impl.cpp233 } else if (value->IsMap(vm_)) { in GetProperties()
/arkcompiler/toolchain/tooling/base/
H A Dpt_types.cpp148 if (tagged->IsMap(ecmaVm)) { in FromTagged()
395 if (tagged->IsMap(ecmaVm)) { in DescriptionForObject()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h525 bool IsMap(const EcmaVM *vm);
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp571 bool JSValueRef::IsMap(const EcmaVM *vm) in IsMap() function in panda::JSValueRef

Completed in 42 milliseconds