![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <message.h>
Public Types | |
enum | DiagnosticSeverity { kError = 1 , kWarning = 2 , kInformation = 3 , kHint = 4 } |
Public Member Functions | |
NestedJsonAccessor (JsonObject &object) | |
![]() | |
NestedJsonAccessor (JsonObject &object) | |
const JsonObject & | object () const override |
JsonObject & | object () override |
![]() | |
template<class T > | |
T | GetObject (const std::string &property) |
bool | HasProperty (const std::string &property) const |
void | SetNull (const std::string &property) |
bool | IsNull (const std::string &property) const |
Additional Inherited Members | |
![]() | |
JsonObject & | GetObjectProperty (const std::string &property) |
JsonArray & | GetArrayProperty (const std::string &property) |
JsonObject & | AddObjectElementToArrayProperty (const std::string &property) |
|
inlineexplicit |