gecko-dev/js2/jsc/test/ecma-e4/03.statements/throw.1.js

16 строки
210 B
JavaScript

/*
* The throw Statement
*/
function title() {
return "The throw Statement";
}
function run() {
throw e1,e2,e3;
}
/*
* Copyright (c) 1999, Mountain View Compiler Company. All rights reserved.
*/