Changeset 13465 in webkit for trunk/JavaScriptCore/kjs/nodes2string.cpp
- Timestamp:
- Mar 23, 2006, 10:28:07 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/nodes2string.cpp
r12317 r13465 708 708 void FuncDeclNode::streamTo(SourceStream &s) const 709 709 { 710 s << "function " << ident << "(" << param << ")" << body;710 s << SourceStream::Endl << "function " << ident << "(" << param << ")" << body; 711 711 } 712 712
Note:
See TracChangeset
for help on using the changeset viewer.