summaryrefslogtreecommitdiff
path: root/src/node_javascript.cc
AgeCommit message (Expand)Author
2014-02-22src: remove `node_isolate` from sourceFedor Indutny
2013-08-09src: use v8::String::NewFrom*() functionsBen Noordhuis
2013-07-31src: more lint after cpplint tighteningBen Noordhuis
2013-07-31src: lint c++ codeFedor Indutny
2013-07-29src: don't use NewExternal() with unaligned stringsBen Noordhuis
2013-03-20src: pass Isolate to all applicable apiTrevor Norris
2012-03-10core: use proper #include directivesBen Noordhuis
2011-08-06Basic VC++ compatibility work.Peter Bright
2011-03-14Update copyright headersRyan Dahl
2011-03-08Add string class that uses ExternalAsciiStringResource.Tom Hughes
2010-10-12Dynamically load native scriptsRyan Dahl