| Commit message (Expand) | Author | Age | Files | Lines |
* | test: cover property n-api null cases | Gabriel Schulhof | 2020-02-17 | 5 | -0/+465 |
* | n-api: return napi_invalid_arg on napi_create_bigint_words | legendecas | 2020-01-16 | 1 | -2/+2 |
* | n-api: add napi_get_all_property_names | himself65 | 2020-01-16 | 2 | -1/+36 |
* | test: refactor common.expectsError | Ruben Bridgewater | 2020-01-03 | 3 | -9/+9 |
* | n-api: implement napi_is_detached_arraybuffer | Denys Otrishko | 2019-11-30 | 2 | -0/+45 |
* | doc: remove "it is important to" phrasing | Rich Trott | 2019-10-28 | 1 | -4/+3 |
* | n-api: add `napi_detach_arraybuffer` | legendecas | 2019-10-14 | 2 | -0/+37 |
* | src: render N-API weak callbacks as cleanup hooks | Gabriel Schulhof | 2019-10-13 | 2 | -13/+101 |
* | n-api: mark version 5 N-APIs as stable | Gabriel Schulhof | 2019-09-05 | 3 | -4/+1 |
* | test: refactoring test_error testing | himself65 | 2019-08-01 | 1 | -14/+4 |
* | n-api: refactoring napi_create_function testing | Octavian Soldea | 2019-07-31 | 3 | -69/+42 |
* | n-api: refactor a previous commit | Octavian Soldea | 2019-07-26 | 7 | -201/+154 |
* | n-api: add APIs for per-instance state management | Gabriel Schulhof | 2019-07-25 | 3 | -0/+148 |
* | test: propagate napi_status to JS | Octavian Soldea | 2019-07-18 | 2 | -106/+94 |
* | n-api: define ECMAScript-compliant accessors on napi_define_class | legendecas | 2019-06-17 | 3 | -5/+39 |
* | n-api: define ECMAScript-compliant accessors on napi_define_properties | legendecas | 2019-06-17 | 1 | -2/+14 |
* | src: add napi_define_class() null checks | Octavian Soldea | 2019-06-07 | 2 | -11/+165 |
* | test: pass null params to napi_xxx_property() | Octavian Soldea | 2019-05-13 | 2 | -0/+215 |
* | tools: force common be required before any other modules | ZYSzys | 2019-05-13 | 1 | -2/+1 |
* | n-api: make napi_get_property_names return strings | Anna Henningsen | 2019-05-06 | 2 | -0/+43 |
* | test: check `napi_get_reference_value()` during finalization | Anna Henningsen | 2019-04-30 | 1 | -0/+4 |
* | test: pass null params to napi_create_function() | Octavian Soldea | 2019-04-10 | 2 | -0/+99 |
* | test: cover napi_get/set/has_named_property() | Gabriel Schulhof | 2019-04-05 | 2 | -0/+111 |
* | benchmark,doc,lib: capitalize more comments | Ruben Bridgewater | 2019-03-27 | 6 | -7/+7 |
* | n-api: remove code from error name | Ruben Bridgewater | 2019-03-23 | 1 | -3/+3 |
* | test: fix compiler warning in test_string.c | Daniel Bevenius | 2019-03-12 | 1 | -1/+3 |
* | benchmark,doc,lib,test: capitalize comments | Ruben Bridgewater | 2019-03-10 | 4 | -6/+5 |
* | n-api: improve performance creating strings | Anthony Tuininga | 2019-03-09 | 2 | -0/+36 |
* | n-api: implement date object | Jarrod Connolly | 2019-02-28 | 3 | -0/+97 |
* | benchmark,doc,lib,test: capitalize comments | Ruben Bridgewater | 2019-02-28 | 2 | -2/+2 |
* | n-api: mark thread-safe function as stable | Gabriel Schulhof | 2019-01-21 | 1 | -2/+2 |
* | test: remove unnecessary eslint-disable comments | Rich Trott | 2018-12-21 | 1 | -1/+0 |
* | test: remove obsolete eslint comments | cjihrig | 2018-12-19 | 1 | -1/+0 |
* | doc,lib,test: capitalize comment sentences | Ruben Bridgewater | 2018-12-17 | 3 | -3/+3 |
* | tools: capitalize sentences | Ruben Bridgewater | 2018-12-10 | 2 | -3/+3 |
* | test: partition N-API tests | Gabriel Schulhof | 2018-12-04 | 95 | -0/+5451 |