Home
last modified time | relevance | path

Searched refs:deoptimizing_throw_ (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/deoptimizer/
H A Ddeoptimizer.h198 bool deoptimizing_throw_; member in v8::internal::Deoptimizer
H A Ddeoptimizer.cc478 deoptimizing_throw_(false), in Deoptimizer()
495 deoptimizing_throw_ = true; in Deoptimizer()
842 if (deoptimizing_throw_) { in DoComputeOutputFrames()
868 const bool handle_exception = deoptimizing_throw_ && i == count - 1; in DoComputeOutputFrames()

Completed in 5 milliseconds