Changeset 48331 in webkit for trunk/JavaScriptCore/runtime/JSVariableObject.h
- Timestamp:
- Sep 11, 2009, 9:52:39 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSVariableObject.h
r47780 r48331 59 59 Register& registerAt(int index) const { return d->registers[index]; } 60 60 61 static PassRefPtr<Structure> createStructure(JSValue prototype) 62 { 63 return Structure::create(prototype, TypeInfo(ObjectType, HasStandardGetOwnPropertySlot | HasDefaultMark)); 64 } 65 61 66 protected: 62 67 // Subclasses of JSVariableObject can subclass this struct to add data
Note:
See TracChangeset
for help on using the changeset viewer.