Searched defs:throw (Results 1 - 3 of 3) sorted by relevance

/external/antlr/antlr-3.4/runtime/Perl5/t/classes/Test/ANTLR/Runtime/
H A DException.pm21 sub throw : Test(1) { subroutine
24 $self->class->throw(message => 'test error message');
/external/clang/test/Preprocessor/
H A Dcxx_oper_keyword_ms_compat.cpp79 #define throw macro
164 throw
/external/webkit/Source/WebCore/inspector/front-end/UglifyJS/
H A Dprocess.js108 "throw": function(expr) {
541 - if (foo) return bar(); else return baz(); ==> return foo?bar():baz(); // also for throw
560 if (t[0] == "return" || t[0] == "break" || t[0] == "continue" || t[0] == "throw")
712 if (member(st[0], [ "return", "throw", "break", "continue" ]))
794 else if (e && t[0] == e[0] && (t[0] == "return" || t[0] == "throw")) {
1094 "throw": function(expr) {
1095 return add_spaces([ "throw", make(expr) ]) + ";";
1103 "call": function() { throw has_call },
1111 throw ex;
1384 throw ne
[all...]

Completed in 116 milliseconds