Searched refs:DefineOwnPropertyCommonTest (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
H A D | builtins_array_test.cpp | 234 std::vector<JSHandle<JSTaggedValue>> DefineOwnPropertyCommonTest(JSThread* thread, JSHandle<JSObject>& obj, in DefineOwnPropertyCommonTest() function 246 std::vector<JSHandle<JSTaggedValue>> DefineOwnPropertyCommonTest(JSThread* thread, JSHandle<JSTaggedValue>& obj, in DefineOwnPropertyCommonTest() function 278 auto keys = DefineOwnPropertyCommonTest(thread, obj, descVals); in HWTEST_F_L0() 380 auto keys = DefineOwnPropertyCommonTest(thread, obj, descVals); in HWTEST_F_L0() 387 keys = DefineOwnPropertyCommonTest(thread, obj1, descVals2); in HWTEST_F_L0() 418 auto keys = DefineOwnPropertyCommonTest(thread, obj, descVals); in HWTEST_F_L0() 451 auto keys = DefineOwnPropertyCommonTest(thread, obj, descVals); in HWTEST_F_L0() 482 auto keys = DefineOwnPropertyCommonTest(thread, obj, descVals); in HWTEST_F_L0() 516 auto keys = DefineOwnPropertyCommonTest(thread, obj, descVals); in HWTEST_F_L0() 547 auto keys = DefineOwnPropertyCommonTest(threa in HWTEST_F_L0() [all...] |
H A D | builtins_list_format_first_test.cpp | 81 void DefineOwnPropertyCommonTest(JSThread* thread, JSHandle<JSObject>& obj, std::vector<JSHandle<JSTaggedValue>>& vals) in DefineOwnPropertyCommonTest() function 105 DefineOwnPropertyCommonTest(thread, value, vals); in CommonTest()
|
Completed in 5 milliseconds