Home
last modified time | relevance | path

Searched defs:resultProto (Results 1 – 17 of 17) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_queue_test.cpp114 JSTaggedValue resultProto = JSTaggedValue::GetPrototype(thread, JSHandle<JSTaggedValue>(queue)); in HWTEST_F_L0() local
Dcontainers_stack_test.cpp134 JSTaggedValue resultProto = JSTaggedValue::GetPrototype(thread, JSHandle<JSTaggedValue>(stack)); in HWTEST_F_L0() local
Dcontainers_deque_test.cpp134 JSTaggedValue resultProto = JSTaggedValue::GetPrototype(thread, JSHandle<JSTaggedValue>(deque)); in HWTEST_F_L0() local
Dcontainers_arraylist_test.cpp179 JSTaggedValue resultProto = JSObject::GetPrototype(thread, JSHandle<JSObject>::Cast(arrayList)); in HWTEST_F_L0() local
Dcontainers_hashset_test.cpp112 …JSTaggedValue resultProto = JSTaggedValue::GetPrototype(thread, JSHandle<JSTaggedValue>(setHandle)… in HWTEST_F_L0() local
Dcontainers_plainarray_test.cpp162 … JSTaggedValue resultProto = JSObject::GetPrototype(thread, JSHandle<JSObject>::Cast(arrayHandle)); in HWTEST_F_L0() local
Dcontainers_linked_list_test.cpp172 JSTaggedValue resultProto = JSTaggedValue::GetPrototype(thread, JSHandle<JSTaggedValue>(list)); in HWTEST_F_L0() local
Dcontainers_list_test.cpp158 JSTaggedValue resultProto = JSTaggedValue::GetPrototype(thread, JSHandle<JSTaggedValue>(list)); in HWTEST_F_L0() local
Dcontainers_lightweightset_test.cpp127 JSTaggedValue resultProto = JSObject::GetPrototype(thread, JSHandle<JSObject>::Cast(mapHandle)); in HWTEST_F_L0() local
Dcontainers_lightweightmap_test.cpp128 …JSTaggedValue resultProto = JSTaggedValue::GetPrototype(thread, JSHandle<JSTaggedValue>(mapHandle)… in HWTEST_F_L0() local
Dcontainers_buffer_test.cpp114 JSTaggedValue resultProto = JSObject::GetPrototype(thread, JSHandle<JSObject>::Cast(buffer)); in HWTEST_F_L0() local
Dcontainers_vector_test.cpp154 …JSTaggedValue resultProto = JSTaggedValue::GetPrototype(thread, JSHandle<JSTaggedValue>(setHandle)… in HWTEST_F_L0() local
Dcontainers_hashmap_test.cpp133 …JSTaggedValue resultProto = JSTaggedValue::GetPrototype(thread, JSHandle<JSTaggedValue>(mapHandle)… in HWTEST_F_L0() local
Dcontainers_treeset_test.cpp170 …JSTaggedValue resultProto = JSTaggedValue::GetPrototype(thread, JSHandle<JSTaggedValue>(setHandle)… in HWTEST_F_L0() local
Dcontainers_bitvector_test.cpp147 JSTaggedValue resultProto = JSObject::GetPrototype(thread, JSHandle<JSObject>::Cast(bitVector)); in HWTEST_F_L0() local
Dcontainers_treemap_test.cpp174 …JSTaggedValue resultProto = JSTaggedValue::GetPrototype(thread, JSHandle<JSTaggedValue>(mapHandle)… in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_object_test.cpp86 …JSTaggedValue resultProto = JSTaggedValue::GetPrototype(thread, JSHandle<JSTaggedValue>(jtHandle)); in HWTEST_F_L0() local
186 JSTaggedValue resultProto = JSTaggedValue::GetPrototype(thread, jtHandle); in HWTEST_F_L0() local