summaryrefslogtreecommitdiff
path: root/src/node_api.cc
AgeCommit message (Expand)Author
2017-07-06n-api: add napi_has_own_property()cjihrig
2017-07-06N-API: Reuse ObjectTemplate instancesGabriel Schulhof
2017-07-05n-api: fix -Wmaybe-uninitialized compiler warningBen Noordhuis
2017-07-05n-api: use Maybe version of Object::SetPrototype()Ben Noordhuis
2017-07-01n-api: add napi_delete_property()cjihrig
2017-06-30n-api: add napi_delete_element()cjihrig
2017-06-21n-api: avoid crash in napi_escape_scope()Michael Dawson
2017-06-17src,lib,test,doc: correct misspellingsRoman Reiss
2017-06-01n-api: enable napi_wrap() to work with any objectJason Ginchereau
2017-05-26n-api: add napi_get_versionMichael Dawson
2017-05-19n-api: Retain last code when getting error infoJason Ginchereau
2017-05-15n-api: remove compiler warningAnna Henningsen
2017-05-09n-api: Handle fatal exception in async callbackJason Ginchereau
2017-05-09n-api: napi_get_cb_info should fill arrayJason Ginchereau
2017-05-03n-api: remove unnecessary try-catch bracket from certain APIsGabriel Schulhof
2017-04-28n-api: Sync with back-compat changesJason Ginchereau
2017-04-27n-api: Reference and external testsJason Ginchereau
2017-04-25n-api: Enable scope and ref APIs during exceptionJason Ginchereau
2017-04-25n-api: tighten null-checking and clean up last errorGabriel Schulhof
2017-04-20n-api: remove napi_get_value_string_length()Jason Ginchereau
2017-04-14src: reduce number of exported symbolsAnna Henningsen
2017-04-14n-api: fix coverity scan reportMichael Dawson
2017-04-14n-api: add string api for latin1 encodingSampson Gao
2017-04-11n-api: fix -Wmismatched-tags compiler warningBen Noordhuis
2017-04-11n-api: implement async helper methodstaylor.woll
2017-04-10n-api: change napi_callback to return napi_valueTaylor Woll
2017-04-08napi: initialize and check status properlyGabriel Schulhof
2017-04-07n-api: cache Symbol.hasInstanceGabriel Schulhof
2017-04-07n-api: Update property attrs enum to match JS specJason Ginchereau
2017-04-05n-api: create napi_env as a real structureGabriel Schulhof
2017-04-05napi: supress invalid coverity leak messageMichael Dawson
2017-04-05n-api: break dep between v8 and napi attributesMichael Dawson
2017-04-03n-api: add support for abi stable module APIJason Ginchereau