Home
last modified time | relevance | path

Searched refs:catch_handler_frame_index (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/deoptimizer/
Ddeoptimizer.cc843 size_t catch_handler_frame_index = count; in DoComputeOutputFrames() local
848 catch_handler_frame_index = i; in DoComputeOutputFrames()
852 CHECK_LT(catch_handler_frame_index, count); in DoComputeOutputFrames()
853 count = catch_handler_frame_index + 1; in DoComputeOutputFrames()