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

#include <js-context-specialization.h>

Collaboration diagram for v8::internal::compiler::OuterContext:

Public Member Functions

 OuterContext ()=default
 
 OuterContext (IndirectHandle< Context > context_, size_t distance_)
 

Public Attributes

IndirectHandle< Contextcontext
 
size_t distance = 0
 

Detailed Description

Definition at line 20 of file js-context-specialization.h.

Constructor & Destructor Documentation

◆ OuterContext() [1/2]

v8::internal::compiler::OuterContext::OuterContext ( )
default

◆ OuterContext() [2/2]

v8::internal::compiler::OuterContext::OuterContext ( IndirectHandle< Context > context_,
size_t distance_ )
inline

Definition at line 22 of file js-context-specialization.h.

Member Data Documentation

◆ context

IndirectHandle<Context> v8::internal::compiler::OuterContext::context

Definition at line 25 of file js-context-specialization.h.

◆ distance

size_t v8::internal::compiler::OuterContext::distance = 0

Definition at line 26 of file js-context-specialization.h.


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