Home
last modified time | relevance | path

Searched refs:getPropertyAttributes (Results 1 – 16 of 16) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
DJSVariableObject.cpp55 bool JSVariableObject::getPropertyAttributes(ExecState* exec, const Identifier& propertyName, unsig… in getPropertyAttributes() function in JSC::JSVariableObject
62 return JSObject::getPropertyAttributes(exec, propertyName, attributes); in getPropertyAttributes()
DJSVariableObject.h57 …virtual bool getPropertyAttributes(ExecState*, const Identifier& propertyName, unsigned& attribute…
DJSObject.cpp411 if (!getPropertyAttributes(exec, propertyName, attributes)) in propertyIsEnumerable()
416 bool JSObject::getPropertyAttributes(ExecState* exec, const Identifier& propertyName, unsigned& att… in getPropertyAttributes() function in JSC::JSObject
DJSObject.h133 …virtual bool getPropertyAttributes(ExecState*, const Identifier& propertyName, unsigned& attribute…
/external/webkit/JavaScriptCore/debugger/
DDebuggerActivation.cpp79 bool DebuggerActivation::getPropertyAttributes(JSC::ExecState* exec, const Identifier& propertyName… in getPropertyAttributes() function in JSC::DebuggerActivation
81 return m_activation->getPropertyAttributes(exec, propertyName, attributes); in getPropertyAttributes()
DDebuggerActivation.h46 …virtual bool getPropertyAttributes(ExecState*, const Identifier& propertyName, unsigned& attribute…
/external/webkit/WebCore/bindings/js/
DJSDOMWindowShell.cpp111 bool JSDOMWindowShell::getPropertyAttributes(JSC::ExecState* exec, const Identifier& propertyName, … in getPropertyAttributes() function in WebCore::JSDOMWindowShell
113 return m_window->getPropertyAttributes(exec, propertyName, attributes); in getPropertyAttributes()
DJSDOMWindowShell.h74 …virtual bool getPropertyAttributes(JSC::ExecState*, const JSC::Identifier& propertyName, unsigned&…
DJSDOMWindowCustom.cpp309 bool JSDOMWindow::getPropertyAttributes(ExecState* exec, const Identifier& propertyName, unsigned& … in getPropertyAttributes() function in WebCore::JSDOMWindow
314 return Base::getPropertyAttributes(exec, propertyName, attributes); in getPropertyAttributes()
/external/webkit/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
DJavaScriptCore_debug.def141 ?getPropertyAttributes@JSObject@JSC@@UBE_NPAVExecState@2@ABVIdentifier@2@AAI@Z
142 ?getPropertyAttributes@JSVariableObject@JSC@@UBE_NPAVExecState@2@ABVIdentifier@2@AAI@Z
DJavaScriptCore.def143 ?getPropertyAttributes@JSObject@JSC@@UBE_NPAVExecState@2@ABVIdentifier@2@AAI@Z
144 ?getPropertyAttributes@JSVariableObject@JSC@@UBE_NPAVExecState@2@ABVIdentifier@2@AAI@Z
/external/webkit/JavaScriptCore/
DChangeLog-2008-08-1010300 (KJS::JSVariableObject::getPropertyAttributes):
10551 (KJS::JSVariableObject::getPropertyAttributes):
14057 (KJS::JSVariableObject::getPropertyAttributes): ditto
16929 (KJS::JSObject::getPropertyAttributes):
16980 (KJS::JSVariableObject::getPropertyAttributes):
18709 The problem was caused by JSObject::getPropertyAttributes not being aware
18710 of the JSVariableObject SymbolTable. The fix is to make getPropertyAttributes
18717 (KJS::JSVariableObject::getPropertyAttributes):
18957 (KJS::JSObject::getPropertyAttributes): Ditto.
DChangeLog-2009-06-161791 (JSC::JSObject::getPropertyAttributes):
12103 (JSC::DebuggerActivation::getPropertyAttributes):
22244 (JSC::JSObject::getPropertyAttributes):
26096 (JSC::JSObject::getPropertyAttributes):
30324 (JSC::JSObject::getPropertyAttributes): Ditto.
32276 (JSC::JSObject::getPropertyAttributes):
35419 (JSC::JSObject::getPropertyAttributes):
35692 (JSC::JSObject::getPropertyAttributes): Update to get the propertyMap of the StructureID
DChangeLog-2007-10-1410378 (KJS::JSObject::getPropertyAttributes):
15819 Refactor to use getPropertyAttributes.
15824 (KJS::ObjectImp::getPropertyAttributes):
15826 Add getPropertyAttributes and propertyIsEnumerable.
/external/webkit/WebCore/
DChangeLog-2008-08-104748 (WebCore::JSDOMWindow::getPropertyAttributes): Perform security check.
25622 … ClassInfo::propHashTable into a function, made getPropertyAttributes() take an ExecState pointer.
25629 (WebCore::JSDOMWindowWrapper::getPropertyAttributes):
33284 (WebCore::JSDOMWindowWrapper::getPropertyAttributes):
DChangeLog-2009-06-1662 (WebCore::JSDOMWindow::getPropertyAttributes):
91861 (WebCore::JSDOMWindow::getPropertyAttributes):
91869 (WebCore::JSDOMWindowShell::getPropertyAttributes):