/external/webkit/JavaScriptCore/runtime/ |
D | JSVariableObject.cpp | 55 bool JSVariableObject::getPropertyAttributes(ExecState* exec, const Identifier& propertyName, unsig… in getPropertyAttributes() function in JSC::JSVariableObject 62 return JSObject::getPropertyAttributes(exec, propertyName, attributes); in getPropertyAttributes()
|
D | JSVariableObject.h | 57 …virtual bool getPropertyAttributes(ExecState*, const Identifier& propertyName, unsigned& attribute…
|
D | JSObject.cpp | 411 if (!getPropertyAttributes(exec, propertyName, attributes)) in propertyIsEnumerable() 416 bool JSObject::getPropertyAttributes(ExecState* exec, const Identifier& propertyName, unsigned& att… in getPropertyAttributes() function in JSC::JSObject
|
D | JSObject.h | 133 …virtual bool getPropertyAttributes(ExecState*, const Identifier& propertyName, unsigned& attribute…
|
/external/webkit/JavaScriptCore/debugger/ |
D | DebuggerActivation.cpp | 79 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()
|
D | DebuggerActivation.h | 46 …virtual bool getPropertyAttributes(ExecState*, const Identifier& propertyName, unsigned& attribute…
|
/external/webkit/WebCore/bindings/js/ |
D | JSDOMWindowShell.cpp | 111 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()
|
D | JSDOMWindowShell.h | 74 …virtual bool getPropertyAttributes(JSC::ExecState*, const JSC::Identifier& propertyName, unsigned&…
|
D | JSDOMWindowCustom.cpp | 309 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/ |
D | JavaScriptCore_debug.def | 141 ?getPropertyAttributes@JSObject@JSC@@UBE_NPAVExecState@2@ABVIdentifier@2@AAI@Z 142 ?getPropertyAttributes@JSVariableObject@JSC@@UBE_NPAVExecState@2@ABVIdentifier@2@AAI@Z
|
D | JavaScriptCore.def | 143 ?getPropertyAttributes@JSObject@JSC@@UBE_NPAVExecState@2@ABVIdentifier@2@AAI@Z 144 ?getPropertyAttributes@JSVariableObject@JSC@@UBE_NPAVExecState@2@ABVIdentifier@2@AAI@Z
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog-2008-08-10 | 10300 (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.
|
D | ChangeLog-2009-06-16 | 1791 (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
|
D | ChangeLog-2007-10-14 | 10378 (KJS::JSObject::getPropertyAttributes): 15819 Refactor to use getPropertyAttributes. 15824 (KJS::ObjectImp::getPropertyAttributes): 15826 Add getPropertyAttributes and propertyIsEnumerable.
|
/external/webkit/WebCore/ |
D | ChangeLog-2008-08-10 | 4748 (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):
|
D | ChangeLog-2009-06-16 | 62 (WebCore::JSDOMWindow::getPropertyAttributes): 91861 (WebCore::JSDOMWindow::getPropertyAttributes): 91869 (WebCore::JSDOMWindowShell::getPropertyAttributes):
|