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

#include <message.h>

Inheritance diagram for v8::internal::torque::ls::Response< T >:
Collaboration diagram for v8::internal::torque::ls::Response< T >:

Public Member Functions

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

Additional Inherited Members

- Protected Member Functions inherited from v8::internal::torque::ls::Message
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)
 

Detailed Description

template<class T>
class v8::internal::torque::ls::Response< T >

Definition at line 342 of file message.h.

Constructor & Destructor Documentation

◆ Response() [1/2]

template<class T >
v8::internal::torque::ls::Response< T >::Response ( JsonValue value)
inlineexplicit

Definition at line 344 of file message.h.

◆ Response() [2/2]

template<class T >
v8::internal::torque::ls::Response< T >::Response ( )
inline

Definition at line 345 of file message.h.


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