Lines Matching defs:end
49 // Set start and end position to the same value
566 int end = -1;
570 end = String::cast(script->source()).length();
573 FunctionEvent(event_name, flags().script_id(), ms, start, end, "", 0));
889 // deserializing. Put the inner function SFIs to the end of the list;
1038 // Scanning must end at the same position that was recorded
1043 // is no end token such as "}" for normal functions.
1809 int end) {
1817 Declare(declaration, name, kind, mode, init, scope, was_added, begin, end);
2114 // end-of-function return explicit to ensure BytecodeGenerator's special
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
2920 function_scope->set_end_position(logger->end());
3145 int end = end_position();
3151 Scanner::Location loc(begin, end);
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
3474 int end = scanner()->location().end_pos - (tail ? 1 : 2);
3478 (*state)->AddTemplateSpan(cooked, raw, end, zone());
3480 (*state)->AddTemplateSpan(nullptr, raw, end, zone());