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

  /external/v8/src/compiler/
control-builders.cc 186 catch_environment_ = environment()->CopyAsUnreachable();
187 catch_environment_->Push(the_hole());
193 catch_environment_->Merge(environment());
201 exception_node_ = catch_environment_->Pop();
202 set_environment(catch_environment_);
control-builders.h 154 catch_environment_(nullptr),
168 Environment* catch_environment_; // Environment for the 'catch' body. member in class:v8::internal::compiler::final

Completed in 2553 milliseconds