Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dpreparser.cc1028 bool catch_block_exists = false; in ParseTryStatement() local
1048 catch_block_exists = true; in ParseTryStatement()
1054 if (FLAG_harmony_explicit_tailcalls && catch_block_exists && in ParseTryStatement()