Changeset 156009 in webkit for trunk/Source/JavaScriptCore/runtime/Lookup.h
- Timestamp:
- Sep 17, 2013, 3:32:31 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/Lookup.h
r155219 r156009 35 35 const char* key; // property name 36 36 unsigned char attributes; // JSObject attributes 37 Intrinsic intrinsic; 37 38 intptr_t value1; 38 39 intptr_t value2; 39 Intrinsic intrinsic;40 40 }; 41 41
Note:
See TracChangeset
for help on using the changeset viewer.