Changeset 167313 in webkit for trunk/Source/JavaScriptCore/runtime/JSObject.h
- Timestamp:
- Apr 15, 2014, 10:46:42 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSObject.h
r167199 r167313 933 933 } 934 934 935 JS_EXPORT_PRIVATE void putDirectPrototypeProperty(VM&, JSValue, int);936 void putDirectPrototypePropertyWithoutTransitions(VM&, JSValue, int);937 938 935 private: 939 936 friend class LLIntOffsetsExtractor;
Note:
See TracChangeset
for help on using the changeset viewer.