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

#include <heap-refs.h>

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

Public Member Functions

IndirectHandle< SourceTextModuleobject () const
 
OptionalCellRef GetCell (JSHeapBroker *broker, int cell_index) const
 
OptionalObjectRef import_meta (JSHeapBroker *broker) 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 1208 of file heap-refs.h.

Member Function Documentation

◆ GetCell()

OptionalCellRef v8::internal::compiler::SourceTextModuleRef::GetCell ( JSHeapBroker * broker,
int cell_index ) const

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

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

◆ import_meta()

OptionalObjectRef v8::internal::compiler::SourceTextModuleRef::import_meta ( JSHeapBroker * broker) const

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

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

◆ object()

IndirectHandle< SourceTextModule > v8::internal::compiler::SourceTextModuleRef::object ( ) const

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