full-codegen.h | 176 explicit TryCatch(FullCodeGenerator* codegen, Label* catch_entry) 177 : NestedStatement(codegen), catch_entry_(catch_entry) { } 180 Label* catch_entry() { return catch_entry_; } function in class:v8::internal::FullCodeGenerator::TryCatch
|