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

#include <shared-function-info.h>

Collaboration diagram for v8::internal::SourceCodeOf:

Public Member Functions

 SourceCodeOf (Tagged< SharedFunctionInfo > v, int max=-1)
 

Public Attributes

const Tagged< SharedFunctionInfovalue
 
int max_length
 

Detailed Description

Definition at line 864 of file shared-function-info.h.

Constructor & Destructor Documentation

◆ SourceCodeOf()

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

Definition at line 865 of file shared-function-info.h.

Member Data Documentation

◆ max_length

int v8::internal::SourceCodeOf::max_length

Definition at line 868 of file shared-function-info.h.

◆ value

const Tagged<SharedFunctionInfo> v8::internal::SourceCodeOf::value

Definition at line 867 of file shared-function-info.h.


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