Changeset 9404 in webkit for trunk/JavaScriptCore/kjs/context.h
- Timestamp:
- Jun 16, 2005, 5:57:37 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/context.h
r9003 r9404 41 41 42 42 const ScopeChain &scopeChain() const { return scope; } 43 CodeType codeType() { return m_codeType; } 43 44 Object variableObject() const { return variable; } 44 45 void setVariableObject(const Object &v) { variable = v; } … … 70 71 71 72 LabelStack ls; 72 CodeType codeType;73 CodeType m_codeType; 73 74 }; 74 75
Note:
See TracChangeset
for help on using the changeset viewer.