ERR_CONTEXT_NOT_INITIALIZED


传递给 API 的 vm 上下文尚未初始化。这可能发生在创建上下文时出现错误(并被捕获)的情况,例如,当分配失败或创建上下文时达到最大调用堆栈大小。

【The vm context passed into the API is not yet initialized. This could happen when an error occurs (and is caught) during the creation of the context, for example, when the allocation fails or the maximum call stack size is reached when the context is created.】