Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Dmessages.cc312 if (isolate->HasPrepareStackTraceCallback()) { in FormatStackTrace()
Disolate.h1804 bool HasPrepareStackTraceCallback() const;
Disolate.cc4953 bool Isolate::HasPrepareStackTraceCallback() const { in ThrowInternal() function in v8::internal::Isolate