| /third_party/jerryscript/tests/jerry/es2015/ |
| D | math-functions-tonumber-rule2.js | 16 var a = {valueOf: function() { str += "a"; return 1;}}; method 17 var b = {valueOf: function() { str += "b"; return NaN;}}; method 18 var c = {valueOf: function() { str += "c"; return 2;}}; method 19 var d = {valueOf: function() { str += "d"; return Infinity;}}; method 20 var e = {valueOf: function() { str += "e"; return 3;}}; method
|
| D | builtin-prototypes.js | 43 Boolean.prototype.valueOf(); method in Boolean 50 Number.prototype.valueOf(); method in Number 57 Date.prototype.valueOf(); method in Date
|
| D | symbol-prototype-valueof.js | 17 Symbol.prototype.valueOf.call ('NonSymbolValue'); method in Symbol 24 Symbol.prototype.valueOf.call ({}); method in Symbol
|
| D | regression-test-issue-2181.js | 19 var start = { valueOf : function ( ) { throw error; } }; method 20 var end = { valueOf : function ( ) { } }; method
|
| D | regression-test-issue-3637.js | 16 var b = a.slice(0, { valueOf: function(){ a.length = 0; return 100; } }); method 22 var d = c.slice(0, { valueOf: function(){ c.length = 0; return 100; } }); method
|
| D | array-prototype-copywithin.js | 94 valueOf: function() { method 104 valueOf: function() { method 114 valueOf: function() { method
|
| D | array-prototype-fill.js | 193 valueOf: function() { method 203 valueOf: function() { method 213 valueOf: function() { method
|
| /third_party/typescript/tests/baselines/reference/ |
| D | objectTypeHidingMembersOfObject.js | 5 valueOf() { } method in C 19 valueOf: () => { } method 35 C.prototype.valueOf = function () { }; method in C 43 valueOf: function () { } method
|
| D | objectTypeHidingMembersOfExtendedObject.js | 16 valueOf() { } method in C 40 valueOf: () => { }, method 88 C.prototype.valueOf = function () { }; method in C 102 valueOf: function () { }, method
|
| D | typeInferenceLiteralUnion.js | 22 public valueOf() { method in NumCoercible 48 NumCoercible.prototype.valueOf = function () { method in NumCoercible
|
| /third_party/jerryscript/tests/jerry/ |
| D | math-functions-tonumber-rule.js | 16 var a = {valueOf: function() { str += "a"; return 1;}}; method 17 var b = {valueOf: function() { str += "b"; return NaN;}}; method 18 var c = {valueOf: function() { str += "c"; return 2;}}; method
|
| D | array-prototype-indexof.js | 54 valueOf: function () { method 93 valueOf: function() { method 103 valueOf: function() { method 113 valueOf: function() { method
|
| D | array-prototype-lastindexof.js | 76 valueOf: function() { method 86 valueOf: function() { method 96 valueOf: function() { method
|
| D | regression-test-issue-3779.js | 17 valueOf: function() { method 26 valueOf: function() { method
|
| D | array-prototype-slice.js | 166 valueOf: function() { method 176 valueOf: function() { method 186 valueOf: function() { method
|
| /third_party/node/test/fixtures/wpt/wasm/jsapi/global/ |
| D | constructor.any.js | 49 valueOf() { method 116 [{ valueOf() { return "8" } }, 8, "object with valueOf returning string"], method 118 [{ valueOf() { return 9 } }, 9, "object with valueOf returning number"], method 141 [{ valueOf() { return "8" } }, 8n, "object with valueOf returning string"], method 143 [{ valueOf() { return 9n } }, 9n, "object with valueOf returning bigint"], method 157 { valueOf() { return 8 } }, method
|
| /third_party/jerryscript/tests/jerry-test-suite/11/11.05/11.05.03/ |
| D | 11.05.03-024.js | 16 valueOf: function () { method 21 valueOf: function () { method
|
| D | 11.05.03-025.js | 16 valueOf: function () { method 21 valueOf: function () { method
|
| /third_party/jerryscript/tests/jerry-test-suite/11/11.06/11.06.01/ |
| D | 11.06.01-015.js | 16 valueOf: function () { method 25 valueOf: function () { method
|
| /third_party/jerryscript/tests/jerry/es5.1/ |
| D | regression-test-issue-3637.js | 16 var b = a.slice(0, { valueOf: function(){ a.length = 0; return 100; } }); method 22 var d = c.slice(0, { valueOf: function(){ c.length = 0; return 100; } }); method
|
| /third_party/typescript/tests/cases/compiler/ |
| D | typeInferenceLiteralUnion.ts | 11 valueOf(): number; method 21 public valueOf() { method in NumCoercible
|
| /third_party/typescript/tests/cases/conformance/types/members/ |
| D | objectTypeHidingMembersOfObject.ts | 4 valueOf() { } method in C 11 valueOf(): void; method
|
| D | objectTypeHidingMembersOfExtendedObject.ts | 16 valueOf() { } method in C 28 valueOf(): void; method
|
| /third_party/node/test/fixtures/wpt/wasm/jsapi/table/ |
| D | get-set.any.js | 44 valueOf: t.unreached_func("Should not touch the argument (valueOf)"), property 75 valueOf: t.unreached_func("Should not touch the argument (valueOf)"), property 186 { valueOf() { return 0x100000000; } }, method 208 valueOf() { method
|
| /third_party/jerryscript/tests/jerry-test-suite/11/11.04/11.04.06/ |
| D | 11.04.06-018.js | 16 valueOf: function () { method
|