Searched defs:EXCEPTION (Results 1 - 2 of 2) sorted by relevance
/external/v8/src/ | ||
H A D | regexp-macro-assembler.h | 174 // 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 D | objects.h | 754 // 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