#include <js-generator.h>
Definition at line 23 of file js-generator.h.
◆ ResumeMode
| Enumerator |
|---|
| kNext | |
| kReturn | |
| kThrow | |
| kRethrow | |
Definition at line 26 of file js-generator.h.
◆ code_offset()
| int v8::internal::JSGeneratorObject::code_offset |
( |
| ) |
const |
◆ is_closed()
| bool v8::internal::JSGeneratorObject::is_closed |
( |
| ) |
const |
|
inline |
◆ is_executing()
| bool v8::internal::JSGeneratorObject::is_executing |
( |
| ) |
const |
|
inline |
◆ is_suspended()
| bool v8::internal::JSGeneratorObject::is_suspended |
( |
| ) |
const |
|
inline |
◆ source_position()
| int v8::internal::JSGeneratorObject::source_position |
( |
| ) |
const |
◆ kGeneratorClosed
| const int v8::internal::JSGeneratorObject::kGeneratorClosed = -1 |
|
static |
◆ kGeneratorExecuting
| const int v8::internal::JSGeneratorObject::kGeneratorExecuting = -2 |
|
static |
The documentation for this class was generated from the following files: