summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* doc: fix a typo in n-api documentationVipin Menon2018-04-161-1/+1
* test: improve assert messages in napi exception testPaul Blanche2018-04-161-2/+4
* test: add detailed message for assertion failureAttila Gonda2018-04-161-1/+3
* test: use default assertion messagesJohn Byrne2018-04-161-7/+4
* test: include actual value in assertion messageMatthew Cantelon2018-04-161-1/+1
* test: improve message for assert.strictEqual()Jayson D. Henkel2018-04-161-2/+1
* n-api: unexpose symbols and remove EXTERNAL_NAPIGabriel Schulhof2018-04-161-24/+37
* n-api: check against invalid handle scope usageAnna Henningsen2018-04-164-8/+22
* n-api: use module name macroMichael Dawson2018-04-164-4/+4
* doc: update to use NAPI_AUTO_LENGTHMichael Dawson2018-04-161-15/+16
* doc: fix some linksVse Mozhet Byt2018-04-161-0/+1
* test: remove redundant error messagesChristina Chan2018-04-161-6/+2
* n-api,test: use module name macroGabriel Schulhof2018-04-161-1/+1
* n-api: make changes for source compatibilityGabriel Schulhof2018-04-163-8/+12
* test: cleaned up assert messagesmrgorbo2018-04-161-4/+2
* test: fix race condition in addon testKinnan Kwok2018-04-161-41/+30
* test: remove template literalEmily Ford2018-04-161-22/+10
* n-api: add check for large stringsMichael Dawson2018-04-163-2/+24
* doc: fix outdated code sample in n-api.mdrebornix2018-04-161-4/+4
* n-api: fix warning about size_t compare with intSampson Gao2018-04-1613-50/+85
* doc: fix new nits in linksVse Mozhet Byt2018-04-161-1/+1
* n-api: remove n-api module loading flagGabriel Schulhof2018-04-1615-66/+83
* n-api: add optional string length parametersSampson Gao2018-04-1620-30/+141
* n-api: napi_is_construct_call->napi_get_new_targetSampson Gao2018-04-164-24/+27
* n-api: Context for custom async operationsJason Ginchereau2018-04-169-96/+256
* n-api: refactor napi_addon_register_funcTaylor Woll2018-04-1637-272/+322
* n-api: change async resource name to napi_valueJason Ginchereau2018-04-167-13/+156
* n-api: use AsyncResource for Work trackingAnna Henningsen2018-04-165-20/+69
* n-api: stop creating references to primitivesGabriel Schulhof2018-04-164-18/+21
* n-api: implement napi_run_scriptGabriel Schulhof2018-04-165-0/+78
* n-api: adds function to adjust external memoryChris Young2018-04-165-0/+59
* n-api: implement promiseGabriel Schulhof2018-04-167-0/+359
* test: remove unused parametersDaniil Shakir2018-04-163-3/+3
* doc: fix doc for napi_get_value_string_utf8Daniel Taveras2018-04-161-13/+13
* n-api: add ability to remove a wrappingGabriel Schulhof2018-04-165-25/+178
* doc: added napi_get_value_string_latin1Kyle Farnung2018-04-161-23/+50
* doc: delintRefael Ackermann2018-04-161-2/+4
* test: use regular expressions in throw assertionsVincent Xue2018-04-161-3/+6
* n-api: add napi_get_node_versionAnna Henningsen2018-04-168-1/+87
* n-api: optimize number API performanceJason Ginchereau2018-04-1618-88/+197
* src: replace assert with CHECK_LE in node_api.ccBen Noordhuis2018-04-161-2/+1
* doc: document napi_finalize() signaturecjihrig2018-04-161-0/+6
* n-api: add support for DataViewShivanth MP2018-04-166-0/+236
* n-api: re-use napi_env between modulesGabriel Schulhof2018-04-165-3/+98
* test: changed error message validatorPratik Jain2018-04-161-3/+4
* n-api: directly create Local from PersistentKyle Farnung2018-04-161-1/+2
* n-api: add fast paths for integer gettersAnna Henningsen2018-04-161-0/+19
* doc: fix some linksVse Mozhet Byt2018-04-163-8/+8
* test: replace string concat with template literalSong, Bintao Garfield2018-04-161-1/+1
* n-api: add napi_fatal_error APIKyle Farnung2018-04-166-0/+75