Lines Matching refs:catch_block
898 Block* catch_block() const { return catch_block_; } in catch_block() function
952 TryCatchStatement(Block* try_block, Scope* scope, Block* catch_block, in TryCatchStatement() argument
956 catch_block_(catch_block), in TryCatchStatement()
2932 Block* catch_block, int pos) { in NewTryCatchStatement() argument
2933 return new (zone_) TryCatchStatement(try_block, scope, catch_block, in NewTryCatchStatement()
2939 Block* catch_block, in NewTryCatchStatementForReThrow() argument
2941 return new (zone_) TryCatchStatement(try_block, scope, catch_block, in NewTryCatchStatementForReThrow()
2947 Block* catch_block, in NewTryCatchStatementForDesugaring() argument
2949 return new (zone_) TryCatchStatement(try_block, scope, catch_block, in NewTryCatchStatementForDesugaring()
2955 Block* catch_block, in NewTryCatchStatementForAsyncAwait() argument
2957 return new (zone_) TryCatchStatement(try_block, scope, catch_block, in NewTryCatchStatementForAsyncAwait()