Home
last modified time | relevance | path

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

/third_party/node/lib/internal/modules/esm/
Dtranslators.js23 let _TYPES = null; variable
25 if (_TYPES !== null) return _TYPES;
26 return _TYPES = require('internal/util/types');
/third_party/json/third_party/cpplint/
Dcpplint.py518 _TYPES = re.compile( variable
3734 if _TYPES.match(token):