rid nearly all use of ExceptionRef in zig (#15100)

Co-authored-by: nektro <nektro@users.noreply.github.com>
This commit is contained in:
Meghan Denny
2024-11-13 15:23:52 -08:00
committed by GitHub
parent ec91e91fda
commit f8979b05b1
26 changed files with 811 additions and 1932 deletions

View File

@@ -720,7 +720,7 @@ pub const String = extern struct {
if (BunString__fromJS(globalObject, value, &out)) {
return out;
} else {
return null;
return null; //TODO: return error.JSError
}
}