rusty_v8 TryCatch not catching heap limit
I am trying to catch a v8 isolate that has exceeded it’s heap memory limit, but the v8::TryCatch is not catching this, rather it is dumping a C stack trace (below).
I am trying to catch a v8 isolate that has exceeded it’s heap memory limit, but the v8::TryCatch is not catching this, rather it is dumping a C stack trace (below).