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

/macosx-10.10/WebCore-7600.1.25/bindings/scripts/test/JS/
H A DJSTestNondeterministic.cpp55 void setJSTestNondeterministicNondeterministicGetterExceptionAttr(JSC::ExecState*, JSC::JSObject*, JSC::EncodedJSValue, JSC::EncodedJSValue);
129 { "nondeterministicGetterExceptionAttr", DontDelete | CustomAccessor, NoIntrinsic, (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsTestNondeterministicNondeterministicGetterExceptionAttr), (intptr_t) static_cast<PutPropertySlot::PutValueFunc>(setJSTestNondeterministicNondeterministicGetterExceptionAttr) },
408 void setJSTestNondeterministicNondeterministicGetterExceptionAttr(ExecState* exec, JSObject* baseObject, EncodedJSValue thisValue, EncodedJSValue encodedValue) function in namespace:WebCore

Completed in 108 milliseconds