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

#include <js-raw-json.h>

Inheritance diagram for v8::internal::JSRawJson:
Collaboration diagram for v8::internal::JSRawJson:

Public Member Functions

bool HasInitialLayout (Isolate *isolate) const
 

Static Public Member Functions

static V8_WARN_UNUSED_RESULT MaybeDirectHandle< JSRawJsonCreate (Isolate *isolate, Handle< Object > text)
 

Static Public Attributes

static const int kRawJsonInitialIndex = 0
 

Detailed Description

Definition at line 18 of file js-raw-json.h.

Member Function Documentation

◆ Create()

MaybeDirectHandle< JSRawJson > v8::internal::JSRawJson::Create ( Isolate * isolate,
Handle< Object > text )
static

Definition at line 17 of file js-raw-json.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ HasInitialLayout()

bool v8::internal::JSRawJson::HasInitialLayout ( Isolate * isolate) const
inline

Definition at line 23 of file js-raw-json-inl.h.

Member Data Documentation

◆ kRawJsonInitialIndex

const int v8::internal::JSRawJson::kRawJsonInitialIndex = 0
static

Definition at line 29 of file js-raw-json.h.


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