HomeSort by relevance Sort by last modified time
    Searched defs:ThrowException (Results 1 - 3 of 3) sorted by null

  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Statements/
try-009.js 27 TryInWhile( new TryObject( "hello", ThrowException, true ) );
37 function ThrowException() {
try-010.js 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 ));
40 function ThrowException() {
  /external/v8/src/
api.cc 314 v8::Handle<Value> ThrowException(v8::Handle<v8::Value> value) {
315 if (IsDeadCheck("v8::ThrowException()")) return v8::Handle<Value>();
    [all...]

Completed in 35 milliseconds