HomeSort by relevance Sort by last modified time
    Searched refs:catch_entry (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
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
full-codegen.cc 895 Label try_handler_setup, catch_entry, done; local
916 TryCatch try_block(this, &catch_entry);

Completed in 148 milliseconds