85 Commits (master)

Author SHA1 Message Date
Michael Dawson 6bc82daef0 n-api: use module name macro 7 years ago
Christina Chan 3594223c2e test: remove redundant error messages 7 years ago
Gabriel Schulhof 17b818bae4 n-api,test: use module name macro 7 years ago
mrgorbo b33b3e1838 test: cleaned up assert messages 7 years ago
Kinnan Kwok 84579b1d7d
test: fix race condition in addon test 7 years ago
Emily Ford e6e58fde8b
test: remove template literal 7 years ago
Michael Dawson cec6e21668 n-api: add check for large strings 7 years ago
Sampson Gao a406a32ee9 n-api: fix warning about size_t compare with int 7 years ago
Gabriel Schulhof a8c0a43a22 n-api: remove n-api module loading flag 7 years ago
Sampson Gao 19766547fa n-api: add optional string length parameters 7 years ago
Sampson Gao 973c12f631 n-api: napi_is_construct_call->napi_get_new_target 7 years ago
Jason Ginchereau 0c258bdc40 n-api: Context for custom async operations 7 years ago
Taylor Woll 92e5f5cc09 n-api: refactor napi_addon_register_func 7 years ago
Jason Ginchereau 1a0727d85e
n-api: change async resource name to napi_value 7 years ago
Anna Henningsen 8c8c90b714
n-api: use AsyncResource for Work tracking 7 years ago
Gabriel Schulhof cb94905774 n-api: stop creating references to primitives 7 years ago
Gabriel Schulhof 61e9ba1271 n-api: implement napi_run_script 7 years ago
Gabriel Schulhof 78286984da test,doc: make module name match gyp target name 7 years ago
Chris Young c77e6d3f8c n-api: adds function to adjust external memory 7 years ago
Gabriel Schulhof 7efb8f7619 n-api: implement promise 7 years ago
Daniil Shakir 6c382dea6b test: remove unused parameters 7 years ago
Gabriel Schulhof 70664bf5a1 n-api: add ability to remove a wrapping 7 years ago
Vincent Xue e6eb5c00da test: use regular expressions in throw assertions 7 years ago
Anna Henningsen 835c383969
n-api: add napi_get_node_version 7 years ago
Jason Ginchereau af70c3b478 n-api: optimize number API performance 7 years ago
Aditya Anand ad664eae7d
test: mitigate RegEx exceeding 80 chars 7 years ago
Rich Trott aa6fac68da test: adjust indentation for stricter linting 7 years ago
Shivanth MP 77ca3cb474 n-api: add support for DataView 7 years ago
Gabriel Schulhof 9926dfebc8
n-api: re-use napi_env between modules 7 years ago
Pratik Jain 7849b52810
test: changed error message validator 7 years ago
Sebastiaan Deckers bb29405904
lib,src: fix consistent spacing inside braces 7 years ago
Song, Bintao Garfield e3f7a54d0a test: replace string concat with template literal 7 years ago
Kyle Farnung 73078d6072 n-api: add napi_fatal_error API 7 years ago
Michael Dawson ac41db4af0 n-api: add code parameter to error helpers 7 years ago
cjihrig 598a128ff4 test: handle missing V8 tests in n-api test 7 years ago
Kyle Farnung f52c707853 n-api: wrap test macros in do/while 7 years ago
Gabriel Schulhof d5b397c9b6 n-api: Implement stricter wrapping 7 years ago
Daniel Bevenius 8f3dab4b63 n-api: fix warning in test_general 7 years ago
cjihrig 9c6804c1df n-api: add napi_has_own_property() 7 years ago
Michael Dawson 34cf8ad73d test: add coverage for napi_typeof 7 years ago
cjihrig 732ae419b4 n-api: add napi_delete_property() 7 years ago
cjihrig f803e77b1e n-api: add napi_delete_element() 7 years ago
cjihrig 0f1888f313 test: verify napi_get_property() walks prototype 7 years ago
Michael Dawson 3e18c49657 n-api: avoid crash in napi_escape_scope() 7 years ago
Roman Reiss ecf6a46d98
src,lib,test,doc: correct misspellings 7 years ago
Michael Dawson 01f4d9af5e test: add coverage for napi_property_descriptor 7 years ago
Jason Ginchereau ddba969321 test: fix build warning in addons-napi/test_object 7 years ago
Michael Dawson bd4b79051a test: consolidate n-api test addons - part2 7 years ago
Michael Dawson 7a7ac1c6db test: consolidate n-api test addons 7 years ago
Jason Ginchereau 8ab8c33985 n-api: enable napi_wrap() to work with any object 8 years ago