Home | History | Annotate | Download | only in js

Lines Matching refs:defineSetter

428 void JSDOMWindow::defineSetter(ExecState* exec, const Identifier& propertyName, JSObject* setterFunction, unsigned attributes)
433 Base::defineSetter(exec, propertyName, setterFunction, attributes);