Home
last modified time | relevance | path

Searched refs:set_return_location (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/parsing/
Dpreparser.cc793 function_state_->set_return_location(scanner()->location()); in ParseReturnStatement()
Dparser-base.h218 void set_return_location(Scanner::Location location) { in set_return_location() function
Dparser.cc2702 function_state_->set_return_location(loc); in ParseReturnStatement()