Home
last modified time | relevance | path

Searched refs:IgnoreCompletion (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/parsing/
H A Dparser.cc1575 result = IgnoreCompletion( in ParseExportDefault()
1896 return IgnoreCompletion( in DeclareClass()
1918 Block* Parser::IgnoreCompletion(Statement* statement) { in IgnoreCompletion() function in v8::internal::Parser
1980 // Wrap with IgnoreCompletion so the tag isn't returned as the completion in RewriteSwitchStatement()
1982 Statement* tag_statement = IgnoreCompletion( in RewriteSwitchStatement()
2136 catch_block = IgnoreCompletion(factory()->NewReturnStatement( in ParseAndRewriteAsyncGeneratorFunctionBody()
2495 inner_block->statements()->Add(IgnoreCompletion(if_flag_break), zone()); in DesugarLexicalBindingsInForStatement()
3002 Block* catch_block = IgnoreCompletion(factory()->NewReturnStatement( in BuildRejectPromiseOnException()
H A Dparser.h375 Block* IgnoreCompletion(Statement* statement);

Completed in 8 milliseconds