Searched defs:catch_block (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dparser.cc2740 Block* catch_block = NULL; local
2757 catch_block = ParseBlock(NULL, CHECK_OK);
2764 DCHECK(tok == Token::FINALLY || catch_block != NULL);
2775 if (catch_block != NULL && finally_block != NULL) {
2780 index, try_block, catch_scope, catch_variable, catch_block,
2785 catch_block = NULL; // Clear to indicate it's been handled.
2789 if (catch_block != NULL) {
2794 index, try_block, catch_scope, catch_variable, catch_block, pos);
H A Dast.h1281 Block* catch_block() const { return catch_block_; } function in class:v8::internal::FINAL
1289 Block* catch_block,
1294 catch_block_(catch_block) {
3235 Block* catch_block,
3238 zone_, index, try_block, scope, variable, catch_block, pos);
1284 TryCatchStatement(Zone* zone, int index, Block* try_block, Scope* scope, Variable* variable, Block* catch_block, int pos) argument
3231 NewTryCatchStatement(int index, Block* try_block, Scope* scope, Variable* variable, Block* catch_block, int pos) argument

Completed in 51 milliseconds