Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/nunjucks/src/
Dobject.js7 function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input;… function
Dnodes.js6 function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input;… function