Searched defs:Throw (Results 1 - 4 of 4) sorted by relevance

/external/libpng/contrib/visupng/
H A Dcexcept.h69 The Try/Catch and Throw statements (described below) implicitly
97 Try/Catch/Throw macros, so it shouldn't be expensive or have side
118 The Try/Catch/Throw macros are capitalized in order to avoid
132 If a Throw that uses the same exception context as the Try/Catch is
137 such Throw is executed, then the assignment is not performed, and
151 from a Try clause, it will suffice to use Throw, and then return
163 Throw expression;
165 A Throw statement is very much like a return statement, except that
167 where the current function was called, Throw jumps back to the Catch
243 #define Throw \ macro
[all...]
/external/webkit/JavaScriptCore/runtime/
H A DCompletion.h34 enum ComplType { Normal, Break, Continue, ReturnValue, Throw, Interrupted }; enumerator in enum:JSC::ComplType
/external/v8/src/
H A Dtop.cc606 Failure* Top::Throw(Object* exception, MessageLocation* location) { function in class:v8::internal::Top
620 return Throw(Heap::illegal_access_symbol());
627 Throw(exception);
H A Dast.h86 V(Throw) \
1328 class Throw: public Expression { class in namespace:v8::internal
1330 Throw(Expression* exception, int pos) function in class:v8::internal::Throw

Completed in 72 milliseconds