![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qv4jscall_p.h>
Public Member Functions | |
JSCallArguments (const Scope &scope, int argc=0) | |
CallData * | callData (const Scope &scope, const FunctionObject *f=nullptr) const |
Public Attributes | |
Value * | thisObject |
Value * | args |
const int | argc |
Definition at line 57 of file qv4jscall_p.h.
|
inline |
Definition at line 59 of file qv4jscall_p.h.
References argc, args, and thisObject.
Referenced by QV4::convertAndCall().
|
inline |
Definition at line 64 of file qv4jscall_p.h.
const int QV4::JSCallArguments::argc |
Definition at line 71 of file qv4jscall_p.h.
Referenced by JSCallArguments(), and QV4::coerceAndCall().
Value* QV4::JSCallArguments::args |
Definition at line 70 of file qv4jscall_p.h.
Referenced by JSCallArguments(), testing.tools.safetynet_measure.PerformanceRun::_BuildTestHarnessCommand(), testing.tools.safetynet_compare.CompareRun::_CleanUp(), testing.tools.safetynet_compare.CompareRun::_CreateTempRepo(), testing.tools.safetynet_compare.CompareRun::_DrawConclusions(), testing.tools.safetynet_compare.CompareRun::_GetProfileFilePath(), testing.tools.safetynet_job.JobRun::_IncrementalRun(), testing.tools.safetynet_compare.CompareRun::_InitPaths(), testing.tools.safetynet_compare.CompareRun::_MeasureCurrentBranch(), testing.tools.safetynet_compare.CompareRun::_MoveImages(), testing.tools.safetynet_compare.CompareRun::_PrintConclusions(), testing.tools.safetynet_compare.CompareRun::_ProfileLocalChangesAndCurrentBranchInThisRepo(), testing.tools.safetynet_compare.CompareRun::_RunAsync(), testing.tools.safetynet_measure.PerformanceRun::_RunCallgrind(), testing.tools.safetynet_job.JobRun::_WriteCheckpoint(), QV4::coerceAndCall(), QV4::convertAndCall(), testing.tools.safetynet_compare.CompareRun::Run(), testing.tools.safetynet_job.JobRun::Run(), testing.tools.safetynet_measure.PerformanceRun::Run(), and testing.tools.safetynet_compare.CompareRun::RunSingleTestCase().
Value* QV4::JSCallArguments::thisObject |
Definition at line 69 of file qv4jscall_p.h.
Referenced by JSCallArguments().