Home
last modified time | relevance | path

Searched defs:value5 (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_set_test.cpp319 JSTaggedValue value5 = JSObject::GetProperty(thread, set, key1).GetValue().GetTaggedValue(); in HWTEST_F_L0() local
Dbuiltins_map_test.cpp315 JSTaggedValue value5 = JSObject::GetProperty(thread, map, key1).GetValue().GetTaggedValue(); in HWTEST_F_L0() local
Dbuiltins_shared_map_test.cpp383 JSTaggedValue value5 = JSObject::GetProperty(thread, map, key1).GetValue().GetTaggedValue(); in HWTEST_F_L0() local
Dbuiltins_shared_set_test.cpp357 JSTaggedValue value5 = JSObject::GetProperty(thread, set, key1).GetValue().GetTaggedValue(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_lightweightmap_test.cpp124 JSHandle<JSTaggedValue> value5(thread, JSTaggedValue(100)); in HWTEST_F_L0() local
Dtagged_value_test.cpp772 JSHandle<JSTaggedValue> value5(symbol); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
Dserializer_test.cpp1267 JSHandle<JSTaggedValue> value5 = JSHandle<JSTaggedValue>::Cast(function); in HWTEST_F_L0() local