Home
last modified time | relevance | path

Searched refs:symbolTablePut (Results 1 – 6 of 6) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
DJSVariableObject.h93 bool symbolTablePut(const Identifier&, JSValue);
120 inline bool JSVariableObject::symbolTablePut(const Identifier& propertyName, JSValue value) in symbolTablePut() function
DJSStaticScopeObject.cpp47 if (symbolTablePut(propertyName, value)) in put()
DJSActivation.cpp98 if (symbolTablePut(propertyName, value)) in put()
DJSGlobalObject.cpp156 if (symbolTablePut(propertyName, value)) in put()
/external/webkit/JavaScriptCore/
DChangeLog-2008-08-1028 (KJS::JSVariableObject::symbolTablePut):
1562 slot. For now, only JSVariableObject's symbolTableGet and symbolTablePut
10303 (KJS::JSVariableObject::symbolTablePut):
10553 (KJS::JSVariableObject::symbolTablePut):
14316 (KJS::JSVariableObject::symbolTablePut):
17108 (KJS::JSVariableObject::symbolTablePut): Ditto.
19970 (KJS::JSVariableObject::symbolTablePut): Removed checkReadOnly flag; we always
20670 (KJS::JSGlobalObject::put): Pass the checkReadOnly flag in to symbolTablePut
20674 (KJS::JSVariableObject::symbolTablePut): Removed the code to set attributes
20679 (KJS::ActivationImp::put): Pass the checkReadOnly flag in to symbolTablePut
[all …]
DChangeLog-2009-06-166725 (JSC::JSVariableObject::symbolTablePut):
14983 (JSC::JSVariableObject::symbolTablePut):