summaryrefslogtreecommitdiff
path: root/test/addons-napi
AgeCommit message (Expand)Author
2018-11-27n-api,test: remove last argument in assert.strictEqual()susantruong
2018-11-23n-api: handle reference delete before finalizeMichael Dawson
2018-11-19test: fix arguments order in napi test_exceptionkanishk30
2018-11-17src: factor out Node.js-agnostic N-APIsGabriel Schulhof
2018-11-09test: use NULL instead of 0 in common.hDaniel Bevenius
2018-11-09test: fix order in assert.strictEqual to actual, expectedKevin Seidel
2018-10-15test: fix order of assert.strictEqual() args to actual, expectedJoshua Belcher
2018-10-15test: fix ordering of assertion valuesAndrew MacCuaig
2018-10-12test: fix assert.strictEqual argument orderet4891
2018-09-16test: remove string literal message from assertionRich Trott
2018-09-12test: checks on napi factory wrap’s finalizationLucas Woo
2018-09-12n-api: add generic finalizer callbackGabriel Schulhof
2018-08-07test: remove unused argument in assertionyahavfuchs
2018-08-04test: fix n-api addon build warningsKyle Farnung
2018-07-23n-api: guard against cond null dereferenceGabriel Schulhof
2018-07-19test: make crashOnUnhandleRejection opt-outMichaël Zasso
2018-07-16test: fix build warnings in bigint N-API testAnna Henningsen
2018-07-12napi: add bigint supportGus Caplan
2018-07-12n-api: test uint32 truncationGabriel Schulhof
2018-07-09n-api: create functions directlyGabriel Schulhof
2018-06-29n-api: add API for asynchronous functionsGabriel Schulhof
2018-06-24src: refactor timers to remove TimerWrapAnatoli Papirovski
2018-06-06n-api: back up env before async work finalizeGabriel Schulhof
2018-05-23n-api: throw when entry point is nullGabriel Schulhof
2018-05-18test: add eslint rule to verify assertion inputRuben Bridgewater
2018-05-10src: add environment cleanup hooksAnna Henningsen
2018-05-05test: fix up N-API error testGabriel Schulhof
2018-05-03n-api: make test_error functions staticGabriel Schulhof
2018-05-02n-api: test and doc napi_throw() of a primitiveGabriel Schulhof
2018-04-26n-api: remove unused Test functionDaniel Bevenius
2018-04-26n-api,test: remove superfluous persistentGabriel Schulhof
2018-04-26n-api,test: make method staticGabriel Schulhof
2018-04-25n-api,test: make methods staticGabriel Schulhof
2018-04-25test,n-api: re-write test_error in CGabriel Schulhof
2018-04-23n-api: initialize a module via a special symbolGabriel Schulhof
2018-04-08n-api: add more `int64_t` testsKyle Farnung
2018-04-03n-api: back up env before finalizeGabriel Schulhof
2018-03-27n-api: ensure in-module exceptions are propagatedGabriel Schulhof
2018-03-27n-api: bump version of n-api supportedMichael Dawson
2018-03-21n-api: re-write test_make_callbackGabriel Schulhof
2018-03-20n-api: add napi_fatal_exceptionMathias Buus
2018-03-19n-api: separate out async_hooks testGabriel Schulhof
2018-03-16n-api: add missing exception checkingMichael Dawson
2018-03-15n-api,test: add int64 bounds testsKyle Farnung
2018-03-14n-api: take n-api out of experimentalMichael Dawson
2018-03-12n-api,test: add a new.target test to addons-napiTaylor Woll
2018-03-11n-api: resolve promise in testGabriel Schulhof
2018-03-04n-api: update reference testGabriel Schulhof
2018-03-02n-api: fix object testGabriel Schulhof
2018-02-16test,benchmark,doc: enable dot-notation ruleRuben Bridgewater