Changeset 2821 in webkit for trunk/JavaScriptCore/kjs/interpreter.h
- Timestamp:
- Nov 21, 2002, 10:59:09 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/interpreter.h
r2778 r2821 69 69 * @return The execution context's scope chain 70 70 */ 71 const ListscopeChain() const;71 const ScopeChain scopeChain() const; 72 72 73 73 /**
Note:
See TracChangeset
for help on using the changeset viewer.