Changeset 181214 in webkit for trunk/Source/JavaScriptCore/runtime/VM.cpp
- Timestamp:
- Mar 7, 2015, 2:20:54 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/VM.cpp
r181077 r181214 84 84 #include "TypeProfilerLog.h" 85 85 #include "UnlinkedCodeBlock.h" 86 #include "WeakGCMapInlines.h"87 86 #include "WeakMapData.h" 88 87 #include <wtf/ProcessID.h> … … 155 154 , propertyNames(nullptr) 156 155 , emptyList(new MarkedArgumentBuffer) 157 , stringCache(*this)158 , prototypeMap(*this)159 156 , keywords(std::make_unique<Keywords>(*this)) 160 157 , interpreter(0)
Note:
See TracChangeset
for help on using the changeset viewer.