v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::debug::LiveEditResult Struct Reference

#include <debug-interface.h>

Collaboration diagram for v8::debug::LiveEditResult:

Public Types

enum  Status {
  OK , COMPILE_ERROR , BLOCKED_BY_RUNNING_GENERATOR , BLOCKED_BY_ACTIVE_FUNCTION ,
  BLOCKED_BY_TOP_LEVEL_ES_MODULE_CHANGE
}
 

Public Attributes

Status status = OK
 
bool stack_changed = false
 
v8::Local< v8::debug::Scriptscript
 
bool restart_top_frame_required = false
 
v8::Local< v8::Stringmessage
 
int line_number = -1
 
int column_number = -1
 

Detailed Description

Definition at line 162 of file debug-interface.h.

Member Enumeration Documentation

◆ Status

Enumerator
OK 
COMPILE_ERROR 
BLOCKED_BY_RUNNING_GENERATOR 
BLOCKED_BY_ACTIVE_FUNCTION 
BLOCKED_BY_TOP_LEVEL_ES_MODULE_CHANGE 

Definition at line 163 of file debug-interface.h.

Member Data Documentation

◆ column_number

int v8::debug::LiveEditResult::column_number = -1

Definition at line 178 of file debug-interface.h.

◆ line_number

int v8::debug::LiveEditResult::line_number = -1

Definition at line 177 of file debug-interface.h.

◆ message

v8::Local<v8::String> v8::debug::LiveEditResult::message

Definition at line 176 of file debug-interface.h.

◆ restart_top_frame_required

bool v8::debug::LiveEditResult::restart_top_frame_required = false

Definition at line 174 of file debug-interface.h.

◆ script

v8::Local<v8::debug::Script> v8::debug::LiveEditResult::script

Definition at line 173 of file debug-interface.h.

◆ stack_changed

bool v8::debug::LiveEditResult::stack_changed = false

Definition at line 171 of file debug-interface.h.

◆ status

Status v8::debug::LiveEditResult::status = OK

Definition at line 170 of file debug-interface.h.


The documentation for this struct was generated from the following file: