Lines Matching refs:it_id
290 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)) {
585 if (!source.startsWith(it_id, pos)) break;
586 pos += it_id.length;
601 if (!source.startsWith(it_id, pos)) break;
602 pos += it_id.length;
616 if (!source.startsWith(it_id, pos)) break;
617 pos += it_id.length;
655 if (!tryParseObjectHasOwnProperty(it_id)) break;
668 if (!source.startsWith(it_id, pos)) break;
669 pos += it_id.length;
689 if (source.slice(pos, pos + it_id.length) !== it_id) break;
690 pos += it_id.length;
704 if (source.slice(pos, pos + it_id.length) !== it_id) break;
705 pos += it_id.length;
734 if (!source.startsWith(it_id, pos)) break;
735 pos += it_id.length;
787 if (!source.startsWith(it_id, pos)) break;
788 pos += it_id.length;