summaryrefslogtreecommitdiff
path: root/test/js-native-api
Commit message (Expand)AuthorAgeFilesLines
* test: cover property n-api null casesGabriel Schulhof2020-02-175-0/+465
* n-api: return napi_invalid_arg on napi_create_bigint_wordslegendecas2020-01-161-2/+2
* n-api: add napi_get_all_property_nameshimself652020-01-162-1/+36
* test: refactor common.expectsErrorRuben Bridgewater2020-01-033-9/+9
* n-api: implement napi_is_detached_arraybufferDenys Otrishko2019-11-302-0/+45
* doc: remove "it is important to" phrasingRich Trott2019-10-281-4/+3
* n-api: add `napi_detach_arraybuffer`legendecas2019-10-142-0/+37
* src: render N-API weak callbacks as cleanup hooksGabriel Schulhof2019-10-132-13/+101
* n-api: mark version 5 N-APIs as stableGabriel Schulhof2019-09-053-4/+1
* test: refactoring test_error testinghimself652019-08-011-14/+4
* n-api: refactoring napi_create_function testingOctavian Soldea2019-07-313-69/+42
* n-api: refactor a previous commitOctavian Soldea2019-07-267-201/+154
* n-api: add APIs for per-instance state managementGabriel Schulhof2019-07-253-0/+148
* test: propagate napi_status to JSOctavian Soldea2019-07-182-106/+94
* n-api: define ECMAScript-compliant accessors on napi_define_classlegendecas2019-06-173-5/+39
* n-api: define ECMAScript-compliant accessors on napi_define_propertieslegendecas2019-06-171-2/+14
* src: add napi_define_class() null checksOctavian Soldea2019-06-072-11/+165
* test: pass null params to napi_xxx_property()Octavian Soldea2019-05-132-0/+215
* tools: force common be required before any other modulesZYSzys2019-05-131-2/+1
* n-api: make napi_get_property_names return stringsAnna Henningsen2019-05-062-0/+43
* test: check `napi_get_reference_value()` during finalizationAnna Henningsen2019-04-301-0/+4
* test: pass null params to napi_create_function()Octavian Soldea2019-04-102-0/+99
* test: cover napi_get/set/has_named_property()Gabriel Schulhof2019-04-052-0/+111
* benchmark,doc,lib: capitalize more commentsRuben Bridgewater2019-03-276-7/+7
* n-api: remove code from error nameRuben Bridgewater2019-03-231-3/+3
* test: fix compiler warning in test_string.cDaniel Bevenius2019-03-121-1/+3
* benchmark,doc,lib,test: capitalize commentsRuben Bridgewater2019-03-104-6/+5
* n-api: improve performance creating stringsAnthony Tuininga2019-03-092-0/+36
* n-api: implement date objectJarrod Connolly2019-02-283-0/+97
* benchmark,doc,lib,test: capitalize commentsRuben Bridgewater2019-02-282-2/+2
* n-api: mark thread-safe function as stableGabriel Schulhof2019-01-211-2/+2
* test: remove unnecessary eslint-disable commentsRich Trott2018-12-211-1/+0
* test: remove obsolete eslint commentscjihrig2018-12-191-1/+0
* doc,lib,test: capitalize comment sentencesRuben Bridgewater2018-12-173-3/+3
* tools: capitalize sentencesRuben Bridgewater2018-12-102-3/+3
* test: partition N-API testsGabriel Schulhof2018-12-0495-0/+5451