Home
last modified time | relevance | path

Searched defs:success1 (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_object_test.cpp527 bool success1 = JSObject::GetOwnProperty(thread, jsobject, key1, desc1); in HWTEST_F_L0() local
552 bool success1 = JSObject::GetOwnProperty(thread, obj1, key1, desc1); in HWTEST_F_L0() local
577 bool success1 = JSObject::GetOwnProperty(thread, obj1, key1, desc1); in HWTEST_F_L0() local
601 bool success1 = JSObject::GetOwnProperty(thread, obj1, key1, desc1); in HWTEST_F_L0() local
622 bool success1 = JSObject::GetOwnProperty(thread, jsobject, key1, desc1); in HWTEST_F_L0() local
652 bool success1 = JSObject::DefineOwnProperty(thread, obj, key1, desc1); in HWTEST_F_L0() local
690 bool success1 = JSObject::DefineOwnProperty(thread, obj, key1, desc1); in HWTEST_F_L0() local
767 bool success1 = JSObject::DefineOwnProperty(thread, obj, key, desc1); in HWTEST_F_L0() local
800 bool success1 = JSObject::DefineOwnProperty(thread, obj, key, desc1); in HWTEST_F_L0() local
Djs_serializer_test.cpp1017 bool success1 = serializer->SerializeJSTaggedValue(JSHandle<JSTaggedValue>::Cast(obj1)); in HWTEST_F_L0() local
1067 bool success1 = serializer->SerializeJSTaggedValue(JSHandle<JSTaggedValue>::Cast(obj1)); in HWTEST_F_L0() local
1134 bool success1 = serializer->SerializeJSTaggedValue(JSHandle<JSTaggedValue>::Cast(obj1)); in HWTEST_F_L0() local
1174 bool success1 = serializer->SerializeJSTaggedValue(JSHandle<JSTaggedValue>::Cast(obj1)); in HWTEST_F_L0() local
1219 bool success1 = serializer->SerializeJSTaggedValue(JSHandle<JSTaggedValue>::Cast(obj1)); in HWTEST_F_L0() local
1359 bool success1 = serializer->SerializeJSTaggedValue(JSHandle<JSTaggedValue>::Cast(obj1)); in HWTEST_F_L0() local
1434 bool success1 = serializer->SerializeJSTaggedValue(JSHandle<JSTaggedValue>(thread, aTag)); in HWTEST_F_L0() local
1450 bool success1 = serializer->SerializeJSTaggedValue(JSHandle<JSTaggedValue>(thread, aTag)); in HWTEST_F_L0() local
1873 bool success1 = serializer->SerializeJSTaggedValue(JSHandle<JSTaggedValue>::Cast(bigInt1)); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp811 …bool success1 = JSObject::DefineOwnProperty(thread_, JSHandle<JSObject>::Cast(set), property1Strin… in HWTEST_F_L0() local
861 …bool success1 = JSObject::DefineOwnProperty(thread_, JSHandle<JSObject>::Cast(weakMap), property1S… in HWTEST_F_L0() local