Changeset 28608 in webkit for trunk/JavaScriptCore/kjs/JSVariableObject.h
- Timestamp:
- Dec 10, 2007, 9:47:41 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/JSVariableObject.h
r28528 r28608 56 56 } 57 57 58 LocalStorage localStorage; 59 SymbolTable* symbolTable; 58 LocalStorage localStorage; // Storage for variables in the symbol table. 59 SymbolTable* symbolTable; // Maps name -> index in localStorage. 60 60 61 }; 61 62
Note:
See TracChangeset
for help on using the changeset viewer.