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

#include <debug-interface.h>

Collaboration diagram for v8::debug::GeneratorObject:

Public Member Functions

v8::MaybeLocal< debug::ScriptScript ()
 
v8::Local< v8::FunctionFunction ()
 
debug::Location SuspendedLocation ()
 
bool IsSuspended ()
 

Static Public Member Functions

static v8::Local< debug::GeneratorObjectCast (v8::Local< v8::Value > value)
 

Detailed Description

Native wrapper around v8::internal::JSGeneratorObject object.

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

Member Function Documentation

◆ Cast()

v8::Local< GeneratorObject > v8::debug::GeneratorObject::Cast ( v8::Local< v8::Value > value)
static

Definition at line 1179 of file debug-interface.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Function()

Local< Function > v8::debug::GeneratorObject::Function ( )

Definition at line 1156 of file debug-interface.cc.

Here is the call graph for this function:

◆ IsSuspended()

bool v8::debug::GeneratorObject::IsSuspended ( )

Definition at line 1175 of file debug-interface.cc.

Here is the call graph for this function:

◆ Script()

MaybeLocal< Script > v8::debug::GeneratorObject::Script ( )

Definition at line 1147 of file debug-interface.cc.

Here is the call graph for this function:

◆ SuspendedLocation()

Location v8::debug::GeneratorObject::SuspendedLocation ( )

Definition at line 1161 of file debug-interface.cc.

Here is the call graph for this function:

The documentation for this class was generated from the following files: