Home
last modified time | relevance | path

Searched refs:it_id (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/cjs-module-lexer/
H A Dlexer.js290 function tryParseObjectHasOwnProperty (it_id) {
323 if (!source.startsWith(it_id, pos)) return false;
324 pos += it_id.length;
491 const it_id = source.slice(it_id_start, pos);
505 if (!source.startsWith(it_id, pos)) break;
506 pos += it_id.length;
524 if (source.slice(pos, pos + it_id.length) !== it_id) break;
525 pos += it_id.length;
557 if (tryParseObjectHasOwnProperty(it_id)) {
[all...]

Completed in 2 milliseconds