Changeset 31962 in webkit for trunk/JavaScriptCore/kjs/JSGlobalObject.cpp
- Timestamp:
- Apr 16, 2008, 1:58:46 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/JSGlobalObject.cpp
r31746 r31962 161 161 } 162 162 163 void JSGlobalObject:: initializeVariable(ExecState* exec, const Identifier& propertyName, JSValue* value, unsigned attributes)164 { 165 if (symbolTable InitializeVariable(propertyName, value, attributes))163 void JSGlobalObject::putWithAttributes(ExecState* exec, const Identifier& propertyName, JSValue* value, unsigned attributes) 164 { 165 if (symbolTablePutWithAttributes(propertyName, value, attributes)) 166 166 return; 167 167
Note:
See TracChangeset
for help on using the changeset viewer.