Searched refs:uncoercibleFnObject (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/npm/node_modules/es-to-primitive/test/ |
D | es5.js | 56 var uncoercibleFnObject = { variable 87 …st['throws'](toPrimitive.bind(null, uncoercibleFnObject), TypeError, 'uncoercibleFnObject throws a… 88 …st['throws'](toPrimitive.bind(null, uncoercibleFnObject, String), TypeError, 'uncoercibleFnObject … 89 …st['throws'](toPrimitive.bind(null, uncoercibleFnObject, Number), TypeError, 'uncoercibleFnObject …
|
D | es6.js | 79 var uncoercibleFnObject = { variable 145 …st['throws'](toPrimitive.bind(null, uncoercibleFnObject), TypeError, 'uncoercibleFnObject throws a… 146 …st['throws'](toPrimitive.bind(null, uncoercibleFnObject, Number), TypeError, 'uncoercibleFnObject … 147 …st['throws'](toPrimitive.bind(null, uncoercibleFnObject, String), TypeError, 'uncoercibleFnObject …
|
D | es2015.js | 79 var uncoercibleFnObject = { variable 145 …st['throws'](toPrimitive.bind(null, uncoercibleFnObject), TypeError, 'uncoercibleFnObject throws a… 146 …st['throws'](toPrimitive.bind(null, uncoercibleFnObject, Number), TypeError, 'uncoercibleFnObject … 147 …st['throws'](toPrimitive.bind(null, uncoercibleFnObject, String), TypeError, 'uncoercibleFnObject …
|
/third_party/node/deps/npm/node_modules/es-abstract/test/ |
D | es5.js | 17 var uncoercibleFnObject = { variable 46 …st['throws'](function () { return ES.ToPrimitive(uncoercibleFnObject); }, TypeError, 'uncoercibleF…
|