mirror of
https://github.com/oven-sh/bun
synced 2026-02-13 20:39:05 +00:00
Even more child process tests passing (#18052)
This commit is contained in:
@@ -109,6 +109,10 @@ pub fn internalErrorName(globalThis: *JSC.JSGlobalObject, callframe: *JSC.CallFr
|
||||
return fmtstring.transferToJS(globalThis);
|
||||
}
|
||||
|
||||
pub fn etimedoutErrorCode(_: *JSC.JSGlobalObject, _: *JSC.CallFrame) bun.JSError!JSC.JSValue {
|
||||
return JSC.JSValue.jsNumberFromInt32(-bun.C.UV_ETIMEDOUT);
|
||||
}
|
||||
|
||||
/// `extractedSplitNewLines` for ASCII/Latin1 strings. Panics if passed a non-string.
|
||||
/// Returns `undefined` if param is utf8 or utf16 and not fully ascii.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user