Lines Matching refs:end_position
657 CheckStrictOctalLiteral(beg_pos, end_position());
846 int end_position = shared_info->EndPosition();
910 isolate, maybe_outer_scope_info, info, start_position, end_position,
914 isolate, maybe_outer_scope_info, info, start_position, end_position,
934 function_scope->end_position(), function_name.get(),
940 int start_position, int end_position,
1044 if (scanner()->location().end_pos == end_position) {
1053 start_position, end_position);
1080 ParseInfo* info, int start_position, int end_position,
1086 end_position);
1089 return DoParseFunction(isolate, info, start_position, end_position,
1148 DCHECK_EQ(initializer->end_position(), initializer_end_pos);
1777 &was_added, pos, end_position());
1791 scope(), &was_added, pos, end_position());
1970 DCHECK_LT(switch_statement->position(), scope->end_position());
2779 scope->end_position(),
2799 CheckStrictOctalLiteral(scope->start_position(), scope->end_position());
2843 int end_position;
2855 main_zone(), function_scope->start_position(), &end_position,
2862 function_scope->set_end_position(end_position);
2863 scanner()->SeekForward(end_position - 1);
2923 function_scope->end_position() - function_scope->start_position();
3145 int end = end_position();
3416 int start_position, int end_position,
3443 DCHECK_EQ(end_position, 0);
3456 end_position, function_literal_id,