/third_party/node/deps/v8/src/parsing/ |
D | scanner.h | 260 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()
|
D | parser-base.h | 89 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 …]
|
D | scanner.cc | 142 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()
|
D | expression-scope.h | 508 ExpressionT ValidateAndRewriteReference(ExpressionT expression, int beg_pos, in ValidateAndRewriteReference() argument 521 expression, beg_pos, end_pos, MessageTemplate::kInvalidLhsInFor, in ValidateAndRewriteReference()
|
D | parser.cc | 604 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()
|
D | parser.h | 329 VariableKind kind, int beg_pos, int end_pos, 879 pattern, initializer, scanner()->location().beg_pos,
|
D | scanner-inl.h | 347 next().location.beg_pos = source_pos(); in ScanSingleToken()
|
D | preparser.h | 1163 int beg_pos, int end_pos, ZonePtrList<const AstRawString>* names) { 1167 &was_added, beg_pos, kind);
|
/third_party/node/deps/v8/src/ast/ |
D | modules.cc | 146 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()
|
D | modules.h | 273 specifier, import_assertions, specifier_loc.beg_pos, in AddModuleRequest()
|
D | scopes.cc | 2975 loc.beg_pos, loc.end_pos, in ResolvePrivateNames()
|
/third_party/toybox/toys/pending/ |
D | mdev.c | 170 char *beg_pos = pos; in make_device() local 172 if (pos == beg_pos) { in make_device()
|
/third_party/node/deps/v8/src/objects/ |
D | source-text-module.tq | 67 beg_pos: Smi;
|
D | source-text-module.cc | 220 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()
|
D | scope-info.cc | 1140 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);
|
D | source-text-module.h | 294 int cell_index, int beg_pos, int end_pos);
|
/third_party/node/deps/v8/src/debug/ |
D | debug-scopes.cc | 140 const int beg_pos = scope->start_position(); in RetrieveScopeChainDefaultConstructor() local 142 if (beg_pos == position_ && end_pos == position_) { in RetrieveScopeChainDefaultConstructor()
|