Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefislinkedlist_fuzzer/
H A Djsvaluerefislinkedlist_fuzzer.cpp146 object->IsLinkedList(vm); in JSValueRefIsLinkedListFuzzTest()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_second_tests.cpp1454 EXPECT_FALSE(tag->IsLinkedList(vm_)); in HWTEST_F_L0()
H A Dffi_workload.cpp3910 ASSERT_TRUE(object->IsLinkedList(vm_)); in HWTEST_F_L0()
3913 TEST_TIME(JSValueRef::IsLinkedList); in HWTEST_F_L0()
3924 ASSERT_FALSE(object->IsLinkedList(vm_)); in HWTEST_F_L0()
3927 TEST_TIME(JSValueRef::IsLinkedList); in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/agent/
H A Druntime_impl.cpp255 } else if (value->IsLinkedList(vm_)) { in GetProperties()
/arkcompiler/toolchain/tooling/base/
H A Dpt_types.cpp205 if (tagged->IsLinkedList(ecmaVm)) { in FromTagged()
503 if (tagged->IsLinkedList(ecmaVm)) { in DescriptionForObject()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h596 bool IsLinkedList(const EcmaVM *vm);
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp955 bool JSValueRef::IsLinkedList(const EcmaVM *vm) in IsLinkedList() function in panda::JSValueRef

Completed in 41 milliseconds