mirror of
https://github.com/oven-sh/bun
synced 2026-02-13 04:18:58 +00:00
18 lines
190 B
Plaintext
18 lines
190 B
Plaintext
BUN_1.1 {
|
|
global:
|
|
napi*;
|
|
node_api_*;
|
|
node_module_register;
|
|
|
|
uv_os_getpid;
|
|
uv_os_getppid;
|
|
|
|
extern "C++" {
|
|
v8::*;
|
|
node::*;
|
|
JSC::CallFrame::describeFrame;
|
|
};
|
|
local:
|
|
*;
|
|
};
|