summaryrefslogtreecommitdiff
path: root/src/node_javascript.h
Commit message (Collapse)AuthorAgeFilesLines
* src: add include guards to internal headersBen Noordhuis2016-05-251-0/+4
| | | | | | | | | | | For consistency with the newly added src/base64.h header, check that NODE_WANT_INTERNALS is defined and set in internal headers. PR-URL: https://github.com/nodejs/node/pull/6948 Refs: https://github.com/nodejs/node/pull/6910 Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trevor Norris <trev.norris@gmail.com>
* src: replace usage of v8::Handle with v8::LocalMichaƫl Zasso2015-09-061-2/+2
| | | | | | | v8::Handle is deprecated: https://codereview.chromium.org/1224623004 PR-URL: https://github.com/nodejs/io.js/pull/2202 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
| | | | | | | The copyright and license notice is already in the LICENSE file. There is no justifiable reason to also require that it be included in every file, since the individual files are not individually distributed except as part of the entire package.
* src: remove `node_isolate` from sourceFedor Indutny2014-02-221-2/+3
| | | | fix #6899
* src: lint c++ codeFedor Indutny2013-07-311-0/+5
|
* core: use proper #include directivesBen Noordhuis2012-03-101-1/+1
|
* Update copyright headersRyan Dahl2011-03-141-0/+21
|
* Add string class that uses ExternalAsciiStringResource.Tom Hughes2011-03-081-1/+1
| | | | | Change the natives to use this class instead of creating completely new strings. Reduces memory usage by about 1 MB.
* Dynamically load native scriptsRyan Dahl2010-10-121-0/+8