mirror of
https://github.com/phpv8/v8js.git
synced 2024-11-08 13:48:40 +00:00
fix: initialize variables
This commit is contained in:
parent
b2eb89e49e
commit
97ade17ef9
@ -40,7 +40,8 @@ static void v8js_timer_interrupt_handler(v8::Isolate *isolate, void *data) { /*
|
||||
|
||||
v8::Locker locker(isolate);
|
||||
v8::HeapStatistics hs;
|
||||
bool send_notification, has_sent_notification;
|
||||
bool send_notification = false;
|
||||
bool has_sent_notification = false;
|
||||
|
||||
do {
|
||||
if (send_notification) {
|
||||
|
Loading…
Reference in New Issue
Block a user