Lines Matching defs:position

49   // Set start and end position to the same value
230 nary->AddSubsequent(binop->right(), binop->position());
906 // function is in heritage position. Otherwise the function scope's skip bit
1038 // Scanning must end at the same position that was recorded
1098 // point the scanner should be rewound to the position of the class token.
1332 kNeedsInitialization, position());
1558 int pos = position();
1571 proxy->var()->set_initializer_position(position());
1601 int pos = position();
1787 factory()->NewVariableProxy(name, NORMAL_VARIABLE, position());
1801 scope, was_added, proxy->position(), kNoSourcePosition);
1831 // If we only have the start position of a proxy, we can't highlight the
1969 DCHECK_GE(switch_statement->position(), scope->start_position());
1970 DCHECK_LT(switch_statement->position(), scope->end_position());
1979 tag->position());
2003 pos = declaration->initializer->position();
2024 int position = decl->position();
2026 position == kNoSourcePosition
2028 : Scanner::Location(position, position + name->length());
2239 decl.initializer = factory()->NewVariableProxy(temp, for_info->position);
2246 *each_variable = factory()->NewVariableProxy(temp, for_info->position);
2263 tdz_proxy->var()->set_initializer_position(position());
2431 factory()->NewIfStatement(cond, noop, stop, cond->position()),
2539 // Each op position is the end position of the *previous* expr, with the
2540 // second (i.e. first "subsequent") op position being the end position of
2561 int comma_pos = binop->position();
2748 scope->set_start_position(position());
3022 // The position of the yield is important for reporting the exception
3077 int position = peek_position();
3078 if (position < expected_parameters_end_pos) {
3079 ReportMessageAt(Scanner::Location(position, position + 1),
3082 } else if (position > expected_parameters_end_pos) {
3144 int begin = position();
3198 int pos = property->value()->position();
3200 pos = property->key()->position();
3438 // which need their end position set at the end of the script (the top scope
3439 // and possible eval scopes) and set their end position after we know the
3451 // the function is in heritage position. Otherwise the function scope's
3492 int pos = lit->position();
3562 args.at(1)->position());
3567 result->AddSubsequent(args.at(i), args.at(i)->position());
3585 return_value, return_value->position()),