HomeSort by relevance Sort by last modified time
    Searched refs:defineOwnProperty (Results 1 - 7 of 7) 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);
JSDOMWindowShell.h 82 virtual bool defineOwnProperty(JSC::ExecState*, const JSC::Identifier& propertyName, JSC::PropertyDescriptor&, bool shouldThrow);