summaryrefslogtreecommitdiff
path: root/test/addons-napi
AgeCommit message (Expand)Author
2017-11-22assert: use Object.is comparison in .strictEqualRuben Bridgewater
2017-11-21n-api: add helper for addons to get the event loopAnna Henningsen
2017-11-13test: refactor addons-napi/test_promise/test.jska3e
2017-11-08test: improve error emssage reporting in testNapiRun.jsPaul Ashfield
2017-11-08test: improve assert messages in napi exception testPaul Blanche
2017-11-07test: add detailed message for assertion failureAttila Gonda
2017-11-06test: use default assertion messagesJohn Byrne
2017-10-29test: include actual value in assertion messageMatthew Cantelon
2017-10-22test: improve message for assert.strictEqual()Jayson D. Henkel
2017-10-18n-api: check against invalid handle scope usageAnna Henningsen
2017-10-15n-api: use module name macroMichael Dawson
2017-10-14test: remove redundant error messagesChristina Chan
2017-10-13n-api,test: use module name macroGabriel Schulhof
2017-10-11test: cleaned up assert messagesmrgorbo
2017-10-09test: fix race condition in addon testKinnan Kwok
2017-10-08test: remove template literalEmily Ford
2017-09-29n-api: add check for large stringsMichael Dawson
2017-09-24n-api: fix warning about size_t compare with intSampson Gao
2017-09-19n-api: remove n-api module loading flagGabriel Schulhof
2017-09-18n-api: add optional string length parametersSampson Gao
2017-09-14n-api: napi_is_construct_call->napi_get_new_targetSampson Gao
2017-09-14n-api: Context for custom async operationsJason Ginchereau
2017-09-14n-api: refactor napi_addon_register_funcTaylor Woll
2017-09-14n-api: change async resource name to napi_valueJason Ginchereau
2017-09-14n-api: use AsyncResource for Work trackingAnna Henningsen
2017-09-13n-api: stop creating references to primitivesGabriel Schulhof
2017-09-10n-api: implement napi_run_scriptGabriel Schulhof
2017-09-10test,doc: make module name match gyp target nameGabriel Schulhof
2017-08-30n-api: adds function to adjust external memoryChris Young
2017-08-25n-api: implement promiseGabriel Schulhof
2017-08-23test: remove unused parametersDaniil Shakir
2017-08-22n-api: add ability to remove a wrappingGabriel Schulhof
2017-08-14test: use regular expressions in throw assertionsVincent Xue
2017-08-12n-api: add napi_get_node_versionAnna Henningsen
2017-08-07n-api: optimize number API performanceJason Ginchereau
2017-08-07test: mitigate RegEx exceeding 80 charsAditya Anand
2017-07-27test: adjust indentation for stricter lintingRich Trott
2017-07-27n-api: add support for DataViewShivanth MP
2017-07-27n-api: re-use napi_env between modulesGabriel Schulhof
2017-07-26test: changed error message validatorPratik Jain
2017-07-21lib,src: fix consistent spacing inside bracesSebastiaan Deckers
2017-07-16test: replace string concat with template literalSong, Bintao Garfield
2017-07-13n-api: add napi_fatal_error APIKyle Farnung
2017-07-13n-api: add code parameter to error helpersMichael Dawson
2017-07-13test: handle missing V8 tests in n-api testcjihrig
2017-07-12n-api: wrap test macros in do/whileKyle Farnung
2017-07-12n-api: Implement stricter wrappingGabriel Schulhof
2017-07-07n-api: fix warning in test_generalDaniel Bevenius
2017-07-06n-api: add napi_has_own_property()cjihrig
2017-07-05test: add coverage for napi_typeofMichael Dawson