Home
last modified time | relevance | path

Searched refs:beg_pos (Results 1 – 17 of 17) sorted by relevance

/third_party/node/deps/v8/src/parsing/
Dscanner.h260 Location(int b, int e) : beg_pos(b), end_pos(e) { } in Location()
261 Location() : beg_pos(0), end_pos(0) { } in Location()
263 int length() const { return end_pos - beg_pos; } in length()
264 bool IsValid() const { return base::IsInRange(beg_pos, 0, end_pos); } in IsValid()
268 int beg_pos; member
412 DCHECK_EQ(source_pos() - 1, next().location.beg_pos); in ScanTemplateContinuation()
639 base::uc32 ScanUnlimitedLengthHexNumber(base::uc32 max_value, int beg_pos);
702 int source_length = (location.end_pos - location.beg_pos); in LiteralContainsEscapes()
Dparser-base.h89 range_->start = scanner->peek_location().beg_pos; in SourceRangeScope()
847 scanner()->location().beg_pos); in NewUnresolved()
858 int position() const { return scanner_->location().beg_pos; } in position()
859 int peek_position() const { return scanner_->peek_location().beg_pos; } in peek_position()
987 void CheckStrictOctalLiteral(int beg_pos, int end_pos) { in CheckStrictOctalLiteral() argument
989 if (octal.IsValid() && beg_pos <= octal.beg_pos && in CheckStrictOctalLiteral()
1019 void ClassifyParameter(IdentifierT parameter, int beg_pos, int end_pos);
1091 source_location.beg_pos, source_location.end_pos, message, args...); in ReportMessageAt()
1200 ExpressionT ParseMemberInitializer(ClassInfo* class_info, int beg_pos,
1395 int beg_pos, int end_pos,
[all …]
Dscanner.cc142 int beg_pos) { in ScanUnlimitedLengthHexNumber() argument
150 ReportScannerError(Location(beg_pos, source_pos() + 1), in ScanUnlimitedLengthHexNumber()
356 if (pos == next().location.beg_pos) return; in SeekForward()
1072 DCHECK_EQ(next().location.beg_pos, static_cast<int>(position)); in SeekNext()
Dexpression-scope.h508 ExpressionT ValidateAndRewriteReference(ExpressionT expression, int beg_pos, in ValidateAndRewriteReference() argument
521 expression, beg_pos, end_pos, MessageTemplate::kInvalidLhsInFor, in ValidateAndRewriteReference()
Dparser.cc604 int beg_pos = scanner()->location().beg_pos; in DoParseProgram() local
657 CheckStrictOctalLiteral(beg_pos, end_position()); in DoParseProgram()
1861 VariableKind kind, int beg_pos, int end_pos, in DeclareFunction() argument
1864 factory()->NewFunctionDeclaration(function, beg_pos); in DeclareFunction()
1867 &was_added, beg_pos); in DeclareFunction()
2458 int inner_var_proxy_pos = scanner()->location().beg_pos; in DesugarLexicalBindingsInForStatement()
Dparser.h329 VariableKind kind, int beg_pos, int end_pos,
879 pattern, initializer, scanner()->location().beg_pos,
Dscanner-inl.h347 next().location.beg_pos = source_pos(); in ScanSingleToken()
Dpreparser.h1163 int beg_pos, int end_pos, ZonePtrList<const AstRawString>* names) {
1167 &was_added, beg_pos, kind);
/third_party/node/deps/v8/src/ast/
Dmodules.cc146 Smi::FromInt(iter->second.second.beg_pos)); in Serialize()
165 location.beg_pos, location.end_pos); in Serialize()
316 return (candidate->location.beg_pos > current_duplicate->location.beg_pos) in BetterDuplicate()
349 entry->location.beg_pos, entry->location.end_pos, in Validate()
361 entry->location.beg_pos, entry->location.end_pos, in Validate()
Dmodules.h273 specifier, import_assertions, specifier_loc.beg_pos, in AddModuleRequest()
Dscopes.cc2975 loc.beg_pos, loc.end_pos, in ResolvePrivateNames()
/third_party/toybox/toys/pending/
Dmdev.c170 char *beg_pos = pos; in make_device() local
172 if (pos == beg_pos) { in make_device()
/third_party/node/deps/v8/src/objects/
Dsource-text-module.tq67 beg_pos: Smi;
Dsource-text-module.cc220 MessageLocation new_loc(script, entry->beg_pos(), entry->end_pos()); in ResolveExport()
284 MessageLocation new_loc(script, entry->beg_pos(), entry->end_pos()); in ResolveExportUsingStarExports()
508 MessageLocation loc(script, entry->beg_pos(), entry->end_pos()); in FinishInstantiate()
526 MessageLocation loc(script, entry->beg_pos(), entry->end_pos()); in FinishInstantiate()
Dscope-info.cc1140 int beg_pos, int end_pos) { in New() argument
1149 result->set_beg_pos(beg_pos); in New()
1158 int beg_pos, int end_pos);
1163 int beg_pos, int end_pos);
Dsource-text-module.h294 int cell_index, int beg_pos, int end_pos);
/third_party/node/deps/v8/src/debug/
Ddebug-scopes.cc140 const int beg_pos = scope->start_position(); in RetrieveScopeChainDefaultConstructor() local
142 if (beg_pos == position_ && end_pos == position_) { in RetrieveScopeChainDefaultConstructor()