Created
November 1, 2024 15:35
-
-
Save gabrielschulhof/2b0d5a8ff243b64dd07630519cbe2249 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ grep -nH name -- test/{node-api,js-native-api}/*/binding.gyp | awk '{print $NF;}' | sed -e 's/"//g' -e "s/'//g" | sort | |
2_function_arguments, | |
3_callbacks, | |
4_object_factory, | |
5_function_factory, | |
6_object_wrap, | |
7_factory_wrap, | |
8_passing_wrapped, | |
binding, | |
binding, | |
binding, | |
binding, | |
binding, | |
binding, | |
binding, | |
binding, | |
binding, | |
binding, | |
test_array, | |
test_async, | |
test_bigint, | |
test_buffer, | |
test_cannot_run_js, | |
test_constructor, | |
test_conversions, | |
test_dataview, | |
test_date, | |
test_error, | |
test_exception, | |
test_exception, | |
test_exceptions, | |
test_fatal, | |
test_fatal_exception, | |
test_finalizer, | |
test_finalizer, | |
test_finalizer, | |
test_function, | |
test_general, | |
test_general, | |
test_handle_scope, | |
test_init_order, | |
test_instance_data, | |
test_instance_data, | |
test_new_target, | |
test_null_init, | |
test_number, | |
test_object, | |
test_pending_exception, | |
test_promise, | |
test_properties, | |
test_ref_then_set, | |
test_reference, | |
test_reference_all_types, | |
test_reference_double_free, | |
test_reference_obj_only, | |
test_set_then_ref, | |
test_string, | |
test_symbol, | |
test_typedarray, | |
test_uncaught_exception, | |
test_uncaught_exception_v9, | |
test_uv_loop, | |
test_uv_threadpool_size, | |
test_worker_terminate, | |
test_worker_terminate_finalization, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment