Changeset 34372 in webkit for trunk/JavaScriptCore/kjs/JSVariableObject.h
- Timestamp:
- Jun 4, 2008, 10:36:55 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/JSVariableObject.h
r34355 r34372 55 55 56 56 JSValue*& valueAt(int index) const { return registers()[index].u.jsValue; } 57 57 58 protected: 58 59 // Subclasses of JSVariableObject can subclass this struct to add data
Note:
See TracChangeset
for help on using the changeset viewer.