![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
Public Types | |
enum | Type : uint8_t { kReturn , kObjectProperty , kArrayElement } |
Public Member Functions | |
JsonContinuation (Isolate *isolate, Type type, size_t index) | |
Type | type () const |
void | set_type (Type type) |
Public Attributes | |
HandleScope | scope |
uint32_t | type_: 2 |
uint32_t | index: 30 |
uint32_t | max_index |
uint32_t | elements |
Definition at line 192 of file json-parser.h.
enum v8::internal::JsonParser::JsonContinuation::Type : uint8_t |
Enumerator | |
---|---|
kReturn | |
kObjectProperty | |
kArrayElement |
Definition at line 193 of file json-parser.h.
|
inline |
Definition at line 194 of file json-parser.h.
|
inline |
|
inline |
uint32_t v8::internal::JsonParser< Char >::JsonContinuation::elements |
Definition at line 209 of file json-parser.h.
uint32_t v8::internal::JsonParser< Char >::JsonContinuation::index |
Definition at line 207 of file json-parser.h.
uint32_t v8::internal::JsonParser< Char >::JsonContinuation::max_index |
Definition at line 208 of file json-parser.h.
HandleScope v8::internal::JsonParser< Char >::JsonContinuation::scope |
Definition at line 204 of file json-parser.h.
uint32_t v8::internal::JsonParser< Char >::JsonContinuation::type_ |
Definition at line 206 of file json-parser.h.