V8 Project
v8::internal::SourceCodeOf Struct Reference

#include <objects.h>

+ Collaboration diagram for v8::internal::SourceCodeOf:

Public Member Functions

 SourceCodeOf (SharedFunctionInfo *v, int max=-1)
 

Public Attributes

const SharedFunctionInfovalue
 
int max_length
 

Detailed Description

Definition at line 7071 of file objects.h.

Constructor & Destructor Documentation

◆ SourceCodeOf()

v8::internal::SourceCodeOf::SourceCodeOf ( SharedFunctionInfo v,
int  max = -1 
)
inlineexplicit

Definition at line 7072 of file objects.h.

7073  : value(v), max_length(max) {}
const SharedFunctionInfo * value
Definition: objects.h:7074

Member Data Documentation

◆ max_length

int v8::internal::SourceCodeOf::max_length

Definition at line 7075 of file objects.h.

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

◆ value

const SharedFunctionInfo* v8::internal::SourceCodeOf::value

Definition at line 7074 of file objects.h.

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


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