summaryrefslogtreecommitdiff
path: root/test/addons-napi
Commit message (Expand)AuthorAgeFilesLines
* test: adjust indentation for stricter lintingRich Trott2017-07-272-4/+6
* n-api: add support for DataViewShivanth MP2017-07-273-0/+71
* n-api: re-use napi_env between modulesGabriel Schulhof2017-07-274-0/+56
* test: changed error message validatorPratik Jain2017-07-261-3/+4
* lib,src: fix consistent spacing inside bracesSebastiaan Deckers2017-07-212-11/+11
* test: replace string concat with template literalSong, Bintao Garfield2017-07-161-1/+1
* n-api: add napi_fatal_error APIKyle Farnung2017-07-133-0/+44
* n-api: add code parameter to error helpersMichael Dawson2017-07-135-12/+137
* test: handle missing V8 tests in n-api testcjihrig2017-07-131-11/+19
* n-api: wrap test macros in do/whileKyle Farnung2017-07-123-14/+18
* n-api: Implement stricter wrappingGabriel Schulhof2017-07-122-0/+27
* n-api: fix warning in test_generalDaniel Bevenius2017-07-071-1/+1
* n-api: add napi_has_own_property()cjihrig2017-07-062-0/+63
* test: add coverage for napi_typeofMichael Dawson2017-07-052-1/+47
* 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