Update v8.cpp

This commit is contained in:
恍兮惚兮 2024-03-17 00:41:49 +08:00
parent 6a1a591f1e
commit c62dfbff71

View File

@ -102,7 +102,6 @@ bool v8runscript_isolate(void* isolate){
if(RequestInterrupt==0)return false; if(RequestInterrupt==0)return false;
RequestInterrupt(isolate,+[](void*isolate,void*){ RequestInterrupt(isolate,+[](void*isolate,void*){
struct TimerDeleter { void operator()(HANDLE h) { DeleteTimerQueueTimer(NULL, h, INVALID_HANDLE_VALUE); } };
void* context; void* context;
void* v8string; void* v8string;
void* script; void* script;