Searched refs:NoException (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma_2/Statements/
H A Dtry-010.js27 NestedTry( new TryObject( "No Exceptions Thrown", NoException, NoException, 43 ) );
28 NestedTry( new TryObject( "Throw Exception in Outer Try", ThrowException, NoException, 48 ));
29 NestedTry( new TryObject( "Throw Exception in Inner Try", NoException, ThrowException, 45 ));
43 function NoException() { function
H A Dtry-009.js28 TryInWhile( new TryObject( "aloha", NoException, false ));
40 function NoException() { function

Completed in 112 milliseconds