Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/parsing/
H A Dpending-compilation-error-handler.h89 end_position_(-1), in MessageDetails()
94 end_position_(end_position), in MessageDetails()
101 end_position_(end_position), in MessageDetails()
110 end_position_(end_position), in MessageDetails()
142 int end_position_; member in v8::internal::PendingCompilationErrorHandler::MessageDetails
H A Dpending-compilation-error-handler.cc77 return MessageLocation(script, start_position_, end_position_); in GetLocation()
/third_party/node/deps/v8/src/ast/
H A Dscopes.h337 int end_position() const { return end_position_; } in end_position()
338 void set_end_position(int statement_pos) { end_position_ = statement_pos; } in set_end_position()
789 int end_position_; member in v8::internal::Scope
H A Dast.h638 int end_position() const { return end_position_; } in end_position()
647 end_position_(end_position) { in ReturnStatement()
652 int end_position_; member in v8::internal::final
2491 int end_position() const { return end_position_; } in end_position()
2531 end_position_(end_position), in ClassLiteral()
2547 int end_position_; member in v8::internal::final
H A Dscopes.cc355 end_position_ = kNoSourcePosition; in SetDefaults()
/third_party/node/deps/v8/src/codegen/
H A Dcompiler.h569 int end_position_; member in v8::internal::BackgroundCompileTask
H A Dcompiler.cc1533 end_position_(0), in BackgroundCompileTask()
1557 end_position_(shared_info->EndPosition()), in BackgroundCompileTask()
1692 parser.ParseOnBackground(isolate, &info, start_position_, end_position_, in Run()
/third_party/node/deps/v8/src/compiler/backend/
H A Dregister-allocator.h1103 LifetimePosition End() const { return end_position_; } in End()
1110 LifetimePosition end_position_; member in v8::internal::compiler::RegisterAllocationFlag::LiveRange::final
H A Dregister-allocator.cc1199 end_position_ = node->end(); in SpillRange()
1219 end_position_ = other->End(); in TryMerge()
1221 other->end_position_ = max; in TryMerge()

Completed in 33 milliseconds