node/test/embedding
Anna Henningsen 9fd6122659
src: add embedding helpers to reduce boilerplate code
Provide helpers for a) spinning the event loop and
b) setting up and tearing down the objects involved in a single
Node.js instance, as they would typically be used.
The former helper is also usable inside Node.js itself,
for both Worker and main threads.

PR-URL: https://github.com/nodejs/node/pull/35597
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Denys Otrishko <shishugi@gmail.com>
2020-10-14 20:08:19 +02:00
..
embedtest.cc src: add embedding helpers to reduce boilerplate code 2020-10-14 20:08:19 +02:00
test-embedding.js test: add non-ASCII character embedding test 2020-06-26 10:13:13 -07:00
testcfg.py