HomeSort by relevance Sort by last modified time
    Searched defs:defineSetter (Results 1 - 5 of 5) sorted by null

  /external/webkit/JavaScriptCore/debugger/
DebuggerActivation.cpp 89 void DebuggerActivation::defineSetter(ExecState* exec, const Identifier& propertyName, JSObject* setterFunction, unsigned attributes)
91 m_activation->defineSetter(exec, propertyName, setterFunction, attributes);
  /external/webkit/WebCore/bindings/js/
JSDOMWindowShell.cpp 132 void JSDOMWindowShell::defineSetter(ExecState* exec, const Identifier& propertyName, JSObject* setterFunction, unsigned attributes)
134 m_window->defineSetter(exec, propertyName, setterFunction, attributes);
JSDOMWindowCustom.cpp 428 void JSDOMWindow::defineSetter(ExecState* exec, const Identifier& propertyName, JSObject* setterFunction, unsigned attributes)
433 Base::defineSetter(exec, propertyName, setterFunction, attributes);
    [all...]
  /external/webkit/JavaScriptCore/runtime/
JSGlobalObject.cpp 187 void JSGlobalObject::defineSetter(ExecState* exec, const Identifier& propertyName, JSObject* setterFunc, unsigned attributes)
191 JSVariableObject::defineSetter(exec, propertyName, setterFunc, attributes);
JSObject.cpp 324 void JSObject::defineSetter(ExecState* exec, const Identifier& propertyName, JSObject* setterFunction, unsigned attributes)
572 target->defineSetter(exec, propertyName, asObject(descriptor.setter()), attributes);

Completed in 204 milliseconds