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

#include <heap-refs.h>

Inheritance diagram for v8::internal::compiler::ContextRef:
Collaboration diagram for v8::internal::compiler::ContextRef:

Public Member Functions

IndirectHandle< Contextobject () const
 
ContextRef previous (JSHeapBroker *broker, size_t *depth) const
 
OptionalObjectRef get (JSHeapBroker *broker, int index) const
 
ScopeInfoRef scope_info (JSHeapBroker *broker) const
 
OptionalObjectRef TryGetSideData (JSHeapBroker *broker, int index) const
 
- Public Member Functions inherited from v8::internal::compiler::HeapObjectRef
IndirectHandle< HeapObjectobject () const
 
V8_EXPORT_PRIVATE MapRef map (JSHeapBroker *broker) const
 
OptionalMapRef map_direct_read (JSHeapBroker *broker) const
 
HeapObjectType GetHeapObjectType (JSHeapBroker *broker) const
 

Detailed Description

Definition at line 703 of file heap-refs.h.

Member Function Documentation

◆ get()

OptionalObjectRef v8::internal::compiler::ContextRef::get ( JSHeapBroker * broker,
int index ) const

Definition at line 1001 of file heap-refs.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ object()

IndirectHandle< Context > v8::internal::compiler::ContextRef::object ( ) const
Here is the caller graph for this function:

◆ previous()

ContextRef v8::internal::compiler::ContextRef::previous ( JSHeapBroker * broker,
size_t * depth ) const

Definition at line 986 of file heap-refs.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ scope_info()

ScopeInfoRef v8::internal::compiler::ContextRef::scope_info ( JSHeapBroker * broker) const

Definition at line 1910 of file heap-refs.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ TryGetSideData()

OptionalObjectRef v8::internal::compiler::ContextRef::TryGetSideData ( JSHeapBroker * broker,
int index ) const

Definition at line 1008 of file heap-refs.cc.

Here is the call graph for this function:

The documentation for this class was generated from the following files: