V8 Project
v8::internal::Brief Struct Reference

#include <objects.h>

+ Collaboration diagram for v8::internal::Brief:

Public Member Functions

 Brief (const Object *const v)
 

Public Attributes

const Objectvalue
 

Detailed Description

Definition at line 1236 of file objects.h.

Constructor & Destructor Documentation

◆ Brief()

v8::internal::Brief::Brief ( const Object *const  v)
inlineexplicit

Definition at line 1237 of file objects.h.

1237 : value(v) {}
const Object * value
Definition: objects.h:1238

Member Data Documentation

◆ value

const Object* v8::internal::Brief::value

Definition at line 1238 of file objects.h.

Referenced by v8::internal::operator<<().


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