Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dparser.cc3190 ZoneList<Expression*>* throw_arguments = in BuildIteratorNextResult() local
3192 throw_arguments->Add(result_proxy_again, zone()); in BuildIteratorNextResult()
3194 Runtime::kThrowIteratorResultNotAnObject, throw_arguments, pos); in BuildIteratorNextResult()