summaryrefslogtreecommitdiff
path: root/test/addons/async-hello-world
Commit message (Expand)AuthorAgeFilesLines
* test: use uv_sleep() where possibleSantiago Gimeno2022-10-271-12/+1
* src,test: use v8::Global instead of v8::PersistentAnna Henningsen2019-12-241-2/+1
* test: use arrow functions in addons testsgarygsc2019-11-302-2/+2
* test, tools: suppress addon function cast warningsDaniel Bevenius2019-02-011-2/+2
* async_hooks: add HandleScopes to C++ embedder/addon APIAnna Henningsen2018-11-131-0/+2
* test: fix v8 Set/Get compiler warningsDaniel Bevenius2018-11-111-1/+2
* test: remove usage of deprecated V8 APIs in addonsMichaël Zasso2018-09-071-1/+1
* test: fix warnings in addon testsAli Ijaz Sheikh2018-02-161-1/+5
* src: add helper for addons to get the event loopAnna Henningsen2017-11-211-1/+1
* test,doc: make module name match gyp target nameGabriel Schulhof2017-09-101-1/+1
* test: extend async addon testAnna Henningsen2017-08-244-5/+36
* test: remove unneeded HandleScope usageEzequiel Garcia2017-06-281-1/+0
* addons: remove semicolons from after module definitionGabriel Schulhof2017-05-151-1/+1
* test: add common.noop, default for common.mustCall()James M Snell2017-03-261-1/+1
* test: use const for all require() callscjihrig2017-01-021-1/+1
* test: replace assert.equal with assert.strictEqualbrad-decker2016-12-011-2/+2
* test: enable addons test to pass with debug buildDaniel Bevenius2016-10-061-1/+1
* test: use mustCall() for simple flow trackingcjihrig2016-07-181-11/+4
* test: build addons with V8_DEPRECATION_WARNINGS=1Ben Noordhuis2016-05-101-0/+1
* test: fix missing unistd.h on windowsJunliang Yan2015-10-281-2/+13
* 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-2/+2
* test: drop Isolate::GetCurrent() from addon testsBen Noordhuis2015-08-181-3/+5
* test: lint addon testsBen Noordhuis2015-08-181-18/+16
* test: fix deprecation warning in addons testBen Noordhuis2015-05-261-1/+1
* test: enable linting for testsRoman Reiss2015-05-191-3/+4
* src, test: fix up ObjectWrap, `make test-addons`Ben Noordhuis2014-03-141-3/+6
* addons: build and test examplesFedor Indutny2014-01-221-12/+13
* test: modify async native test.js to test for #4820Nathan Rajlich2013-02-211-1/+9
* test: add an "async-hello-world" native addon testNathan Rajlich2013-02-213-0/+80