Searched refs:throw_call (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/parsing/ |
D | parser.cc | 1820 Expression* throw_call = factory()->NewCallRuntime( in BuildIteratorNextResult() local 1826 throw_call, pos); in BuildIteratorNextResult() 3766 Statement* throw_call = factory()->NewExpressionStatement(error, pos); in CheckCallable() local 3769 condition, factory()->NewEmptyStatement(nopos), throw_call, nopos); in CheckCallable() 3854 Statement* throw_call; in BuildIteratorClose() local 3860 throw_call = factory()->NewExpressionStatement(call, nopos); in BuildIteratorClose() 3864 is_receiver_call, factory()->NewEmptyStatement(nopos), throw_call, in BuildIteratorClose() 4099 Statement* throw_call; in BuildIteratorCloseForCompletion() local 4105 throw_call = factory()->NewExpressionStatement(call, nopos); in BuildIteratorCloseForCompletion() 4109 is_receiver_call, factory()->NewEmptyStatement(nopos), throw_call, in BuildIteratorCloseForCompletion()
|