summaryrefslogtreecommitdiff
path: root/src/node_javascript.cc
Commit message (Expand)AuthorAgeFilesLines
* src: support UTF-8 in compiled-in JS source filesBen Noordhuis2017-02-131-51/+0
* src,tools: speed up startup by 2.5%Ben Noordhuis2016-10-251-18/+31
* lib: rename /node.js to /bootstrap_node.jsJeremiah Senkpiel2016-03-221-3/+5
* lib,src: move src/node.js to lib/internal/node.jsJeremiah Senkpiel2016-03-221-3/+3
* src,tools: remove null sentinel from source arrayBen Noordhuis2016-02-251-10/+5
* src,tools: drop nul byte from built-in source codeBen Noordhuis2016-02-251-1/+1
* src,tools: allow utf-8 in built-in js source codeBen Noordhuis2016-02-251-5/+8
* src: replace usage of v8::Handle with v8::LocalMichaƫl Zasso2015-09-061-4/+3
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* src: remove `node_isolate` from sourceFedor Indutny2014-02-221-6/+8
* src: use v8::String::NewFrom*() functionsBen Noordhuis2013-08-091-4/+6
* src: more lint after cpplint tighteningBen Noordhuis2013-07-311-1/+1
* src: lint c++ codeFedor Indutny2013-07-311-4/+8
* src: don't use NewExternal() with unaligned stringsBen Noordhuis2013-07-291-3/+4
* src: pass Isolate to all applicable apiTrevor Norris2013-03-201-1/+1
* core: use proper #include directivesBen Noordhuis2012-03-101-1/+1
* Basic VC++ compatibility work.Peter Bright2011-08-061-0/+2
* Update copyright headersRyan Dahl2011-03-141-0/+21
* Add string class that uses ExternalAsciiStringResource.Tom Hughes2011-03-081-7/+4
* Dynamically load native scriptsRyan Dahl2010-10-121-0/+31