aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/bindings/ProcessBindingUV.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bun.js/bindings/ProcessBindingUV.h')
-rw-r--r--src/bun.js/bindings/ProcessBindingUV.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/bun.js/bindings/ProcessBindingUV.h b/src/bun.js/bindings/ProcessBindingUV.h
new file mode 100644
index 000000000..4306e21f8
--- /dev/null
+++ b/src/bun.js/bindings/ProcessBindingUV.h
@@ -0,0 +1,13 @@
+#include "root.h"
+
+namespace Bun {
+namespace ProcessBindingUV {
+
+JSC_DECLARE_HOST_FUNCTION(jsErrname);
+
+JSC_DECLARE_HOST_FUNCTION(jsGetErrorMap);
+
+JSC::JSObject* create(JSC::VM& vm, JSC::JSGlobalObject* globalObject);
+
+} // namespace ProcessBindingUV
+} // namespace Bun \ No newline at end of file