Searched refs:TryObject (Results 1 - 4 of 4) 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 ));
30 NestedTry( new TryObject( "Throw Exception in Both Trys", ThrowException, ThrowException, 48 ));
34 function TryObject( description, tryOne, tryTwo, result ) { class
H A Dtry-006.js42 TryWith( new TryObject( "hello", throwException, true ));
43 TryWith( new TryObject( "hola", noException, false ));
54 function TryObject( value, fun, exception ) { class
H A Dtry-007.js42 TryForIn( new TryObject( "hello", throwException, true ));
43 TryForIn( new TryObject( "hola", noException, false ));
57 function TryObject( value, fun, exception ) { class
H A Dtry-009.js27 TryInWhile( new TryObject( "hello", ThrowException, true ) );
28 TryInWhile( new TryObject( "aloha", NoException, false ));
32 function TryObject( value, throwFunction, result ) { class

Completed in 139 milliseconds