Changeset 40131 in webkit for trunk/JavaScriptCore/parser/Nodes.h
- Timestamp:
- Jan 22, 2009, 1:07:14 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/parser/Nodes.h
r39961 r40131 2212 2212 void finishParsing(Identifier* parameters, size_t parameterCount); 2213 2213 2214 UString toSourceString() const JSC_FAST_CALL { return UString("{") + source().toString() + UString("}"); }2214 UString toSourceString() const JSC_FAST_CALL { return source().toString(); } 2215 2215 2216 2216 // These objects are ref/deref'd a lot in the scope chain, so this is a faster ref/deref.
Note:
See TracChangeset
for help on using the changeset viewer.