summaryrefslogtreecommitdiff
path: root/test/addons-napi
Commit message (Expand)AuthorAgeFilesLines
* n-api: add napi_delete_property()cjihrig2017-07-012-0/+70
* n-api: add napi_delete_element()cjihrig2017-06-302-0/+47
* test: verify napi_get_property() walks prototypecjihrig2017-06-301-0/+19
* n-api: avoid crash in napi_escape_scope()Michael Dawson2017-06-212-0/+20
* src,lib,test,doc: correct misspellingsRoman Reiss2017-06-171-1/+1
* test: add coverage for napi_property_descriptorMichael Dawson2017-06-092-0/+26
* test: fix build warning in addons-napi/test_objectJason Ginchereau2017-06-051-3/+6
* test: consolidate n-api test addons - part2Michael Dawson2017-06-054-54/+34
* test: consolidate n-api test addonsMichael Dawson2017-06-017-72/+31
* n-api: enable napi_wrap() to work with any objectJason Ginchereau2017-06-012-30/+95
* test: Make N-API weak-ref GC tests asynchronousJason Ginchereau2017-05-301-69/+99
* test: improve n-api coverage for typed arraysMichael Dawson2017-05-302-0/+68
* n-api: add napi_get_versionMichael Dawson2017-05-262-0/+13
* test: add coverage for napi_has_named_propertyMichael Dawson2017-05-252-0/+29
* test: increase n-api constructor coverageMichael Dawson2017-05-232-0/+21
* n-api: Retain last code when getting error infoJason Ginchereau2017-05-191-0/+8
* test: Improve N-API test coverageMichael Dawson2017-05-173-0/+78
* test: improve N-API test coverageMichael Dawson2017-05-153-0/+42
* test: add common.mustCall() to NAPI exception testRich Trott2017-05-131-4/+2
* test: improve n-api array func coverageMichael Dawson2017-05-112-14/+82
* n-api: Handle fatal exception in async callbackJason Ginchereau2017-05-092-19/+18
* n-api: napi_get_cb_info should fill arrayJason Ginchereau2017-05-092-3/+16
* test: fix napi test_reference for recent V8Michaël Zasso2017-05-081-13/+16
* test: port test for make_callback to n-apiHitesh Kanwathirtha2017-05-066-0/+332
* test: add coverage for error apisMichael Dawson2017-05-052-0/+89
* test: fix warning in n-api reference testMichael Dawson2017-05-031-2/+2
* test,lib,doc: use function declarationsRich Trott2017-05-013-8/+7
* test: replace indexOf with includesgwer2017-04-302-16/+16
* n-api: Reference and external testsJason Ginchereau2017-04-274-0/+251
* test: add coverage for napi_cancel_async_workMichael Dawson2017-04-262-7/+80
* test: test doc'd napi_get_value_int32 behaviourMichael Dawson2017-04-262-0/+31
* n-api: Enable scope and ref APIs during exceptionJason Ginchereau2017-04-252-0/+32
* n-api: tighten null-checking and clean up last errorGabriel Schulhof2017-04-251-2/+2
* n-api: remove napi_get_value_string_length()Jason Ginchereau2017-04-202-10/+10
* Revert "test: port test for make_callback to n-api"James M Snell2017-04-176-330/+0
* test: port test for make_callback to n-apiHitesh Kanwathirtha2017-04-176-0/+330
* n-api: add string api for latin1 encodingSampson Gao2017-04-142-10/+190
* test: fix compiler warning in n-api testAnna Henningsen2017-04-131-1/+1
* test: add second argument to assert.throwsMichaël Zasso2017-04-132-6/+6
* test: improve test coverage for n-apiMichael Dawson2017-04-123-0/+60
* n-api: implement async helper methodstaylor.woll2017-04-113-0/+140
* n-api: change napi_callback to return napi_valueTaylor Woll2017-04-1029-1415/+811
* n-api: Update property attrs enum to match JS specJason Ginchereau2017-04-074-12/+46
* n-api: create napi_env as a real structureGabriel Schulhof2017-04-053-0/+63
* n-api: add support for abi stable module APIJason Ginchereau2017-04-0376-0/+3351