Home
last modified time | relevance | path

Searched defs:exception_obj (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/execution/
Disolate-inl.h59 void Isolate::set_pending_exception(Object exception_obj) { in set_pending_exception()
Disolate.cc2539 Object exception_obj = pending_exception(); in ThrowInternal() local
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
Dvariant_test.cc2055 absl::bad_variant_access exception_obj; in TEST() local
/third_party/node/deps/v8/src/d8/
Dd8.cc2743 Local<v8::Value> exception_obj) { in ReportException()