Home
last modified time | relevance | path

Searched defs:top_handler (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/execution/
Dframes-inl.h66 inline StackHandler* StackFrame::top_handler() const { in top_handler() function
Disolate.cc2540 ExceptionHandlerType top_handler = TopExceptionHandlerType(exception_obj); in ThrowInternal() local
3609 ExceptionHandlerType top_handler) { in ThrowInternal()