HomeSort by relevance Sort by last modified time
    Searched refs:Catch (Results 1 - 10 of 10) sorted by null

  /external/libpng/contrib/visupng/
cexcept.h 69 The Try/Catch and Throw statements (described below) implicitly
97 Try/Catch/Throw macros, so it shouldn't be expensive or have side
108 are used by a Try/Catch statement. It does no harm to initialize
112 Try/Catch statement.
116 Catch (expression) statement
118 The Try/Catch/Throw macros are capitalized in order to avoid
122 A Try/Catch statement has a syntax similar to an if/else statement,
127 the else clause is optional, the Catch clause is required. The
132 If a Throw that uses the same exception context as the Try/Catch is
135 Try/Catch statement, then a copy of the exception will be assigne
    [all...]
PngFile.c 267 Catch (msg)
381 Catch (msg)
  /external/v8/test/mjsunit/
debug-scopes.js 53 } catch (e) {
143 // Also ignore synthetic variable from catch block.
144 if (!scope.scopeObject().property('.catch-var').isUndefined()) {
665 BeginTest("Catch block 1");
669 } catch (e) {
676 CheckScopeChain([debug.ScopeType.Catch,
685 BeginTest("Catch block 2");
689 } catch (e) {
699 debug.ScopeType.Catch,
709 BeginTest("Catch block 3")
    [all...]
try.js 30 function Catch(f, g) {
32 try { r = f(); } catch (o) { return g(o); }
37 try { return f(); } catch (o) { return g(o); }
41 var a = [Catch, CatchReturn]
60 function guard(f) { try { f(); } catch (o) { return o; } }
62 assertEquals(2, (function() { try { throw {}; } catch(e) {} finally { return 2; } })());
82 } catch (o) {
86 } catch (o) {
109 } catch (o) {
112 } catch (o)
    [all...]
big-array-literal.js 96 } catch (e) {
101 } catch (e) {
107 // Catch stack overflows.
big-object-literal.js 99 } catch (e) {
104 } catch (e) {
110 // Catch stack overflows.
  /external/webkit/WebKit/chromium/src/js/
DebuggerAgent.js 138 Catch: 4
786 } catch(e) {
    [all...]
  /external/v8/src/
d8.js 106 Catch: 4 };
904 case Debug.ScopeType.Catch:
905 result += 'Catch, ';
    [all...]
mirror-debugger.js 196 Catch: 4 };
1088 } catch (e) {
    [all...]
  /external/bison/
configure     [all...]

Completed in 83 milliseconds