Changeset 2851 in webkit for trunk/JavaScriptCore/kjs/context.h
- Timestamp:
- Nov 24, 2002, 2:37:44 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/context.h
r2824 r2851 38 38 ~ContextImp(); 39 39 40 const ScopeChain scopeChain() const { return scope; }40 const ScopeChain &scopeChain() const { return scope; } 41 41 Object variableObject() const { return variable; } 42 42 void setVariableObject(const Object &v) { variable = v; }
Note:
See TracChangeset
for help on using the changeset viewer.