Searched refs:object_factory (Results 1 - 1 of 1) sorted by relevance
/arkcompiler/ets_runtime/test/moduletest/regressmathmaxmin/ |
H A D | regressmathmaxmin.js | 38 function object_factory(flag_index, value, expected_flags) { function 53 print(Math.max(object_factory(0, NaN, [0]))); 58 print(Math.max(object_factory(0, NaN, [0, 0]), 59 object_factory(1, 0, [1, 0]))); 64 print(Math.max(object_factory(0, NaN, [0, 0, 0]), 65 object_factory(1, 0, [1, 0, 0]), 66 object_factory(2, 1, [1, 1, 0]))); 71 print(Math.max(object_factory(0, 2, [0, 0, 0]), 72 object_factory(1, 0, [1, 0, 0]), 73 object_factory( [all...] |
Completed in 1 milliseconds