aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/bindings/ProcessBindingUV.h
blob: 4306e21f82eba036d9e1d9d7ce655e11367f0e1a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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