serenity/Meta/Lagom/Wasm
Timothy Flynn 88814acbd3 LibJS+Everywhere: Convert JS::Error to String
This includes an Error::create overload to create an Error from a UTF-8
StringView. If creating a String from that view fails, the factory will
return an OOM InternalError instead. VM::throw_completion can also make
use of this overload via its perfect forwarding.
2023-02-17 09:14:23 -05:00
..
js_repl.cpp LibJS+Everywhere: Convert JS::Error to String 2023-02-17 09:14:23 -05:00