Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Djs-call-reducer.cc435 using CatchFunction = std::function<void(TNode<Object>)>; typedef in v8::internal::compiler::JSCallReducerAssembler::TryCatchBuilder0
440 void Catch(const CatchFunction& catch_body) { in Catch()