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

/macosx-10.10/WebCore-7600.1.25/bindings/scripts/test/JS/
H A DJSTestNondeterministic.cpp49 JSC::EncodedJSValue jsTestNondeterministicNondeterministicReadonlyAttr(JSC::ExecState*, JSC::JSObject*, JSC::EncodedJSValue, JSC::PropertyName);
126 { "nondeterministicReadonlyAttr", DontDelete | ReadOnly | CustomAccessor, NoIntrinsic, (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsTestNondeterministicNondeterministicReadonlyAttr), (intptr_t) static_cast<PutPropertySlot::PutValueFunc>(0) },
171 EncodedJSValue jsTestNondeterministicNondeterministicReadonlyAttr(ExecState* exec, JSObject* slotBase, EncodedJSValue thisValue, PropertyName) function in namespace:WebCore

Completed in 124 milliseconds