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

#include <message.h>

Inheritance diagram for v8::internal::torque::ls::Message:
Collaboration diagram for v8::internal::torque::ls::Message:

Public Member Functions

 Message ()
 
 Message (JsonValue value)
 
JsonValueGetJsonValue ()
 
- Public Member Functions inherited from v8::internal::torque::ls::BaseJsonAccessor
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
 

Protected Member Functions

const JsonObjectobject () const override
 
JsonObjectobject () override
 
- Protected Member Functions inherited from v8::internal::torque::ls::BaseJsonAccessor
JsonObjectGetObjectProperty (const std::string &property)
 
JsonArrayGetArrayProperty (const std::string &property)
 
JsonObjectAddObjectElementToArrayProperty (const std::string &property)
 

Private Attributes

JsonValue value_
 

Detailed Description

Definition at line 70 of file message.h.

Constructor & Destructor Documentation

◆ Message() [1/2]

v8::internal::torque::ls::Message::Message ( )
inline

Definition at line 72 of file message.h.

Here is the call graph for this function:

◆ Message() [2/2]

v8::internal::torque::ls::Message::Message ( JsonValue value)
inlineexplicit

Definition at line 76 of file message.h.

Member Function Documentation

◆ GetJsonValue()

JsonValue & v8::internal::torque::ls::Message::GetJsonValue ( )
inline

Definition at line 80 of file message.h.

Here is the caller graph for this function:

◆ object() [1/2]

const JsonObject & v8::internal::torque::ls::Message::object ( ) const
inlineoverrideprotectedvirtual

Implements v8::internal::torque::ls::BaseJsonAccessor.

Definition at line 85 of file message.h.

Here is the call graph for this function:

◆ object() [2/2]

JsonObject & v8::internal::torque::ls::Message::object ( )
inlineoverrideprotectedvirtual

Implements v8::internal::torque::ls::BaseJsonAccessor.

Definition at line 86 of file message.h.

Here is the call graph for this function:

Member Data Documentation

◆ value_

JsonValue v8::internal::torque::ls::Message::value_
private

Definition at line 89 of file message.h.


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