Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefobject_fuzzer/
H A Djsvaluerefobject_fuzzer.cpp130 object->IsMapIterator(vm); in IsMapIteratorFuzzTest()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_second_tests.cpp336 EXPECT_TRUE(mapIterator->IsMapIterator(vm_)); in HWTEST_F_L0()
442 EXPECT_TRUE(mapIterator->IsMapIterator(vm_)); in HWTEST_F_L0()
1145 EXPECT_TRUE(mapIterator->IsMapIterator(vm_)); in HWTEST_F_L0()
H A Dffi_workload.cpp3607 ASSERT_TRUE(object->IsMapIterator(vm_)); in HWTEST_F_L0()
3610 TEST_TIME(JSValueRef::IsMapIterator); in HWTEST_F_L0()
3621 ASSERT_FALSE(object->IsMapIterator(vm_)); in HWTEST_F_L0()
3624 TEST_TIME(JSValueRef::IsMapIterator); in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/agent/
H A Druntime_impl.cpp211 } else if (value->IsMapIterator(vm_)) { in GetProperties()
/arkcompiler/toolchain/tooling/base/
H A Dpt_types.cpp183 if (tagged->IsMapIterator(ecmaVm)) { in FromTagged()
425 if (tagged->IsMapIterator(ecmaVm)) { in DescriptionForObject()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h534 bool IsMapIterator(const EcmaVM *vm);
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp625 bool JSValueRef::IsMapIterator(const EcmaVM *vm) in IsMapIterator() function in panda::JSValueRef

Completed in 42 milliseconds