![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <debug-interface.h>
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::Script > | script |
| bool | restart_top_frame_required = false |
| v8::Local< v8::String > | message |
| int | line_number = -1 |
| int | column_number = -1 |
Definition at line 162 of file debug-interface.h.
| 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.
| int v8::debug::LiveEditResult::column_number = -1 |
Definition at line 178 of file debug-interface.h.
| int v8::debug::LiveEditResult::line_number = -1 |
Definition at line 177 of file debug-interface.h.
| v8::Local<v8::String> v8::debug::LiveEditResult::message |
Definition at line 176 of file debug-interface.h.
| bool v8::debug::LiveEditResult::restart_top_frame_required = false |
Definition at line 174 of file debug-interface.h.
| v8::Local<v8::debug::Script> v8::debug::LiveEditResult::script |
Definition at line 173 of file debug-interface.h.
| bool v8::debug::LiveEditResult::stack_changed = false |
Definition at line 171 of file debug-interface.h.
Definition at line 170 of file debug-interface.h.