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

/external/v8/src/
H A Dliveedit.cc1437 static bool FixTryCatchHandler(StackFrame* top_frame, function in class:v8::internal::Differencer
1513 FixTryCatchHandler(pre_top_frame, bottom_js_frame);
1514 // Make sure FixTryCatchHandler is idempotent.
1515 ASSERT(!FixTryCatchHandler(pre_top_frame, bottom_js_frame));

Completed in 48 milliseconds