Changeset 104119 in webkit for trunk/Source/JavaScriptCore/runtime/Arguments.h
- Timestamp:
- Jan 4, 2012, 11:39:36 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/Arguments.h
r103243 r104119 109 109 110 110 private: 111 static void destroy(JSCell*); 111 112 static bool getOwnPropertySlot(JSCell*, ExecState*, const Identifier& propertyName, PropertySlot&); 112 113 static bool getOwnPropertySlotByIndex(JSCell*, ExecState*, unsigned propertyName, PropertySlot&);
Note:
See TracChangeset
for help on using the changeset viewer.