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

  /external/webkit/Source/WebCore/bindings/js/
JSDOMWindowShell.cpp 108 bool JSDOMWindowShell::defineOwnProperty(JSC::ExecState* exec, const JSC::Identifier& propertyName, JSC::PropertyDescriptor& descriptor, bool shouldThrow)
110 return m_window->defineOwnProperty(exec, propertyName, descriptor, shouldThrow);
JSDOMWindowCustom.cpp 416 bool JSDOMWindow::defineOwnProperty(JSC::ExecState* exec, const JSC::Identifier& propertyName, JSC::PropertyDescriptor& descriptor, bool shouldThrow)
421 return Base::defineOwnProperty(exec, propertyName, descriptor, shouldThrow);
  /external/webkit/Source/JavaScriptCore/runtime/
JSObject.cpp 656 bool JSObject::defineOwnProperty(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor, bool throwException)

Completed in 24 milliseconds