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

/external/webkit/Source/WebCore/bindings/scripts/test/JS/
H A DJSTestObj.h162 void setJSTestObjReflectedCustomBooleanAttr(JSC::ExecState*, JSC::JSObject*, JSC::JSValue);
H A DJSTestObj.cpp80 { "reflectedCustomBooleanAttr", DontDelete, (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsTestObjReflectedCustomBooleanAttr), (intptr_t)setJSTestObjReflectedCustomBooleanAttr THUNK_GENERATOR(0) },
731 void setJSTestObjReflectedCustomBooleanAttr(ExecState* exec, JSObject* thisObject, JSValue value) function in namespace:WebCore

Completed in 57 milliseconds