summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* doc: Add a missing commajiangq2018-04-161-2/+2
* n-api: re-write test_make_callbackGabriel Schulhof2018-04-162-12/+11
* n-api: add napi_fatal_exceptionMathias Buus2018-04-168-4/+104
* n-api: add missing exception checkingMichael Dawson2018-04-162-5/+22
* doc: fix typos on n-apiKyle Robinson Young2018-04-161-8/+8
* n-api,test: add int64 bounds testsKyle Farnung2018-04-162-0/+30
* n-api: take n-api out of experimentalMichael Dawson2018-04-1610-85/+3
* n-api,test: add a new.target test to addons-napiTaylor Woll2018-04-163-0/+99
* n-api: resolve promise in testGabriel Schulhof2018-04-161-1/+3
* n-api: update documentationGabriel Schulhof2018-04-161-10/+26
* n-api: update reference testGabriel Schulhof2018-04-161-6/+4
* doc: fix n-api asynchronous threading docsEric Bickle2018-04-161-5/+7
* n-api: fix object testGabriel Schulhof2018-04-161-4/+1
* test: remove unnecessary timercjihrig2018-04-161-8/+1
* doc: mark NAPI_AUTO_LENGTH as codeTobias Nießen2018-04-161-7/+7
* doc: fix exporting a function exampleAonghus O Nia2018-04-161-1/+1
* test: convert new tests to use error typesJack Horton2018-04-161-2/+2
* test: improve error message outputBhavani Shankar2018-04-161-8/+14
* doc: fix typo in n-api.mdVse Mozhet Byt2018-04-161-1/+1
* n-api: remove extra reference from testGabriel Schulhof2018-04-161-3/+0
* n-api: add methods to open/close callback scopeMichael Dawson2018-04-1610-6/+287
* doc: small typo in n-api.mdiskore2018-04-161-1/+1
* doc: remove usage of you in n-api docMichael Dawson2018-04-161-5/+2
* n-api: wrap control flow macro in do/whileBen Noordhuis2018-04-161-4/+6
* n-api: implement wrapping using private propertiesGabriel Schulhof2018-04-163-111/+52
* test: show pending exception error in napi testsBen Wilcox2018-04-161-6/+8
* n-api: change assert ok check to notStrictEqual.Aaron Kau2018-04-161-9/+7
* test: refactor addons-napi/test_exception/test.jsRich Trott2018-04-161-44/+42
* doc: remove uannecessary RequireMichael Dawson2018-04-161-2/+2
* test: fixed typos in napi testfurstenheim2018-04-162-8/+8
* n-api: throw RangeError napi_create_typedarray()Jinho Bang2018-04-163-12/+85
* doc: napi: make header style consistentAli Ijaz Sheikh2018-04-161-88/+88
* doc: napi: fix unbalanced emphasisAli Ijaz Sheikh2018-04-161-3/+3
* n-api: expose n-api version in process.versionsMichael Dawson2018-04-164-3/+10
* n-api: throw RangeError in napi_create_dataview() with invalid rangeJinho Bang2018-04-163-7/+75
* doc: updates examples to use NULLMichael Dawson2018-04-161-16/+16
* test: remove ambiguous error messages from test_errorNicholas Drane2018-04-161-34/+12
* n-api: fix memory leak in napi_async_destroy()alnyan2018-04-161-0/+2
* test: remove literals that obscure assert messagesRich Trott2018-04-161-4/+3
* test: add unhandled rejection guardbabygoat2018-04-161-1/+10
* test: replace assert.throws with common.expectsErrorLeko2018-04-161-12/+9
* doc: update example in module registrationFranziska Hinkelmann2018-04-161-4/+6
* n-api: use nullptr instead of NULL in node_api.ccDaniel Bevenius2018-04-161-2/+2
* doc: use "JavaScript" instead of "Javascript"Rich Trott2018-04-162-4/+4
* src: add napi_handle_scope_mismatch to msg listneta2018-04-161-3/+4
* n-api: add helper for addons to get the event loopAnna Henningsen2018-04-166-10/+54
* doc: document common pattern for instanceof checksMichael Dawson2018-04-161-0/+23
* test: refactor addons-napi/test_promise/test.jska3e2018-04-161-14/+17
* doc: fix typos in N-APISwathi Kalahastri2018-04-161-2/+2
* test: improve error emssage reporting in testNapiRun.jsPaul Ashfield2018-04-161-2/+5