Changeset 32587 in webkit for trunk/JavaScriptCore/kjs/JSVariableObject.h
- Timestamp:
- Apr 25, 2008, 7:02:31 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/JSVariableObject.h
r32259 r32587 40 40 SymbolTable& symbolTable() const { return *d->symbolTable; } 41 41 LocalStorage& localStorage() const { return d->localStorage; } 42 43 void saveLocalStorage(SavedProperties&) const;44 void restoreLocalStorage(const SavedProperties&);45 42 46 43 virtual void putWithAttributes(ExecState*, const Identifier&, JSValue*, unsigned attributes) = 0;
Note:
See TracChangeset
for help on using the changeset viewer.