Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/runtime/
Druntime-scopes.cc608 Handle<Object> thrown_object = args.at(0); in RUNTIME_FUNCTION() local
/third_party/node/deps/v8/src/heap/
Dfactory.cc1258 Handle<Object> thrown_object) { in NewCatchContext()