/third_party/node/deps/v8/src/parsing/ |
H A D | pending-compilation-error-handler.h | 34 void ReportMessageAt(int start_position, int end_position, 37 void ReportMessageAt(int start_position, int end_position, 40 void ReportMessageAt(int start_position, int end_position, 44 void ReportWarningAt(int start_position, int end_position, 91 MessageDetails(int start_position, int end_position, in MessageDetails() argument 94 end_position_(end_position), in MessageDetails() 97 MessageDetails(int start_position, int end_position, in MessageDetails() argument 101 end_position_(end_position), in MessageDetails() 107 MessageDetails(int start_position, int end_position, in MessageDetails() argument 110 end_position_(end_position), in MessageDetails() [all...] |
H A D | pending-compilation-error-handler.cc | 81 int end_position, in ReportMessageAt() 87 error_details_ = MessageDetails(start_position, end_position, message, arg); in ReportMessageAt() 91 int end_position, in ReportMessageAt() 97 error_details_ = MessageDetails(start_position, end_position, message, arg); in ReportMessageAt() 101 int end_position, in ReportMessageAt() 108 MessageDetails(start_position, end_position, message, arg0, arg1); in ReportMessageAt() 112 int end_position, in ReportWarningAt() 116 MessageDetails(start_position, end_position, message, arg)); in ReportWarningAt() 80 ReportMessageAt(int start_position, int end_position, MessageTemplate message, const char* arg) ReportMessageAt() argument 90 ReportMessageAt(int start_position, int end_position, MessageTemplate message, const AstRawString* arg) ReportMessageAt() argument 100 ReportMessageAt(int start_position, int end_position, MessageTemplate message, const AstRawString* arg0, const char* arg1) ReportMessageAt() argument 111 ReportWarningAt(int start_position, int end_position, MessageTemplate message, const char* arg) ReportWarningAt() argument
|
H A D | parser-base.h | 860 int end_position() const { return scanner_->location().end_pos; } in end_position() function in v8::internal::ParseFunctionFlag::ParserBase 879 return (peek() == Token::SEMICOLON) ? peek_end_position() : end_position(); in PositionAfterSemicolon() 963 impl()->ReportMessageAt(Scanner::Location(start, end_position()), in ExpectContextualKeyword() 1929 ClassifyParameter(name, beg_pos, end_position()); in ParsePrimaryExpression() 2169 Scanner::Location(start_pos, end_position()), in ParseArrayLiteral() 2175 Scanner::Location(start_pos, end_position()), in ParseArrayLiteral() 2321 Scanner::Location(start_pos, end_position()), in ParseProperty() 2324 Scanner::Location(start_pos, end_position()), in ParseProperty() 2539 initializer_scope->set_end_position(end_position()); in ParseMemberInitializer() 2571 initializer_scope->set_end_position(end_position()); in ParseClassStaticBlock() [all...] |
H A D | parser.cc | 657 CheckStrictOctalLiteral(beg_pos, end_position()); in DoParseProgram() 846 int end_position = shared_info->EndPosition(); in ParseFunction() local 910 isolate, maybe_outer_scope_info, info, start_position, end_position, in ParseFunction() 914 isolate, maybe_outer_scope_info, info, start_position, end_position, in ParseFunction() 934 function_scope->end_position(), function_name.get(), in ParseFunction() 940 int start_position, int end_position, in DoParseFunction() 1044 if (scanner()->location().end_pos == end_position) { in DoParseFunction() 1053 start_position, end_position); in DoParseFunction() 1080 ParseInfo* info, int start_position, int end_position, in DoParseDeserializedFunction() 1086 end_position); in DoParseDeserializedFunction() 939 DoParseFunction(Isolate* isolate, ParseInfo* info, int start_position, int end_position, int function_literal_id, const AstRawString* raw_name) DoParseFunction() argument 1078 DoParseDeserializedFunction( Isolate* isolate, MaybeHandle<ScopeInfo> maybe_outer_scope_info, ParseInfo* info, int start_position, int end_position, int function_literal_id, const AstRawString* raw_name) DoParseDeserializedFunction() argument 2843 int end_position; SkipFunction() local 3415 ParseOnBackground(LocalIsolate* isolate, ParseInfo* info, int start_position, int end_position, int function_literal_id) ParseOnBackground() argument [all...] |
H A D | preparse-data.cc | 293 byte_data_.WriteVarint32(function_scope->end_position()); in SaveDataForSkippableFunction() 348 byte_data_.WriteUint32(scope->end_position()); in SaveScopeAllocationData() 357 DCHECK_NE(scope->end_position(), kNoSourcePosition); in SaveDataForScope() 587 Zone* zone, int start_position, int* end_position, int* num_parameters, in GetDataForSkippableFunction() 597 *end_position = scope_data_->ReadVarint32(); in GetDataForSkippableFunction() 598 DCHECK_GT(*end_position, start_position); in GetDataForSkippableFunction() 639 DCHECK_EQ(end_position_from_data, scope->end_position()); in RestoreScopeAllocationData() 586 GetDataForSkippableFunction( Zone* zone, int start_position, int* end_position, int* num_parameters, int* function_length, int* num_inner_functions, bool* uses_super_property, LanguageMode* language_mode) GetDataForSkippableFunction() argument
|
H A D | preparser.cc | 334 CheckStrictOctalLiteral(start_position, end_position()); in ParseFunctionLiteral() 359 function_scope->end_position(), name, name_byte_length, is_one_byte); in ParseFunctionLiteral()
|
H A D | preparse-data.h | 298 Zone* zone, int start_position, int* end_position, int* num_parameters,
|
H A D | preparse-data-impl.h | 155 Zone* zone, int start_position, int* end_position, int* num_parameters,
|
H A D | parser.h | 144 int start_position, int end_position, 236 int start_position, int end_position, 242 ParseInfo* info, int start_position, int end_position,
|
H A D | scanner-character-streams.cc | 183 size_t end_position() const { return position + length; } in end_position() function 190 while (position >= chunks_->back().end_position() && in FindChunk() 192 FetchChunk(chunks_->back().end_position(), stats); in FindChunk()
|
/third_party/node/deps/v8/src/objects/ |
H A D | shared-function-info.cc | 372 int end_position = shared_info->EndPosition(); in DiscardCompiled() local 387 inferred_name_val, start_position, end_position); in DiscardCompiled() 558 lit->end_position(), preparse_data); in InitFromFunctionLiteral() 562 lit->end_position(), preparse_data); in InitFromFunctionLiteral() 568 lit->end_position()); in InitFromFunctionLiteral() 572 lit->end_position()); in InitFromFunctionLiteral() 681 return uncompiled_data().end_position(); in EndPosition() 698 void SharedFunctionInfo::SetPosition(int start_position, int end_position) { in SetPosition() argument 703 info.SetPositionInfo(start_position, end_position); in SetPosition() 712 uncompiled_data().set_end_position(end_position); in SetPosition() [all...] |
H A D | shared-function-info.h | 120 String inferred_name, int start_position, int end_position, 258 V8_EXPORT_PRIVATE void SetPosition(int start_position, int end_position);
|
/third_party/node/deps/v8/src/debug/ |
H A D | liveedit.cc | 539 : literal->end_position()), in SourcePositionEvent() 543 : position(is_start ? change.start_position : change.end_position), in SourcePositionEvent() 546 (change.end_position - change.start_position)) {} in SourcePositionEvent() 555 if (a.literal->end_position() != b.literal->end_position()) { in LessThan() 556 return a.literal->end_position() > b.literal->end_position(); in LessThan() 625 : event.literal->end_position() + delta; in CalculateFunctionLiteralChanges() 691 DCHECK(literal->end_position() != kNoSourcePosition); in MapLiterals() 696 literal->end_position()); in MapLiterals() [all...] |
H A D | liveedit.h | 26 int end_position; member
|
H A D | debug-scopes.cc | 141 const int end_pos = scope->end_position(); in RetrieveScopeChainDefaultConstructor() 179 const int end = scope->end_position(); in SetClosureScopeIfFound() 189 const int end = scope->end_position(); in ContainsPosition() 358 details->set(kScopeDetailsEndPositionIndex, Smi::FromInt(end_position())); in MaterializeScopeDetails() 376 int ScopeIterator::end_position() { in end_position() function in v8::internal::__anon14467::ScopeChainRetriever::ScopeIterator 377 if (InInnerScope()) return current_scope_->end_position(); in end_position()
|
H A D | debug.cc | 1625 void GetBreakablePositions(Iterator* it, int start_position, int end_position, in GetBreakablePositions() argument 1628 if (it->position() >= start_position && it->position() < end_position) { in GetBreakablePositions() 1636 int end_position, in FindBreakablePositions() 1640 GetBreakablePositions(&it, start_position, end_position, locations); in FindBreakablePositions() 1664 int end_position, bool restrict_to_function, in GetPossibleBreakpoints() 1679 FindBreakablePositions(debug_info, start_position, end_position, locations); in GetPossibleBreakpoints() 1686 end_position, &candidates)) { in GetPossibleBreakpoints() 1692 FindBreakablePositions(debug_info, start_position, end_position, locations); in GetPossibleBreakpoints() 1780 const int end_position = outer_shared->EndPosition(); in FindClosestSharedFunctionInfoFromPosition() local 1781 if (start_position == end_position) retur in FindClosestSharedFunctionInfoFromPosition() 1635 FindBreakablePositions(Handle<DebugInfo> debug_info, int start_position, int end_position, std::vector<BreakLocation>* locations) FindBreakablePositions() argument 1663 GetPossibleBreakpoints(Handle<Script> script, int start_position, int end_position, bool restrict_to_function, std::vector<BreakLocation>* locations) GetPossibleBreakpoints() argument 1806 FindSharedFunctionInfosIntersectingRange( Handle<Script> script, int start_position, int end_position, std::vector<Handle<SharedFunctionInfo>>* intersecting_shared) FindSharedFunctionInfosIntersectingRange() argument [all...] |
H A D | debug-scopes.h | 95 int end_position();
|
H A D | debug-scope-iterator.cc | 119 ->GetSourceLocation(iterator_.end_position()); in GetEndLocation()
|
H A D | debug.h | 288 int end_position, bool restrict_to_function, 316 Handle<Script> script, int start_position, int end_position,
|
/third_party/node/deps/v8/src/heap/ |
H A D | factory-base.h | 180 int32_t end_position); 184 int32_t end_position, Handle<PreparseData>); 189 int32_t end_position); 194 int32_t end_position,
|
H A D | factory-base.cc | 371 int32_t end_position) { in NewUncompiledDataWithoutPreparseData() 373 inferred_name, start_position, end_position, AllocationType::kOld); in NewUncompiledDataWithoutPreparseData() 379 Handle<String> inferred_name, int32_t start_position, int32_t end_position, in NewUncompiledDataWithPreparseData() 382 inferred_name, start_position, end_position, preparse_data, in NewUncompiledDataWithPreparseData() 390 int32_t end_position) { in NewUncompiledDataWithoutPreparseDataWithJob() 394 end_position, in NewUncompiledDataWithoutPreparseDataWithJob() 402 Handle<String> inferred_name, int32_t start_position, int32_t end_position, in NewUncompiledDataWithPreparseDataAndJob() 405 inferred_name, start_position, end_position, preparse_data, kNullAddress, in NewUncompiledDataWithPreparseDataAndJob() 369 NewUncompiledDataWithoutPreparseData( Handle<String> inferred_name, int32_t start_position, int32_t end_position) NewUncompiledDataWithoutPreparseData() argument 378 NewUncompiledDataWithPreparseData( Handle<String> inferred_name, int32_t start_position, int32_t end_position, Handle<PreparseData> preparse_data) NewUncompiledDataWithPreparseData() argument 388 NewUncompiledDataWithoutPreparseDataWithJob( Handle<String> inferred_name, int32_t start_position, int32_t end_position) NewUncompiledDataWithoutPreparseDataWithJob() argument 401 NewUncompiledDataWithPreparseDataAndJob( Handle<String> inferred_name, int32_t start_position, int32_t end_position, Handle<PreparseData> preparse_data) NewUncompiledDataWithPreparseDataAndJob() argument
|
/third_party/node/deps/v8/src/ast/ |
H A D | ast.h | 638 int end_position() const { return end_position_; } in end_position() function in v8::internal::final 644 ReturnStatement(Expression* expression, Type type, int pos, int end_position) in ReturnStatement() argument 647 end_position_(end_position) { in ReturnStatement() 2181 int end_position() const; 2271 end_position() - (HasBracesField::decode(bit_field_) ? 1 : 0)); in return_position() 2491 int end_position() const { return end_position_; } in end_position() function in v8::internal::final 2526 int start_position, int end_position, in ClassLiteral() 2531 end_position_(end_position), in ClassLiteral() 2892 int end_position = ReturnStatement::kFunctionLiteralReturnPosition) { in NewReturnStatement() 2894 pos, end_position); in NewReturnStatement() 2520 ClassLiteral(ClassScope* scope, Expression* extends, FunctionLiteral* constructor, ZonePtrList<Property>* public_members, ZonePtrList<Property>* private_members, FunctionLiteral* static_initializer, FunctionLiteral* instance_members_initializer_function, int start_position, int end_position, bool has_static_computed_names, bool is_anonymous, bool has_private_methods, Variable* home_object, Variable* static_home_object) ClassLiteral() argument 2897 NewAsyncReturnStatement(Expression* expression, int pos, int end_position) NewAsyncReturnStatement() argument 3271 NewClassLiteral( ClassScope* scope, Expression* extends, FunctionLiteral* constructor, ZonePtrList<ClassLiteral::Property>* public_members, ZonePtrList<ClassLiteral::Property>* private_members, FunctionLiteral* static_initializer, FunctionLiteral* instance_members_initializer_function, int start_position, int end_position, bool has_static_computed_names, bool is_anonymous, bool has_private_methods, Variable* home_object, Variable* static_home_object) NewClassLiteral() argument [all...] |
/third_party/node/deps/v8/src/compiler-dispatcher/ |
H A D | lazy-compile-dispatcher.cc | 126 uncompiled_data.end_position(), preparse_data); in SetUncompiledDataJobPointer() 138 uncompiled_data.end_position()); in SetUncompiledDataJobPointer()
|
/third_party/node/deps/v8/src/logging/ |
H A D | log.h | 154 int start_position, int end_position, 157 int start_position, int end_position,
|
H A D | log.cc | 1586 int end_position, uint64_t time) { in AppendFunctionMessage() 1588 << Logger::kNext << start_position << Logger::kNext << end_position in AppendFunctionMessage() 1600 int start_position, int end_position, in FunctionEvent() 1605 end_position, Time()); in FunctionEvent() 1611 int start_position, int end_position, in FunctionEvent() 1617 end_position, Time()); in FunctionEvent() 1584 AppendFunctionMessage(Log::MessageBuilder& msg, const char* reason, int script_id, double time_delta, int start_position, int end_position, uint64_t time) AppendFunctionMessage() argument 1599 FunctionEvent(const char* reason, int script_id, double time_delta, int start_position, int end_position, String function_name) FunctionEvent() argument 1610 FunctionEvent(const char* reason, int script_id, double time_delta, int start_position, int end_position, const char* function_name, size_t function_name_length, bool is_one_byte) FunctionEvent() argument
|