Changeset 163755 in webkit for trunk/Source/JavaScriptCore/runtime/JSCell.h
- Timestamp:
- Feb 9, 2014, 1:33:17 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSCell.h
r161230 r163755 134 134 bool isZapped() const { return !*reinterpret_cast<uintptr_t* const*>(this); } 135 135 136 JSValue fastGetOwnProperty( ExecState*, const String&);136 JSValue fastGetOwnProperty(VM&, const String&); 137 137 138 138 static ptrdiff_t structureOffset()
Note:
See TracChangeset
for help on using the changeset viewer.