![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <v8-inspector.h>
Public Member Functions | |
DeepSerializedValue (std::unique_ptr< StringBuffer > type, v8::MaybeLocal< v8::Value > value={}) | |
Public Attributes | |
std::unique_ptr< StringBuffer > | type |
v8::MaybeLocal< v8::Value > | value |
Definition at line 230 of file v8-inspector.h.
|
inlineexplicit |
Definition at line 231 of file v8-inspector.h.
std::unique_ptr<StringBuffer> v8_inspector::DeepSerializedValue::type |
Definition at line 234 of file v8-inspector.h.
v8::MaybeLocal<v8::Value> v8_inspector::DeepSerializedValue::value |
Definition at line 235 of file v8-inspector.h.