summaryrefslogtreecommitdiff
path: root/test/addons/hello-world-function-export
Commit message (Expand)AuthorAgeFilesLines
* src,doc,test: remove String::New default parameterAnna Henningsen2020-07-141-1/+1
* test, tools: suppress addon function cast warningsDaniel Bevenius2019-02-011-2/+2
* test: fix NewFromUtf8 compiler warningDaniel Bevenius2018-11-091-1/+2
* test,doc: make module name match gyp target nameGabriel Schulhof2017-09-101-1/+1
* test: remove unneeded HandleScope usageEzequiel Garcia2017-06-281-1/+0
* addons: remove semicolons from after module definitionGabriel Schulhof2017-05-151-1/+1
* test: use const for all require() callscjihrig2017-01-021-1/+1
* test: replace assert.equal with assert.strictEqualbrad-decker2016-12-011-1/+1
* test: enable addons test to pass with debug buildDaniel Bevenius2016-10-061-2/+2
* test: build addons with V8_DEPRECATION_WARNINGS=1Ben Noordhuis2016-05-101-0/+1
* test: load common.js in all testsRich Trott2015-10-061-0/+1
* src: replace usage of v8::Handle with v8::LocalMichaƫl Zasso2015-09-061-1/+1
* test: drop Isolate::GetCurrent() from addon testsBen Noordhuis2015-08-181-1/+1
* test: lint addon testsBen Noordhuis2015-08-181-7/+5
* test: enable linting for testsRoman Reiss2015-05-191-0/+1
* addons: build and test examplesFedor Indutny2014-01-221-3/+4
* addon: Pass module object to NODE_MODULE init functionisaacs2013-01-253-0/+27