webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Protected Attributes | Static Protected Attributes | Friends | List of all members
JSC::ExecutableBase Class Reference

#include <ExecutableBase.h>

Inheritance diagram for JSC::ExecutableBase:
JSC::JSCell JSC::JSCell JSC::HeapCell JSC::HeapCell JSC::HeapCell JSC::HeapCell JSC::NativeExecutable JSC::NativeExecutable JSC::ScriptExecutable JSC::ScriptExecutable JSC::EvalExecutable JSC::EvalExecutable JSC::FunctionExecutable JSC::FunctionExecutable JSC::ModuleProgramExecutable JSC::ModuleProgramExecutable JSC::ProgramExecutable JSC::ProgramExecutable JSC::EvalExecutable JSC::EvalExecutable JSC::FunctionExecutable JSC::FunctionExecutable JSC::ModuleProgramExecutable JSC::ModuleProgramExecutable JSC::ProgramExecutable JSC::ProgramExecutable

Public Types

typedef JSCell Base
 
typedef JSCell Base
 
- Public Types inherited from JSC::JSCell
enum  CreatingEarlyCellTag { CreatingEarlyCell, CreatingEarlyCell }
 
enum  CreatingEarlyCellTag { CreatingEarlyCell, CreatingEarlyCell }
 
- Public Types inherited from JSC::HeapCell
enum  Kind : int8_t { JSCell, Auxiliary, JSCell, Auxiliary }
 
enum  Kind : int8_t { JSCell, Auxiliary, JSCell, Auxiliary }
 

Public Member Functions

CodeBlockHash hashFor (CodeSpecializationKind) const
 
bool isEvalExecutable () const
 
bool isFunctionExecutable () const
 
bool isProgramExecutable () const
 
bool isModuleProgramExecutable ()
 
bool isHostFunction () const
 
void clearCode ()
 
Ref< JITCodegeneratedJITCodeForCall ()
 
Ref< JITCodegeneratedJITCodeForConstruct ()
 
Ref< JITCodegeneratedJITCodeFor (CodeSpecializationKind kind)
 
MacroAssemblerCodePtr entrypointFor (CodeSpecializationKind kind, ArityCheckMode arity)
 
bool hasJITCodeForCall () const
 
bool hasJITCodeForConstruct () const
 
bool hasJITCodeFor (CodeSpecializationKind kind) const
 
Intrinsic intrinsic () const
 
Intrinsic intrinsicFor (CodeSpecializationKind kind) const
 
void dump (PrintStream &) const
 
CodeBlockHash hashFor (CodeSpecializationKind) const
 
bool isEvalExecutable () const
 
bool isFunctionExecutable () const
 
bool isProgramExecutable () const
 
bool isModuleProgramExecutable ()
 
bool isHostFunction () const
 
void clearCode ()
 
Ref< JITCodegeneratedJITCodeForCall ()
 
Ref< JITCodegeneratedJITCodeForConstruct ()
 
Ref< JITCodegeneratedJITCodeFor (CodeSpecializationKind kind)
 
MacroAssemblerCodePtr entrypointFor (CodeSpecializationKind kind, ArityCheckMode arity)
 
bool hasJITCodeForCall () const
 
bool hasJITCodeForConstruct () const
 
bool hasJITCodeFor (CodeSpecializationKind kind) const
 
Intrinsic intrinsic () const
 
Intrinsic intrinsicFor (CodeSpecializationKind kind) const
 
void dump (PrintStream &) const
 
- Public Member Functions inherited from JSC::JSCell
 JSCell (CreatingEarlyCellTag)
 
bool isString () const
 
bool isSymbol () const
 
bool isObject () const
 
bool isAnyWasmCallee (VM &) const
 
bool isGetterSetter () const
 
bool isCustomGetterSetter () const
 
bool isProxy () const
 
bool inherits (VM &, const ClassInfo *) const
 
bool isAPIValueWrapper () const
 
void lock ()
 
bool tryLock ()
 
void unlock ()
 
bool isLocked () const
 
JSType type () const
 
IndexingType indexingTypeAndMisc () const
 
IndexingType indexingType () const
 
StructureID structureID () const
 
Structurestructure () const
 
Structurestructure (VM &) const
 
void setStructure (VM &, Structure *)
 
void setStructureIDDirectly (StructureID id)
 
void clearStructure ()
 
TypeInfo::InlineTypeFlags inlineTypeFlags () const
 
const char * className (VM &) const
 
JS_EXPORT_PRIVATE bool getString (ExecState *, String &) const
 
JS_EXPORT_PRIVATE String getString (ExecState *) const
 
JS_EXPORT_PRIVATE JSObjectgetObject ()
 
const JSObjectgetObject () const
 
JS_EXPORT_PRIVATE JSValue toPrimitive (ExecState *, PreferredPrimitiveType) const
 
bool getPrimitiveNumber (ExecState *, double &number, JSValue &) const
 
bool toBoolean (ExecState *) const
 
TriState pureToBoolean () const
 
JS_EXPORT_PRIVATE double toNumber (ExecState *) const
 
JSObjecttoObject (ExecState *, JSGlobalObject *) const
 
void dump (PrintStream &) const
 
size_t estimatedSizeInBytes () const
 
const ClassInfoclassInfo (VM &) const
 
const MethodTablemethodTable () const
 
const MethodTablemethodTable (VM &) const
 
JSValue fastGetOwnProperty (VM &, Structure &, PropertyName)
 
CellState cellState () const
 
void setCellState (CellState data) const
 
bool atomicCompareExchangeCellStateWeakRelaxed (CellState oldState, CellState newState)
 
CellState atomicCompareExchangeCellStateStrong (CellState oldState, CellState newState)
 
void callDestructor (VM &)
 
 JSCell (CreatingEarlyCellTag)
 
bool isString () const
 
bool isSymbol () const
 
bool isObject () const
 
bool isAnyWasmCallee (VM &) const
 
bool isGetterSetter () const
 
bool isCustomGetterSetter () const
 
bool isProxy () const
 
bool inherits (VM &, const ClassInfo *) const
 
bool isAPIValueWrapper () const
 
void lock ()
 
bool tryLock ()
 
void unlock ()
 
bool isLocked () const
 
JSType type () const
 
IndexingType indexingTypeAndMisc () const
 
IndexingType indexingType () const
 
StructureID structureID () const
 
Structurestructure () const
 
Structurestructure (VM &) const
 
void setStructure (VM &, Structure *)
 
void setStructureIDDirectly (StructureID id)
 
void clearStructure ()
 
TypeInfo::InlineTypeFlags inlineTypeFlags () const
 
const char * className (VM &) const
 
JS_EXPORT_PRIVATE bool getString (ExecState *, String &) const
 
JS_EXPORT_PRIVATE String getString (ExecState *) const
 
JS_EXPORT_PRIVATE JSObjectgetObject ()
 
const JSObjectgetObject () const
 
JS_EXPORT_PRIVATE JSValue toPrimitive (ExecState *, PreferredPrimitiveType) const
 
bool getPrimitiveNumber (ExecState *, double &number, JSValue &) const
 
bool toBoolean (ExecState *) const
 
TriState pureToBoolean () const
 
JS_EXPORT_PRIVATE double toNumber (ExecState *) const
 
JSObjecttoObject (ExecState *, JSGlobalObject *) const
 
void dump (PrintStream &) const
 
size_t estimatedSizeInBytes () const
 
const ClassInfoclassInfo (VM &) const
 
const MethodTablemethodTable () const
 
const MethodTablemethodTable (VM &) const
 
JSValue fastGetOwnProperty (VM &, Structure &, PropertyName)
 
CellState cellState () const
 
void setCellState (CellState data) const
 
bool atomicCompareExchangeCellStateWeakRelaxed (CellState oldState, CellState newState)
 
CellState atomicCompareExchangeCellStateStrong (CellState oldState, CellState newState)
 
void callDestructor (VM &)
 
- Public Member Functions inherited from JSC::HeapCell
 HeapCell ()
 
void zap ()
 
bool isZapped () const
 
bool isLargeAllocation () const
 
CellContainer cellContainer () const
 
MarkedBlockmarkedBlock () const
 
LargeAllocationlargeAllocation () const
 
Heapheap () const
 
VMvm () const
 
size_t cellSize () const
 
AllocatorAttributes allocatorAttributes () const
 
DestructionMode destructionMode () const
 
Kind cellKind () const
 
 HeapCell ()
 
void zap ()
 
bool isZapped () const
 
bool isLargeAllocation () const
 
CellContainer cellContainer () const
 
MarkedBlockmarkedBlock () const
 
LargeAllocationlargeAllocation () const
 
Heapheap () const
 
VMvm () const
 
size_t cellSize () const
 
AllocatorAttributes allocatorAttributes () const
 
DestructionMode destructionMode () const
 
Kind cellKind () const
 

Static Public Member Functions

static void destroy (JSCell *)
 
static StructurecreateStructure (VM &vm, JSGlobalObject *globalObject, JSValue proto)
 
static ptrdiff_t offsetOfJITCodeWithArityCheckFor (CodeSpecializationKind kind)
 
static ptrdiff_t offsetOfNumParametersFor (CodeSpecializationKind kind)
 
static void destroy (JSCell *)
 
static StructurecreateStructure (VM &vm, JSGlobalObject *globalObject, JSValue proto)
 
static ptrdiff_t offsetOfJITCodeWithArityCheckFor (CodeSpecializationKind kind)
 
static ptrdiff_t offsetOfNumParametersFor (CodeSpecializationKind kind)
 
- Static Public Member Functions inherited from JSC::JSCell
template<typename CellType >
static SubspacesubspaceFor (VM &)
 
static JSCellseenMultipleCalleeObjects ()
 
static JS_EXPORT_PRIVATE CallType getCallData (JSCell *, CallData &)
 
static JS_EXPORT_PRIVATE ConstructType getConstructData (JSCell *, ConstructData &)
 
static JS_EXPORT_PRIVATE void dumpToStream (const JSCell *, PrintStream &)
 
static JS_EXPORT_PRIVATE size_t estimatedSize (JSCell *)
 
static void visitChildren (JSCell *, SlotVisitor &)
 
static void visitOutputConstraints (JSCell *, SlotVisitor &)
 
static JS_EXPORT_PRIVATE void heapSnapshot (JSCell *, HeapSnapshotBuilder &)
 
static bool put (JSCell *, ExecState *, PropertyName, JSValue, PutPropertySlot &)
 
static bool putByIndex (JSCell *, ExecState *, unsigned propertyName, JSValue, bool shouldThrow)
 
static bool deleteProperty (JSCell *, ExecState *, PropertyName)
 
static bool deletePropertyByIndex (JSCell *, ExecState *, unsigned propertyName)
 
static JSValue toThis (JSCell *, ExecState *, ECMAMode)
 
static bool canUseFastGetOwnProperty (const Structure &)
 
static ptrdiff_t structureIDOffset ()
 
static ptrdiff_t typeInfoFlagsOffset ()
 
static ptrdiff_t typeInfoTypeOffset ()
 
static ptrdiff_t indexingTypeAndMiscOffset ()
 
static ptrdiff_t cellStateOffset ()
 
template<typename CellType >
static SubspacesubspaceFor (VM &)
 
static JSCellseenMultipleCalleeObjects ()
 
static JS_EXPORT_PRIVATE CallType getCallData (JSCell *, CallData &)
 
static JS_EXPORT_PRIVATE ConstructType getConstructData (JSCell *, ConstructData &)
 
static JS_EXPORT_PRIVATE void dumpToStream (const JSCell *, PrintStream &)
 
static JS_EXPORT_PRIVATE size_t estimatedSize (JSCell *)
 
static void visitChildren (JSCell *, SlotVisitor &)
 
static void visitOutputConstraints (JSCell *, SlotVisitor &)
 
static JS_EXPORT_PRIVATE void heapSnapshot (JSCell *, HeapSnapshotBuilder &)
 
static bool put (JSCell *, ExecState *, PropertyName, JSValue, PutPropertySlot &)
 
static bool putByIndex (JSCell *, ExecState *, unsigned propertyName, JSValue, bool shouldThrow)
 
static bool deleteProperty (JSCell *, ExecState *, PropertyName)
 
static bool deletePropertyByIndex (JSCell *, ExecState *, unsigned propertyName)
 
static JSValue toThis (JSCell *, ExecState *, ECMAMode)
 
static bool canUseFastGetOwnProperty (const Structure &)
 
static ptrdiff_t structureIDOffset ()
 
static ptrdiff_t typeInfoFlagsOffset ()
 
static ptrdiff_t typeInfoTypeOffset ()
 
static ptrdiff_t indexingTypeAndMiscOffset ()
 
static ptrdiff_t cellStateOffset ()
 

Public Attributes

 DECLARE_EXPORT_INFO
 

Static Public Attributes

static const unsigned StructureFlags = Base::StructureFlags
 
static const bool needsDestruction = true
 
- Static Public Attributes inherited from JSC::JSCell
static const unsigned StructureFlags = 0
 
static const bool needsDestruction = false
 
static const TypedArrayType TypedArrayStorageType = NotTypedArray
 

Protected Member Functions

 ExecutableBase (VM &vm, Structure *structure, int numParameters, Intrinsic intrinsic)
 
void finishCreation (VM &vm)
 
 ExecutableBase (VM &vm, Structure *structure, int numParameters, Intrinsic intrinsic)
 
void finishCreation (VM &vm)
 
- Protected Member Functions inherited from JSC::JSCell
 JSCell (VM &, Structure *)
 
void finishCreation (VM &)
 
void finishCreation (VM &, Structure *, CreatingEarlyCellTag)
 
 JSCell (VM &, Structure *)
 
void finishCreation (VM &)
 
void finishCreation (VM &, Structure *, CreatingEarlyCellTag)
 

Protected Attributes

int m_numParametersForCall
 
int m_numParametersForConstruct
 
Intrinsic m_intrinsic
 
RefPtr< JITCodem_jitCodeForCall
 
RefPtr< JITCodem_jitCodeForConstruct
 
MacroAssemblerCodePtr m_jitCodeForCallWithArityCheck
 
MacroAssemblerCodePtr m_jitCodeForConstructWithArityCheck
 

Static Protected Attributes

static const int NUM_PARAMETERS_IS_HOST = 0
 
static const int NUM_PARAMETERS_NOT_COMPILED = -1
 

Friends

class JIT
 

Additional Inherited Members

- Static Protected Member Functions inherited from JSC::JSCell
static JS_EXPORT_PRIVATE void destroy (JSCell *)
 
static JSValue defaultValue (const JSObject *, ExecState *, PreferredPrimitiveType)
 
static NO_RETURN_DUE_TO_CRASH void getOwnPropertyNames (JSObject *, ExecState *, PropertyNameArray &, EnumerationMode)
 
static NO_RETURN_DUE_TO_CRASH void getOwnNonIndexPropertyNames (JSObject *, ExecState *, PropertyNameArray &, EnumerationMode)
 
static NO_RETURN_DUE_TO_CRASH void getPropertyNames (JSObject *, ExecState *, PropertyNameArray &, EnumerationMode)
 
static uint32_t getEnumerableLength (ExecState *, JSObject *)
 
static NO_RETURN_DUE_TO_CRASH void getStructurePropertyNames (JSObject *, ExecState *, PropertyNameArray &, EnumerationMode)
 
static NO_RETURN_DUE_TO_CRASH void getGenericPropertyNames (JSObject *, ExecState *, PropertyNameArray &, EnumerationMode)
 
static NO_RETURN_DUE_TO_CRASH bool preventExtensions (JSObject *, ExecState *)
 
static NO_RETURN_DUE_TO_CRASH bool isExtensible (JSObject *, ExecState *)
 
static NO_RETURN_DUE_TO_CRASH bool setPrototype (JSObject *, ExecState *, JSValue, bool)
 
static NO_RETURN_DUE_TO_CRASH JSValue getPrototype (JSObject *, ExecState *)
 
static String className (const JSObject *)
 
static String toStringName (const JSObject *, ExecState *)
 
static JS_EXPORT_PRIVATE bool customHasInstance (JSObject *, ExecState *, JSValue)
 
static bool defineOwnProperty (JSObject *, ExecState *, PropertyName, const PropertyDescriptor &, bool shouldThrow)
 
static bool getOwnPropertySlot (JSObject *, ExecState *, PropertyName, PropertySlot &)
 
static bool getOwnPropertySlotByIndex (JSObject *, ExecState *, unsigned propertyName, PropertySlot &)
 
static JS_EXPORT_PRIVATE ArrayBufferslowDownAndWasteMemory (JSArrayBufferView *)
 
static JS_EXPORT_PRIVATE RefPtr< ArrayBufferViewgetTypedArrayImpl (JSArrayBufferView *)
 
static JS_EXPORT_PRIVATE void destroy (JSCell *)
 
static JSValue defaultValue (const JSObject *, ExecState *, PreferredPrimitiveType)
 
static NO_RETURN_DUE_TO_CRASH void getOwnPropertyNames (JSObject *, ExecState *, PropertyNameArray &, EnumerationMode)
 
static NO_RETURN_DUE_TO_CRASH void getOwnNonIndexPropertyNames (JSObject *, ExecState *, PropertyNameArray &, EnumerationMode)
 
static NO_RETURN_DUE_TO_CRASH void getPropertyNames (JSObject *, ExecState *, PropertyNameArray &, EnumerationMode)
 
static uint32_t getEnumerableLength (ExecState *, JSObject *)
 
static NO_RETURN_DUE_TO_CRASH void getStructurePropertyNames (JSObject *, ExecState *, PropertyNameArray &, EnumerationMode)
 
static NO_RETURN_DUE_TO_CRASH void getGenericPropertyNames (JSObject *, ExecState *, PropertyNameArray &, EnumerationMode)
 
static NO_RETURN_DUE_TO_CRASH bool preventExtensions (JSObject *, ExecState *)
 
static NO_RETURN_DUE_TO_CRASH bool isExtensible (JSObject *, ExecState *)
 
static NO_RETURN_DUE_TO_CRASH bool setPrototype (JSObject *, ExecState *, JSValue, bool)
 
static NO_RETURN_DUE_TO_CRASH JSValue getPrototype (JSObject *, ExecState *)
 
static String className (const JSObject *)
 
static String toStringName (const JSObject *, ExecState *)
 
static JS_EXPORT_PRIVATE bool customHasInstance (JSObject *, ExecState *, JSValue)
 
static bool defineOwnProperty (JSObject *, ExecState *, PropertyName, const PropertyDescriptor &, bool shouldThrow)
 
static bool getOwnPropertySlot (JSObject *, ExecState *, PropertyName, PropertySlot &)
 
static bool getOwnPropertySlotByIndex (JSObject *, ExecState *, unsigned propertyName, PropertySlot &)
 
static JS_EXPORT_PRIVATE ArrayBufferslowDownAndWasteMemory (JSArrayBufferView *)
 
static JS_EXPORT_PRIVATE RefPtr< ArrayBufferViewgetTypedArrayImpl (JSArrayBufferView *)
 

Member Typedef Documentation

◆ Base [1/2]

◆ Base [2/2]

Constructor & Destructor Documentation

◆ ExecutableBase() [1/2]

JSC::ExecutableBase::ExecutableBase ( VM vm,
Structure structure,
int  numParameters,
Intrinsic  intrinsic 
)
inlineprotected

◆ ExecutableBase() [2/2]

JSC::ExecutableBase::ExecutableBase ( VM vm,
Structure structure,
int  numParameters,
Intrinsic  intrinsic 
)
inlineprotected

Member Function Documentation

◆ clearCode() [1/2]

void JSC::ExecutableBase::clearCode ( )

◆ clearCode() [2/2]

void JSC::ExecutableBase::clearCode ( )

◆ createStructure() [1/2]

static Structure* JSC::ExecutableBase::createStructure ( VM vm,
JSGlobalObject globalObject,
JSValue  proto 
)
inlinestatic

◆ createStructure() [2/2]

static Structure* JSC::ExecutableBase::createStructure ( VM vm,
JSGlobalObject globalObject,
JSValue  proto 
)
inlinestatic

◆ destroy() [1/2]

void JSC::ExecutableBase::destroy ( JSCell cell)
static

◆ destroy() [2/2]

static void JSC::ExecutableBase::destroy ( JSCell )
static

◆ dump() [1/2]

void JSC::ExecutableBase::dump ( PrintStream &  out) const

◆ dump() [2/2]

void JSC::ExecutableBase::dump ( PrintStream &  ) const

◆ entrypointFor() [1/2]

MacroAssemblerCodePtr JSC::ExecutableBase::entrypointFor ( CodeSpecializationKind  kind,
ArityCheckMode  arity 
)
inline

◆ entrypointFor() [2/2]

MacroAssemblerCodePtr JSC::ExecutableBase::entrypointFor ( CodeSpecializationKind  kind,
ArityCheckMode  arity 
)
inline

◆ finishCreation() [1/2]

void JSC::ExecutableBase::finishCreation ( VM vm)
inlineprotected

◆ finishCreation() [2/2]

void JSC::ExecutableBase::finishCreation ( VM vm)
inlineprotected

◆ generatedJITCodeFor() [1/2]

Ref<JITCode> JSC::ExecutableBase::generatedJITCodeFor ( CodeSpecializationKind  kind)
inline

◆ generatedJITCodeFor() [2/2]

Ref<JITCode> JSC::ExecutableBase::generatedJITCodeFor ( CodeSpecializationKind  kind)
inline

◆ generatedJITCodeForCall() [1/2]

Ref<JITCode> JSC::ExecutableBase::generatedJITCodeForCall ( )
inline

◆ generatedJITCodeForCall() [2/2]

Ref<JITCode> JSC::ExecutableBase::generatedJITCodeForCall ( )
inline

◆ generatedJITCodeForConstruct() [1/2]

Ref<JITCode> JSC::ExecutableBase::generatedJITCodeForConstruct ( )
inline

◆ generatedJITCodeForConstruct() [2/2]

Ref<JITCode> JSC::ExecutableBase::generatedJITCodeForConstruct ( )
inline

◆ hashFor() [1/2]

CodeBlockHash JSC::ExecutableBase::hashFor ( CodeSpecializationKind  ) const

◆ hashFor() [2/2]

CodeBlockHash JSC::ExecutableBase::hashFor ( CodeSpecializationKind  kind) const

◆ hasJITCodeFor() [1/2]

bool JSC::ExecutableBase::hasJITCodeFor ( CodeSpecializationKind  kind) const
inline

◆ hasJITCodeFor() [2/2]

bool JSC::ExecutableBase::hasJITCodeFor ( CodeSpecializationKind  kind) const
inline

◆ hasJITCodeForCall() [1/2]

bool JSC::ExecutableBase::hasJITCodeForCall ( ) const
inline

◆ hasJITCodeForCall() [2/2]

bool JSC::ExecutableBase::hasJITCodeForCall ( ) const
inline

◆ hasJITCodeForConstruct() [1/2]

bool JSC::ExecutableBase::hasJITCodeForConstruct ( ) const
inline

◆ hasJITCodeForConstruct() [2/2]

bool JSC::ExecutableBase::hasJITCodeForConstruct ( ) const
inline

◆ intrinsic() [1/2]

Intrinsic JSC::ExecutableBase::intrinsic ( ) const
inline

◆ intrinsic() [2/2]

Intrinsic JSC::ExecutableBase::intrinsic ( ) const
inline

◆ intrinsicFor() [1/2]

Intrinsic JSC::ExecutableBase::intrinsicFor ( CodeSpecializationKind  kind) const
inline

◆ intrinsicFor() [2/2]

Intrinsic JSC::ExecutableBase::intrinsicFor ( CodeSpecializationKind  kind) const
inline

◆ isEvalExecutable() [1/2]

bool JSC::ExecutableBase::isEvalExecutable ( ) const
inline

◆ isEvalExecutable() [2/2]

bool JSC::ExecutableBase::isEvalExecutable ( ) const
inline

◆ isFunctionExecutable() [1/2]

bool JSC::ExecutableBase::isFunctionExecutable ( ) const
inline

◆ isFunctionExecutable() [2/2]

bool JSC::ExecutableBase::isFunctionExecutable ( ) const
inline

◆ isHostFunction() [1/2]

bool JSC::ExecutableBase::isHostFunction ( ) const
inline

◆ isHostFunction() [2/2]

bool JSC::ExecutableBase::isHostFunction ( ) const
inline

◆ isModuleProgramExecutable() [1/2]

bool JSC::ExecutableBase::isModuleProgramExecutable ( )
inline

◆ isModuleProgramExecutable() [2/2]

bool JSC::ExecutableBase::isModuleProgramExecutable ( )
inline

◆ isProgramExecutable() [1/2]

bool JSC::ExecutableBase::isProgramExecutable ( ) const
inline

◆ isProgramExecutable() [2/2]

bool JSC::ExecutableBase::isProgramExecutable ( ) const
inline

◆ offsetOfJITCodeWithArityCheckFor() [1/2]

static ptrdiff_t JSC::ExecutableBase::offsetOfJITCodeWithArityCheckFor ( CodeSpecializationKind  kind)
inlinestatic

◆ offsetOfJITCodeWithArityCheckFor() [2/2]

static ptrdiff_t JSC::ExecutableBase::offsetOfJITCodeWithArityCheckFor ( CodeSpecializationKind  kind)
inlinestatic

◆ offsetOfNumParametersFor() [1/2]

static ptrdiff_t JSC::ExecutableBase::offsetOfNumParametersFor ( CodeSpecializationKind  kind)
inlinestatic

◆ offsetOfNumParametersFor() [2/2]

static ptrdiff_t JSC::ExecutableBase::offsetOfNumParametersFor ( CodeSpecializationKind  kind)
inlinestatic

Friends And Related Function Documentation

◆ JIT

JIT
friend

Member Data Documentation

◆ DECLARE_EXPORT_INFO

JSC::ExecutableBase::DECLARE_EXPORT_INFO

◆ m_intrinsic

Intrinsic JSC::ExecutableBase::m_intrinsic
protected

◆ m_jitCodeForCall

RefPtr< JITCode > JSC::ExecutableBase::m_jitCodeForCall
protected

◆ m_jitCodeForCallWithArityCheck

MacroAssemblerCodePtr JSC::ExecutableBase::m_jitCodeForCallWithArityCheck
protected

◆ m_jitCodeForConstruct

RefPtr< JITCode > JSC::ExecutableBase::m_jitCodeForConstruct
protected

◆ m_jitCodeForConstructWithArityCheck

MacroAssemblerCodePtr JSC::ExecutableBase::m_jitCodeForConstructWithArityCheck
protected

◆ m_numParametersForCall

int JSC::ExecutableBase::m_numParametersForCall
protected

◆ m_numParametersForConstruct

int JSC::ExecutableBase::m_numParametersForConstruct
protected

◆ needsDestruction

static const bool JSC::ExecutableBase::needsDestruction = true
static

◆ NUM_PARAMETERS_IS_HOST

static const int JSC::ExecutableBase::NUM_PARAMETERS_IS_HOST = 0
staticprotected

◆ NUM_PARAMETERS_NOT_COMPILED

static const int JSC::ExecutableBase::NUM_PARAMETERS_NOT_COMPILED = -1
staticprotected

◆ StructureFlags

static const unsigned JSC::ExecutableBase::StructureFlags = Base::StructureFlags
static

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