Files
ladybird/Userland/Libraries/LibJS/Runtime/ThrowableStringBuilder.cpp
Timothy Flynn 76b9d06b19 LibJS: Add and begin using a completion-compatible string builder
ThrowableStringBuilder is a thin wrapper around StringBuilder to map
results from the try_* methods to a throw completion. This will let us
try to throw on OOM conditions rather than just blowing up.
2023-01-05 22:07:44 +01:00

1.3 KiB