mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 21:58:48 +02:00
test: avoid copying test source files
Converting the helper functions to be inlined and making the helper file header only. PR-URL: https://github.com/nodejs/node/pull/49515 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Gabriel Schulhof <gabrielschulhof@gmail.com>
This commit is contained in:
parent
ae115d68e0
commit
178dff255f
65 changed files with 155 additions and 147 deletions
|
@ -1,6 +1,7 @@
|
|||
#include <js_native_api.h>
|
||||
#include <string.h>
|
||||
#include "../common.h"
|
||||
#include "../entry_point.h"
|
||||
|
||||
static napi_value CreateDataView(napi_env env, napi_callback_info info) {
|
||||
size_t argc = 3;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue