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

/macosx-10.10/WebCore-7600.1.25/bindings/scripts/test/JS/
H A DJSTestNondeterministic.cpp57 void setJSTestNondeterministicNondeterministicSetterExceptionAttr(JSC::ExecState*, JSC::JSObject*, JSC::EncodedJSValue, JSC::EncodedJSValue);
130 { "nondeterministicSetterExceptionAttr", DontDelete | CustomAccessor, NoIntrinsic, (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsTestNondeterministicNondeterministicSetterExceptionAttr), (intptr_t) static_cast<PutPropertySlot::PutValueFunc>(setJSTestNondeterministicNondeterministicSetterExceptionAttr) },
428 void setJSTestNondeterministicNondeterministicSetterExceptionAttr(ExecState* exec, JSObject* baseObject, EncodedJSValue thisValue, EncodedJSValue encodedValue) function in namespace:WebCore

Completed in 120 milliseconds