Changeset 38349 in webkit for trunk/JavaScriptCore/parser/Nodes.h
- Timestamp:
- Nov 12, 2008, 4:48:23 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/parser/Nodes.h
r38330 r38349 2079 2079 int neededConstants() 2080 2080 { 2081 // We may need 1 more constantthan the count given by the parser,2082 // because of the various uses of jsUndefined() .2083 return m_numConstants + 1;2081 // We may need 2 more constants than the count given by the parser, 2082 // because of the various uses of jsUndefined() and jsNull(). 2083 return m_numConstants + 2; 2084 2084 } 2085 2085
Note:
See TracChangeset
for help on using the changeset viewer.