Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Doddball.h70 static const byte kException = 8; variable
/third_party/node/deps/v8/src/inspector/
Dv8-console-message.h26 enum class V8MessageOrigin { kConsole, kException, kRevokedException }; enumerator
/third_party/node/deps/v8/src/debug/
Ddebug-interface.h128 kException, enumerator
258 enum ExceptionType { kException, kPromiseRejection }; enumerator
/third_party/node/deps/v8/src/common/
Dglobals.h1824 enum class ExceptionStatus : bool { kException = false, kSuccess = true }; enumerator