Changeset 96755 in webkit for trunk/Source/JavaScriptCore/runtime/JSObject.h
- Timestamp:
- Oct 5, 2011, 2:57:16 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSObject.h
r96446 r96755 252 252 static const unsigned StructureFlags = 0; 253 253 254 void putThisToAnonymousValue(unsigned index)255 {256 locationForOffset(index)->setWithoutWriteBarrier(this);257 }258 259 254 // To instantiate objects you likely want JSFinalObject, below. 260 255 // To create derived types you likely want JSNonFinalObject, below.
Note:
See TracChangeset
for help on using the changeset viewer.