webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
JSC::SourceCodeValue Struct Reference

#include <CodeCache.h>

Public Member Functions

 SourceCodeValue ()
 
 SourceCodeValue (VM &vm, JSCell *cell, int64_t age)
 
 SourceCodeValue ()
 
 SourceCodeValue (VM &vm, JSCell *cell, int64_t age)
 

Public Attributes

Strong< JSCellcell
 
int64_t age
 

Constructor & Destructor Documentation

◆ SourceCodeValue() [1/4]

JSC::SourceCodeValue::SourceCodeValue ( )
inline

◆ SourceCodeValue() [2/4]

JSC::SourceCodeValue::SourceCodeValue ( VM vm,
JSCell cell,
int64_t  age 
)
inline

◆ SourceCodeValue() [3/4]

JSC::SourceCodeValue::SourceCodeValue ( )
inline

◆ SourceCodeValue() [4/4]

JSC::SourceCodeValue::SourceCodeValue ( VM vm,
JSCell cell,
int64_t  age 
)
inline

Member Data Documentation

◆ age

int64_t JSC::SourceCodeValue::age

◆ cell

Strong< JSCell > JSC::SourceCodeValue::cell

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