![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <debug-interface.h>
Public Member Functions | |
v8::MaybeLocal< debug::Script > | Script () |
v8::Local< v8::Function > | Function () |
debug::Location | SuspendedLocation () |
bool | IsSuspended () |
Static Public Member Functions | |
static v8::Local< debug::GeneratorObject > | Cast (v8::Local< v8::Value > value) |
Native wrapper around v8::internal::JSGeneratorObject object.
Definition at line 378 of file debug-interface.h.
|
static |
Definition at line 1179 of file debug-interface.cc.
bool v8::debug::GeneratorObject::IsSuspended | ( | ) |
MaybeLocal< Script > v8::debug::GeneratorObject::Script | ( | ) |
Location v8::debug::GeneratorObject::SuspendedLocation | ( | ) |