Searched defs:defineOwnProperty (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
H A DJSDOMWindowShell.cpp108 bool JSDOMWindowShell::defineOwnProperty(JSC::ExecState* exec, const JSC::Identifier& propertyName, JSC::PropertyDescriptor& descriptor, bool shouldThrow) function in class:WebCore::JSDOMWindowShell
110 return m_window->defineOwnProperty(exec, propertyName, descriptor, shouldThrow);
H A DJSDOMWindowCustom.cpp416 bool JSDOMWindow::defineOwnProperty(JSC::ExecState* exec, const JSC::Identifier& propertyName, JSC::PropertyDescriptor& descriptor, bool shouldThrow) function in class:WebCore::JSDOMWindow
421 return Base::defineOwnProperty(exec, propertyName, descriptor, shouldThrow);
/external/webkit/Source/JavaScriptCore/runtime/
H A DJSObject.cpp656 bool JSObject::defineOwnProperty(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor, bool throwException) function in class:JSC::JSObject

Completed in 89 milliseconds