Home
last modified time | relevance | path

Searched defs:resultProto (Results 1 - 16 of 16) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/containers/tests/
H A Dcontainers_queue_test.cpp114 JSTaggedValue resultProto = JSTaggedValue::GetPrototype(thread, JSHandle<JSTaggedValue>(queue)); in HWTEST_F_L0() local
H A Dcontainers_bitvector_test.cpp147 JSTaggedValue resultProto = JSObject::GetPrototype(JSHandle<JSObject>::Cast(bitVector)); in HWTEST_F_L0() local
H A Dcontainers_hashset_test.cpp112 JSTaggedValue resultProto = JSTaggedValue::GetPrototype(thread, JSHandle<JSTaggedValue>(setHandle)); in HWTEST_F_L0() local
H A Dcontainers_arraylist_test.cpp178 JSTaggedValue resultProto = JSObject::GetPrototype(JSHandle<JSObject>::Cast(arrayList)); in HWTEST_F_L0() local
H A Dcontainers_deque_test.cpp133 JSTaggedValue resultProto = JSTaggedValue::GetPrototype(thread, JSHandle<JSTaggedValue>(deque)); in HWTEST_F_L0() local
H A Dcontainers_lightweightset_test.cpp127 JSTaggedValue resultProto = JSObject::GetPrototype(JSHandle<JSObject>::Cast(mapHandle)); in HWTEST_F_L0() local
H A Dcontainers_linked_list_test.cpp172 JSTaggedValue resultProto = JSTaggedValue::GetPrototype(thread, JSHandle<JSTaggedValue>(list)); in HWTEST_F_L0() local
H A Dcontainers_stack_test.cpp133 JSTaggedValue resultProto = JSTaggedValue::GetPrototype(thread, JSHandle<JSTaggedValue>(stack)); in HWTEST_F_L0() local
H A Dcontainers_hashmap_test.cpp133 JSTaggedValue resultProto = JSTaggedValue::GetPrototype(thread, JSHandle<JSTaggedValue>(mapHandle)); in HWTEST_F_L0() local
H A Dcontainers_treemap_test.cpp174 JSTaggedValue resultProto = JSTaggedValue::GetPrototype(thread, JSHandle<JSTaggedValue>(mapHandle)); in HWTEST_F_L0() local
H A Dcontainers_lightweightmap_test.cpp128 JSTaggedValue resultProto = JSTaggedValue::GetPrototype(thread, JSHandle<JSTaggedValue>(mapHandle)); in HWTEST_F_L0() local
H A Dcontainers_list_test.cpp158 JSTaggedValue resultProto = JSTaggedValue::GetPrototype(thread, JSHandle<JSTaggedValue>(list)); in HWTEST_F_L0() local
H A Dcontainers_plainarray_test.cpp162 JSTaggedValue resultProto = JSObject::GetPrototype(JSHandle<JSObject>::Cast(arrayHandle)); in HWTEST_F_L0() local
H A Dcontainers_treeset_test.cpp170 JSTaggedValue resultProto = JSTaggedValue::GetPrototype(thread, JSHandle<JSTaggedValue>(setHandle)); in HWTEST_F_L0() local
H A Dcontainers_vector_test.cpp153 JSTaggedValue resultProto = JSTaggedValue::GetPrototype(thread, JSHandle<JSTaggedValue>(setHandle)); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A 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

Completed in 24 milliseconds