Searched refs:thrower (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/keymgr-28/testcases/3074709/
H A Dplugin2.cc1 typedef void (*thrower)(); typedef
4 do_call_thrower (thrower do_throw)
H A Dplugin.cc8 typedef void (*thrower)(); typedef
9 typedef void (*call_thrower)(thrower);
H A Dmain.cc4 typedef void (*thrower)(); typedef
5 typedef void (*call_thrower)(thrower);
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma_2/Statements/
H A Dtry-009.js34 this.thrower = throwFunction;
47 object.thrower();
58 "( "+ object +".thrower() )",
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DJSGlobalObject.cpp449 JSFunction* thrower = JSFunction::create(exec, this, 0, String(), globalFuncThrowTypeError); local
451 getterSetter->setGetter(exec->vm(), thrower);
452 getterSetter->setSetter(exec->vm(), thrower);

Completed in 131 milliseconds