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

#include <CachedCall.h>

Public Member Functions

 CachedCall (CallFrame *callFrame, JSFunction *function, int argumentCount)
 
JSValue call ()
 
void setThis (JSValue v)
 
void clearArguments ()
 
void appendArgument (JSValue v)
 

Constructor & Destructor Documentation

◆ CachedCall()

JSC::CachedCall::CachedCall ( CallFrame callFrame,
JSFunction function,
int  argumentCount 
)
inline

Member Function Documentation

◆ appendArgument()

void JSC::CachedCall::appendArgument ( JSValue  v)
inline

◆ call()

JSValue JSC::CachedCall::call ( )
inline

◆ clearArguments()

void JSC::CachedCall::clearArguments ( )
inline

◆ setThis()

void JSC::CachedCall::setThis ( JSValue  v)
inline

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