5#ifndef V8_OBJECTS_JS_RAW_JSON_H_
6#define V8_OBJECTS_JS_RAW_JSON_H_
16#include "torque-generated/src/objects/js-raw-json-tq.inc"
18class JSRawJson :
public TorqueGeneratedJSRawJson<JSRawJson, JSObject> {
21#define JS_RAW_JSON_FIELDS(V) \
22 V(kRawJsonInitialOffset, kTaggedSize) \
26#undef JS_RAW_JSON_FIELDS
static V8_WARN_UNUSED_RESULT MaybeDirectHandle< JSRawJson > Create(Isolate *isolate, Handle< Object > text)
static const int kRawJsonInitialIndex
bool HasInitialLayout(Isolate *isolate) const
#define JS_RAW_JSON_FIELDS(V)
#define DECL_PRINTER(Name)
#define TQ_OBJECT_CONSTRUCTORS(Type)
#define DEFINE_FIELD_OFFSET_CONSTANTS(StartOffset, LIST_MACRO)
#define V8_WARN_UNUSED_RESULT