Changeset 31962 in webkit for trunk/JavaScriptCore/kjs/function.cpp
- Timestamp:
- Apr 16, 2008, 1:58:46 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/function.cpp
r31949 r31962 423 423 } 424 424 425 void ActivationImp:: initializeVariable(ExecState*, const Identifier& propertyName, JSValue* value, unsigned attributes)426 { 427 if (symbolTable InitializeVariable(propertyName, value, attributes))425 void ActivationImp::putWithAttributes(ExecState*, const Identifier& propertyName, JSValue* value, unsigned attributes) 426 { 427 if (symbolTablePutWithAttributes(propertyName, value, attributes)) 428 428 return; 429 429
Note:
See TracChangeset
for help on using the changeset viewer.