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

  /external/webkit/Source/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/Source/WebCore/bindings/js/
JSDOMWindowShell.cpp 133 void JSDOMWindowShell::defineSetter(ExecState* exec, const Identifier& propertyName, JSObject* setterFunction, unsigned attributes)
135 m_window->defineSetter(exec, propertyName, setterFunction, attributes);
JSDOMWindowCustom.cpp 408 void JSDOMWindow::defineSetter(ExecState* exec, const Identifier& propertyName, JSObject* setterFunction, unsigned attributes)
413 Base::defineSetter(exec, propertyName, setterFunction, attributes);
  /external/webkit/Source/JavaScriptCore/runtime/
JSGlobalObject.cpp 151 void JSGlobalObject::defineSetter(ExecState* exec, const Identifier& propertyName, JSObject* setterFunc, unsigned attributes)
155 JSVariableObject::defineSetter(exec, propertyName, setterFunc, attributes);
JSObject.cpp 339 void JSObject::defineSetter(ExecState* exec, const Identifier& propertyName, JSObject* setterFunction, unsigned attributes)
652 target->defineSetter(exec, propertyName, asObject(descriptor.setter()), attributes);

Completed in 937 milliseconds