Searched defs:EXCEPTION (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dregexp-macro-assembler.h174 // EXCEPTION: Something failed during execution. If no exception has been
180 enum Result { RETRY = -2, EXCEPTION = -1, FAILURE = 0, SUCCESS = 1 }; enumerator in enum:v8::internal::NativeRegExpMacroAssembler::Result
H A Dobjects.h754 // 01 EXCEPTION
774 // RuntimeStubs assumes EXCEPTION = 1 in the compiler-generated code.
777 EXCEPTION = 1, // Returning this marker tells the real exception enumerator in enum:v8::internal::Failure::Type

Completed in 79 milliseconds