You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add __cxa_init_primary_exception to library_exception.js
llvm/llvm-project#65534 added
`__cxa_init_primary_exception` function and use it in both in
libcxxabi's `__cxa_throw` and also directly in libcxx. Because we create
exceptions in JS, we need a counterpart in JS exception library too.
0 commit comments