| /arkcompiler/ets_runtime/test/moduletest/number/ |
| D | number.js | 161 var num_1 = { valueOf: function() { result += "first"; return 1; } }; method 162 var num_2 = { valueOf: function() { result += "second"; return 2; } }; method 168 num_1 = { valueOf: function() { result += "first"; return 1; } }; method 174 num_2 = { valueOf: function() { result += "second"; return 2; } }; method
|
| /arkcompiler/ets_runtime/test/moduletest/arraysplice/ |
| D | arraysplice.js | 47 let bad_start = { valueOf: function () { array.push(2 * i); return -1; } }; method 48 let bad_count = { valueOf: function () { array.push(2 * i + 1); return 1; } }; method
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/postfixUpdateExpression/ |
| D | postfix-decrement-operator.js | 18 valueOf: function () { method
|
| D | postfix-increment-operator.js | 18 valueOf: function () { method
|
| /arkcompiler/ets_runtime/test/aottest/pgo_class_update/ |
| D | pgo_class_update.js | 20 static valueOf() { } method in C3
|
| /arkcompiler/ets_runtime/test/moduletest/regressparseInt/ |
| D | regressparseInt.js | 23 let radix = { valueOf: function() { result = "InvalidRadix"; throw null; } }; method
|
| /arkcompiler/ets_runtime/test/moduletest/objectfreeze/ |
| D | objectfreeze.js | 17 valueOf: function () { method
|
| /arkcompiler/ets_runtime/test/moduletest/regressmathmaxmin/ |
| D | regressmathmaxmin.js | 40 obj.valueOf = function() { function
|
| /arkcompiler/ets_runtime/test/moduletest/arrayslice/ |
| D | arrayslice.js | 19 valueOf: function() { method
|
| /arkcompiler/ets_runtime/test/aottest/vtable/not_inherit_info/not_meet_rule3/ |
| D | not_meet_rule3.ts | 104 get valueOf() { method in C6
|
| /arkcompiler/ets_runtime/test/aottest/vtable/not_inherit_info/not_meet_rule5/ |
| D | not_meet_rule5.ts | 99 valueOf:number; property in C6
|
| /arkcompiler/ets_runtime/test/moduletest/array/ |
| D | array.js | 283 arr.indexOf(10, { valueOf() { method 286 arr.indexOf(10, { valueOf() { method 320 valueOf() { method 331 valueOf() { method 665 valueOf(a9) { method in C3
|
| /arkcompiler/ets_runtime/test/moduletest/typearray/ |
| D | typearray.js | 693 valueOf() { method 698 valueOf() { method
|
| /arkcompiler/ets_runtime/test/moduletest/regress/ |
| D | regress.js | 58 print(JSON.stringify({ x : 1, "1": 1 }, [{ valueOf: function() { return 1;} }])); method
|