summaryrefslogtreecommitdiff
path: root/test/addons/hello-world-function-export/binding.cc
Commit message (Expand)AuthorAgeFilesLines
* src,doc,test: remove String::New default parameterAnna Henningsen2020-07-141-1/+1
* 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
* 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
* addons: build and test examplesFedor Indutny2014-01-221-3/+4
* addon: Pass module object to NODE_MODULE init functionisaacs2013-01-251-0/+15