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

#include <heap-refs.h>

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

Public Member Functions

IndirectHandle< RegExpBoilerplateDescriptionobject () const
 
HeapObjectRef data (JSHeapBroker *broker) const
 
StringRef source (JSHeapBroker *broker) const
 
int flags () 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 677 of file heap-refs.h.

Member Function Documentation

◆ data()

HeapObjectRef v8::internal::compiler::RegExpBoilerplateDescriptionRef::data ( JSHeapBroker * broker) const
Here is the caller graph for this function:

◆ flags()

int v8::internal::compiler::RegExpBoilerplateDescriptionRef::flags ( ) const
Here is the caller graph for this function:

◆ object()

IndirectHandle< RegExpBoilerplateDescription > v8::internal::compiler::RegExpBoilerplateDescriptionRef::object ( ) const

◆ source()

StringRef v8::internal::compiler::RegExpBoilerplateDescriptionRef::source ( JSHeapBroker * broker) const
Here is the caller graph for this function:

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