Searched refs:catch_variable (Results 1 – 1 of 1) sorted by relevance
3003 Variable* catch_variable = NULL; in ParseTryStatement() local3024 catch_variable = catch_scope->DeclareLocal(name, VAR, kCreatedInitialized, in ParseTryStatement()3056 factory()->NewVariableProxy(catch_variable)); in ParseTryStatement()3094 DCHECK(catch_scope != NULL && catch_variable != NULL); in ParseTryStatement()3096 factory()->NewTryCatchStatement(try_block, catch_scope, catch_variable, in ParseTryStatement()3106 DCHECK(catch_scope != NULL && catch_variable != NULL); in ParseTryStatement()3108 catch_variable, catch_block, pos); in ParseTryStatement()