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

#include <heap-refs.h>

Collaboration diagram for v8::internal::compiler::OptionalRef< TRef >::ArrowOperatorHelper:

Public Member Functions

TRef * operator-> ()
 

Private Member Functions

 ArrowOperatorHelper (TRef object)
 

Private Attributes

TRef object_
 

Friends

class OptionalRef< TRef >
 

Detailed Description

template<typename TRef>
class v8::internal::compiler::OptionalRef< TRef >::ArrowOperatorHelper

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

Constructor & Destructor Documentation

◆ ArrowOperatorHelper()

template<typename TRef >
v8::internal::compiler::OptionalRef< TRef >::ArrowOperatorHelper::ArrowOperatorHelper ( TRef object)
inlineexplicitprivate

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

Member Function Documentation

◆ operator->()

template<typename TRef >
TRef * v8::internal::compiler::OptionalRef< TRef >::ArrowOperatorHelper::operator-> ( )
inline

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

Friends And Related Symbol Documentation

◆ OptionalRef< TRef >

template<typename TRef >
friend class OptionalRef< TRef >
friend

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

Member Data Documentation

◆ object_

template<typename TRef >
TRef v8::internal::compiler::OptionalRef< TRef >::ArrowOperatorHelper::object_
private

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


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