Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Dthread-local-top.cc26 external_caught_exception_ = false; in Clear()
Dthread-local-top.h131 bool external_caught_exception_; variable
Disolate.cc1621 thread_local_top()->external_caught_exception_ = false; in CancelTerminateExecution()
1626 thread_local_top()->external_caught_exception_ = false; in CancelTerminateExecution()
2291 thread_local_top()->external_caught_exception_ = false; in ThrowInternal()
2318 thread_local_top()->external_caught_exception_ = false; in ThrowInternal()
2598 thread_local_top()->external_caught_exception_ = false; in ThrowInternal()
2602 } else if (thread_local_top()->external_caught_exception_) { in ThrowInternal()
2617 thread_local_top()->external_caught_exception_ = false; in ThrowInternal()
3613 thread_local_top()->external_caught_exception_ = false; in ThrowInternal()
3618 thread_local_top()->external_caught_exception_ = false; in ThrowInternal()
3623 thread_local_top()->external_caught_exception_ = true; in ThrowInternal()