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

#include <message.h>

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

Public Types

enum  DiagnosticSeverity { kError = 1 , kWarning = 2 , kInformation = 3 , kHint = 4 }
 

Public Member Functions

 NestedJsonAccessor (JsonObject &object)
 
- Public Member Functions inherited from v8::internal::torque::ls::NestedJsonAccessor
 NestedJsonAccessor (JsonObject &object)
 
const JsonObjectobject () const override
 
JsonObjectobject () override
 
- 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::BaseJsonAccessor
JsonObjectGetObjectProperty (const std::string &property)
 
JsonArrayGetArrayProperty (const std::string &property)
 
JsonObjectAddObjectElementToArrayProperty (const std::string &property)
 

Detailed Description

Definition at line 267 of file message.h.

Member Enumeration Documentation

◆ DiagnosticSeverity

Enumerator
kError 
kWarning 
kInformation 
kHint 

Definition at line 271 of file message.h.

Member Function Documentation

◆ NestedJsonAccessor()

v8::internal::torque::ls::NestedJsonAccessor::NestedJsonAccessor ( JsonObject & object)
inlineexplicit

Definition at line 97 of file message.h.


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