mirror of
https://github.com/HIllya51/LunaHook.git
synced 2024-11-24 06:15:35 +08:00
Update v8.cpp
This commit is contained in:
parent
6a1a591f1e
commit
c62dfbff71
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user