Home
last modified time | relevance | path

Searched defs:throwingToPrimitive (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/npm/node_modules/es-to-primitive/test/
Des2015.js130 var throwingToPrimitive = { toString: sst.fail, valueOf: sst.fail }; variable
131 throwingToPrimitive[Symbol.toPrimitive] = function (hint) { throw new RangeError(hint); }; function
Des6.js130 var throwingToPrimitive = { toString: sst.fail, valueOf: sst.fail }; variable
131 throwingToPrimitive[Symbol.toPrimitive] = function (hint) { throw new RangeError(hint); }; function