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/
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_; variable
Dpending-compilation-error-handler.cc77 return MessageLocation(script, start_position_, end_position_); in GetLocation()
/third_party/node/deps/v8/src/ast/
Dscopes.h337 int end_position() const { return end_position_; }
338 void set_end_position(int statement_pos) { end_position_ = statement_pos; }
789 int end_position_;
Dast.h638 int end_position() const { return end_position_; } in end_position()
647 end_position_(end_position) { in ReturnStatement()
652 int end_position_; variable
2491 int end_position() const { return end_position_; } in end_position()
2531 end_position_(end_position), in ClassLiteral()
2547 int end_position_; variable
Dscopes.cc355 end_position_ = kNoSourcePosition; in SetDefaults()
/third_party/node/deps/v8/src/codegen/
Dcompiler.h569 int end_position_; variable
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/
Dregister-allocator.h1103 LifetimePosition End() const { return end_position_; } in End()
1110 LifetimePosition end_position_; variable
Dregister-allocator.cc1199 end_position_ = node->end(); in SpillRange()
1219 end_position_ = other->End(); in TryMerge()
1221 other->end_position_ = max; in TryMerge()