webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
JSC::LazyProperty< OwnerType, ElementType >::Initializer Struct Reference

#include <LazyProperty.h>

Public Member Functions

 Initializer (OwnerType *owner, LazyProperty &property)
 
void set (ElementType *value) const
 
 Initializer (OwnerType *owner, LazyProperty &property)
 
void set (ElementType *value) const
 

Public Attributes

VMvm
 
OwnerType * owner
 
LazyPropertyproperty
 

Constructor & Destructor Documentation

◆ Initializer() [1/2]

template<typename OwnerType, typename ElementType>
JSC::LazyProperty< OwnerType, ElementType >::Initializer::Initializer ( OwnerType *  owner,
LazyProperty property 
)
inline

◆ Initializer() [2/2]

template<typename OwnerType, typename ElementType>
JSC::LazyProperty< OwnerType, ElementType >::Initializer::Initializer ( OwnerType *  owner,
LazyProperty property 
)
inline

Member Function Documentation

◆ set() [1/2]

template<typename OwnerType , typename ElementType>
void JSC::LazyProperty< OwnerType, ElementType >::Initializer::set ( ElementType *  value) const

◆ set() [2/2]

template<typename OwnerType, typename ElementType>
void JSC::LazyProperty< OwnerType, ElementType >::Initializer::set ( ElementType *  value) const

Member Data Documentation

◆ owner

template<typename OwnerType, typename ElementType>
OwnerType * JSC::LazyProperty< OwnerType, ElementType >::Initializer::owner

◆ property

template<typename OwnerType, typename ElementType>
LazyProperty & JSC::LazyProperty< OwnerType, ElementType >::Initializer::property

◆ vm

template<typename OwnerType, typename ElementType>
VM & JSC::LazyProperty< OwnerType, ElementType >::Initializer::vm

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