summaryrefslogtreecommitdiff
path: root/src/node_string.cc
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headersRyan Dahl2011-03-141-0/+21
|
* Add string class that uses ExternalAsciiStringResource.Tom Hughes2011-03-081-0/+18
Change the natives to use this class instead of creating completely new strings. Reduces memory usage by about 1 MB.