| /arkcompiler/ets_runtime/ecmascript/containers/tests/ |
| D | containers_queue_test.cpp | 114 JSTaggedValue resultProto = JSTaggedValue::GetPrototype(thread, JSHandle<JSTaggedValue>(queue)); in HWTEST_F_L0() local
|
| D | containers_stack_test.cpp | 134 JSTaggedValue resultProto = JSTaggedValue::GetPrototype(thread, JSHandle<JSTaggedValue>(stack)); in HWTEST_F_L0() local
|
| D | containers_deque_test.cpp | 134 JSTaggedValue resultProto = JSTaggedValue::GetPrototype(thread, JSHandle<JSTaggedValue>(deque)); in HWTEST_F_L0() local
|
| D | containers_arraylist_test.cpp | 179 JSTaggedValue resultProto = JSObject::GetPrototype(thread, JSHandle<JSObject>::Cast(arrayList)); in HWTEST_F_L0() local
|
| D | containers_hashset_test.cpp | 112 …JSTaggedValue resultProto = JSTaggedValue::GetPrototype(thread, JSHandle<JSTaggedValue>(setHandle)… in HWTEST_F_L0() local
|
| D | containers_plainarray_test.cpp | 162 … JSTaggedValue resultProto = JSObject::GetPrototype(thread, JSHandle<JSObject>::Cast(arrayHandle)); in HWTEST_F_L0() local
|
| D | containers_linked_list_test.cpp | 172 JSTaggedValue resultProto = JSTaggedValue::GetPrototype(thread, JSHandle<JSTaggedValue>(list)); in HWTEST_F_L0() local
|
| D | containers_list_test.cpp | 158 JSTaggedValue resultProto = JSTaggedValue::GetPrototype(thread, JSHandle<JSTaggedValue>(list)); in HWTEST_F_L0() local
|
| D | containers_lightweightset_test.cpp | 127 JSTaggedValue resultProto = JSObject::GetPrototype(thread, JSHandle<JSObject>::Cast(mapHandle)); in HWTEST_F_L0() local
|
| D | containers_lightweightmap_test.cpp | 128 …JSTaggedValue resultProto = JSTaggedValue::GetPrototype(thread, JSHandle<JSTaggedValue>(mapHandle)… in HWTEST_F_L0() local
|
| D | containers_buffer_test.cpp | 114 JSTaggedValue resultProto = JSObject::GetPrototype(thread, JSHandle<JSObject>::Cast(buffer)); in HWTEST_F_L0() local
|
| D | containers_vector_test.cpp | 154 …JSTaggedValue resultProto = JSTaggedValue::GetPrototype(thread, JSHandle<JSTaggedValue>(setHandle)… in HWTEST_F_L0() local
|
| D | containers_hashmap_test.cpp | 133 …JSTaggedValue resultProto = JSTaggedValue::GetPrototype(thread, JSHandle<JSTaggedValue>(mapHandle)… in HWTEST_F_L0() local
|
| D | containers_treeset_test.cpp | 170 …JSTaggedValue resultProto = JSTaggedValue::GetPrototype(thread, JSHandle<JSTaggedValue>(setHandle)… in HWTEST_F_L0() local
|
| D | containers_bitvector_test.cpp | 147 JSTaggedValue resultProto = JSObject::GetPrototype(thread, JSHandle<JSObject>::Cast(bitVector)); in HWTEST_F_L0() local
|
| D | containers_treemap_test.cpp | 174 …JSTaggedValue resultProto = JSTaggedValue::GetPrototype(thread, JSHandle<JSTaggedValue>(mapHandle)… in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_object_test.cpp | 86 …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
|