Changeset 36675 in webkit for trunk/JavaScriptCore/kjs/JSVariableObject.h
- Timestamp:
- Sep 19, 2008, 2:15:14 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/JSVariableObject.h
r36263 r36675 92 92 } 93 93 94 JSVariableObject(JSObject* prototype, JSVariableObjectData* data)95 : JSObject(prototype)96 , d(data) // Subclass owns this pointer.97 {98 }99 100 94 void copyRegisterArray(Register* src, size_t count); 101 95 void setRegisterArray(Register* registerArray, size_t count);
Note:
See TracChangeset
for help on using the changeset viewer.