Changeset 39113 in webkit for trunk/JavaScriptCore/bytecode/EvalCodeCache.h
- Timestamp:
- Dec 8, 2008, 4:14:58 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bytecode/EvalCodeCache.h
r38498 r39113 67 67 } 68 68 69 bool isEmpty() const { return m_cacheMap.isEmpty(); } 70 69 71 private: 70 72 static const int maxCacheableSourceLength = 256;
Note:
See TracChangeset
for help on using the changeset viewer.