Home | History | Annotate | Download | only in src

Lines Matching defs:beg_pos

372   int beg_pos = Read(PreparseDataConstants::kMessageStartPos);
374 return Scanner::Location(beg_pos, end_pos);
622 int beg_loc = scanner().location().beg_pos;
774 source_location.beg_pos,
792 source_location.beg_pos,
1144 token_loc.end_pos - token_loc.beg_pos ==
1315 scope->set_start_position(scanner().location().beg_pos);
1388 factory(), name, scanner().location().beg_pos, Interface::NewModule());
1597 int statement_pos = scanner().peek_location().beg_pos;
1708 factory(), name, scanner().location().beg_pos, interface);
1940 int function_token_position = scanner().location().beg_pos;
2000 block_scope->set_start_position(scanner().location().beg_pos);
2231 position = scanner().location().beg_pos;
2584 with_scope->set_start_position(scanner().peek_location().beg_pos);
2612 int pos = scanner().location().beg_pos;
2657 int pos = scanner().location().beg_pos;
2712 catch_scope->set_start_position(scanner().location().beg_pos);
2795 int position = scanner().location().beg_pos;
2844 for_scope->set_start_position(scanner().location().beg_pos);
3019 int position = scanner().location().beg_pos;
3060 int pos = scanner().location().beg_pos;
3114 int left_position = scanner().peek_location().beg_pos;
3117 int right_position = scanner().peek_location().beg_pos;
3140 int position = scanner().location().beg_pos;
3242 int position = scanner().location().beg_pos;
3299 int position = scanner().location().beg_pos;
3335 int position = scanner().location().beg_pos;
3361 int pos = scanner().location().beg_pos;
3373 pos = scanner().location().beg_pos;
3380 pos = scanner().peek_location().beg_pos;
3402 int pos = scanner().location().beg_pos;
3430 PositionStack::Element pos(stack, scanner().location().beg_pos);
3469 int function_token_position = scanner().location().beg_pos;
3492 int pos = scanner().location().beg_pos;
3508 int pos = scanner().location().beg_pos;
3634 factory(), name, scanner().location().beg_pos, interface);
4415 scope->set_start_position(scanner().location().beg_pos);
4492 int function_block_pos = scanner().location().beg_pos;
4862 // Checks whether an octal literal was last seen between beg_pos and end_pos.
4864 void Parser::CheckOctalLiteral(int beg_pos, int end_pos, bool* ok) {
4867 beg_pos <= octal.beg_pos &&
5016 return factory()->NewThrow(call_constructor, scanner().location().beg_pos);