V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::debug::LiveEditResult Struct Reference

Public Types

enum  Status {
  OK, COMPILE_ERROR, BLOCKED_BY_RUNNING_GENERATOR, BLOCKED_BY_FUNCTION_ABOVE_BREAK_FRAME,
  BLOCKED_BY_FUNCTION_BELOW_NON_DROPPABLE_FRAME, BLOCKED_BY_ACTIVE_FUNCTION, BLOCKED_BY_NEW_TARGET_IN_RESTART_FRAME, FRAME_RESTART_IS_NOT_SUPPORTED
}
 

Public Attributes

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

Detailed Description

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


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