Searched defs:kException (Results 1 – 5 of 5) sorted by relevance
70 static const byte kException = 8; variable
26 enum class V8MessageOrigin { kConsole, kException, kRevokedException }; enumerator
128 kException, enumerator258 enum ExceptionType { kException, kPromiseRejection }; enumerator
1983 static const char* kException = "My error"; in RunFunctionHandlerExceptionTest() local
1824 enum class ExceptionStatus : bool { kException = false, kSuccess = true }; enumerator