Skip to content

Commit 555d837

Browse files
committed
Implement Error.prepareStackTrace support
Based on V8's API: https://v8.dev/docs/stack-trace-api. Bits picked from Frida: frida/quickjs@78fd25f Closes: #134
1 parent 471e821 commit 555d837

File tree

3 files changed

+352
-47
lines changed

3 files changed

+352
-47
lines changed

quickjs-atom.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ DEF(SyntaxError, "SyntaxError")
236236
DEF(TypeError, "TypeError")
237237
DEF(URIError, "URIError")
238238
DEF(InternalError, "InternalError")
239+
DEF(CallSite, "CallSite")
239240
/* private symbols */
240241
DEF(Private_brand, "<brand>")
241242
/* symbols */

0 commit comments

Comments
 (0)