workerd icon indicating copy to clipboard operation
workerd copied to clipboard

Refactor DOMException

Open jasnell opened this issue 1 year ago • 0 comments

  • 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

jasnell avatar May 18 '24 01:05 jasnell