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

  /external/webkit/WebCore/bindings/js/
JSDOMWindowShell.cpp 107 bool JSDOMWindowShell::defineOwnProperty(JSC::ExecState* exec, const JSC::Identifier& propertyName, JSC::PropertyDescriptor& descriptor, bool shouldThrow)
109 return m_window->defineOwnProperty(exec, propertyName, descriptor, shouldThrow);
JSDOMBinding.cpp 857 bool DOMObject::defineOwnProperty(ExecState* exec, const Identifier&, PropertyDescriptor&, bool)
JSDOMWindowCustom.cpp 436 bool JSDOMWindow::defineOwnProperty(JSC::ExecState* exec, const JSC::Identifier& propertyName, JSC::PropertyDescriptor& descriptor, bool shouldThrow)
441 return Base::defineOwnProperty(exec, propertyName, descriptor, shouldThrow);
    [all...]
  /external/webkit/JavaScriptCore/runtime/
JSObject.cpp 576 bool JSObject::defineOwnProperty(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor, bool throwException)

Completed in 26 milliseconds