Home
last modified time | relevance | path

Searched refs:BOOLEAN_UNARY_OPERATORS (Results 1 – 2 of 2) sorted by relevance

/plugin/asciidocjs/node_modules/babel-types/lib/
Dconstants.js4 …TRING_UNARY_OPERATORS = exports.NUMBER_UNARY_OPERATORS = exports.BOOLEAN_UNARY_OPERATORS = exports…
27 var BOOLEAN_UNARY_OPERATORS = exports.BOOLEAN_UNARY_OPERATORS = ["delete", "!"]; variable
30 var UNARY_OPERATORS = exports.UNARY_OPERATORS = ["void"].concat(BOOLEAN_UNARY_OPERATORS, NUMBER_UNA…
Dindex.js4 …TRING_UNARY_OPERATORS = exports.NUMBER_UNARY_OPERATORS = exports.BOOLEAN_UNARY_OPERATORS = exports…
99 return _constants.BOOLEAN_UNARY_OPERATORS;