workerd
workerd copied to clipboard
Refactor DOMException
- Eliminate the extra object allocated for the stack using the new v8::Exception::CaptureStackTrace API.
- Avoid having to use the JS constructor to create instances by using the FunctionTemplate directly