Home
last modified time | relevance | path

Searched defs:ExceptionStatus (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/infra/bots/task_drivers/g3_canary/
Dg3_canary.go43 ExceptionStatus CanaryStatusType = "exception" const
/third_party/node/deps/v8/src/common/
Dglobals.h1824 enum class ExceptionStatus : bool { kException = false, kSuccess = true }; enum