Searched defs:kException (Results 1 – 4 of 4) sorted by relevance
48 static const byte kException = 8; variable
25 enum class V8MessageOrigin { kConsole, kException, kRevokedException }; enumerator
201 enum ExceptionType { kException, kPromiseRejection }; enumerator
1700 enum class ExceptionStatus : bool { kException = false, kSuccess = true }; enumerator