/
snap
/
node
/
11782
/
include
/
node
/
/snap/node/11782/include/node
mkdir
upload
Name
Size
Mode
Actions
cppgc/
-
0755
rm
libplatform/
-
0755
rm
openssl/
-
0755
rm
uv/
-
0755
rm
common.gypi
26973
0644
edit
dl
rm
config.gypi
18657
0644
edit
dl
rm
js_native_api.h
31770
0644
edit
dl
rm
js_native_api_types.h
7603
0644
edit
dl
rm
node.h
69595
0644
edit
dl
rm
node_api.h
10370
0644
edit
dl
rm
node_api_types.h
1825
0644
edit
dl
rm
node_buffer.h
3684
0644
edit
dl
rm
node_object_wrap.h
3867
0644
edit
dl
rm
node_version.h
4243
0644
edit
dl
rm
uv.h
72810
0644
edit
dl
rm
v8-array-buffer.h
18316
0644
edit
dl
rm
v8-callbacks.h
16993
0644
edit
dl
rm
v8-container.h
5959
0644
edit
dl
rm
v8-context.h
18184
0644
edit
dl
rm
v8-cppgc.h
7641
0644
edit
dl
rm
v8-data.h
1623
0644
edit
dl
rm
v8-date.h
1218
0644
edit
dl
rm
v8-debug.h
5161
0644
edit
dl
rm
v8-embedder-heap.h
2775
0644
edit
dl
rm
v8-embedder-state-scope.h
1493
0644
edit
dl
rm
v8-exception.h
7589
0644
edit
dl
rm
v8-extension.h
1870
0644
edit
dl
rm
v8-external.h
924
0644
edit
dl
rm
v8-forward.h
1688
0644
edit
dl
rm
v8-function-callback.h
19648
0644
edit
dl
rm
v8-function.h
4530
0644
edit
dl
rm
v8-handle-base.h
4404
0644
edit
dl
rm
v8-initialization.h
10478
0644
edit
dl
rm
v8-internal.h
58594
0644
edit
dl
rm
v8-isolate.h
64906
0644
edit
dl
rm
v8-json.h
1356
0644
edit
dl
rm
v8-local-handle.h
24162
0644
edit
dl
rm
v8-locker.h
3956
0644
edit
dl
rm
v8-maybe.h
4574
0644
edit
dl
rm
v8-memory-span.h
6421
0644
edit
dl
rm
v8-message.h
7418
0644
edit
dl
rm
v8-microtask-queue.h
5069
0644
edit
dl
rm
v8-microtask.h
861
0644
edit
dl
rm
v8-object.h
30261
0644
edit
dl
rm
v8-persistent-handle.h
18239
0644
edit
dl
rm
v8-platform.h
49052
0644
edit
dl
rm
v8-primitive-object.h
2591
0644
edit
dl
rm
v8-primitive.h
28358
0644
edit
dl
rm
v8-profiler.h
42101
0644
edit
dl
rm
v8-promise.h
5294
0644
edit
dl
rm
v8-proxy.h
1255
0644
edit
dl
rm
v8-regexp.h
3171
0644
edit
dl
rm
v8-script.h
31327
0644
edit
dl
rm
v8-snapshot.h
10389
0644
edit
dl
rm
v8-source-location.h
2597
0644
edit
dl
rm
v8-statistics.h
7627
0644
edit
dl
rm
v8-template.h
51569
0644
edit
dl
rm
v8-traced-handle.h
12700
0644
edit
dl
rm
v8-typed-array.h
11571
0644
edit
dl
rm
v8-unwinder.h
4751
0644
edit
dl
rm
v8-value-serializer.h
10815
0644
edit
dl
rm
v8-value.h
17107
0644
edit
dl
rm
v8-version.h
773
0644
edit
dl
rm
v8-wasm.h
6148
0644
edit
dl
rm
v8-weak-callback-info.h
2471
0644
edit
dl
rm
v8.h
3775
0644
edit
dl
rm
v8config.h
33641
0644
edit
dl
rm
zconf.h
16995
0644
edit
dl
rm
zlib.h
97454
0644
edit
dl
rm
Edit:
/snap/node/11782/include/node/node_api_types.h
(1825B)
#ifndef SRC_NODE_API_TYPES_H_ #define SRC_NODE_API_TYPES_H_ #include "js_native_api_types.h" typedef napi_value(NAPI_CDECL* napi_addon_register_func)(napi_env env, napi_value exports); typedef int32_t(NAPI_CDECL* node_api_addon_get_api_version_func)(void); typedef struct napi_callback_scope__* napi_callback_scope; typedef struct napi_async_context__* napi_async_context; typedef struct napi_async_work__* napi_async_work; #if NAPI_VERSION >= 3 typedef void(NAPI_CDECL* napi_cleanup_hook)(void* arg); #endif // NAPI_VERSION >= 3 #if NAPI_VERSION >= 4 typedef struct napi_threadsafe_function__* napi_threadsafe_function; #endif // NAPI_VERSION >= 4 #if NAPI_VERSION >= 4 typedef enum { napi_tsfn_release, napi_tsfn_abort } napi_threadsafe_function_release_mode; typedef enum { napi_tsfn_nonblocking, napi_tsfn_blocking } napi_threadsafe_function_call_mode; #endif // NAPI_VERSION >= 4 typedef void(NAPI_CDECL* napi_async_execute_callback)(napi_env env, void* data); typedef void(NAPI_CDECL* napi_async_complete_callback)(napi_env env, napi_status status, void* data); #if NAPI_VERSION >= 4 typedef void(NAPI_CDECL* napi_threadsafe_function_call_js)( napi_env env, napi_value js_callback, void* context, void* data); #endif // NAPI_VERSION >= 4 typedef struct { uint32_t major; uint32_t minor; uint32_t patch; const char* release; } napi_node_version; #if NAPI_VERSION >= 8 typedef struct napi_async_cleanup_hook_handle__* napi_async_cleanup_hook_handle; typedef void(NAPI_CDECL* napi_async_cleanup_hook)( napi_async_cleanup_hook_handle handle, void* data); #endif // NAPI_VERSION >= 8 #endif // SRC_NODE_API_TYPES_H_
Save
cmd:
run