Changeset 49249 in webkit for trunk/JavaScriptCore/parser
- Timestamp:
- Oct 7, 2009, 10:00:44 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/parser/ParserArena.h
r47664 r49249 35 35 class ParserArenaRefCounted; 36 36 37 class IdentifierArena {37 class IdentifierArena : public FastAllocBase { 38 38 public: 39 39 ALWAYS_INLINE const Identifier& makeIdentifier(JSGlobalData*, const UChar* characters, size_t length);
Note:
See TracChangeset
for help on using the changeset viewer.