![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qv4calldata_p.h>
Public Types | |
enum | Offsets { Function = 0 , Context = 1 , Accumulator = 2 , This = 3 , NewTarget = 4 , Argc = 5 , LastOffset = Argc , OffsetCount = LastOffset + 1 } |
Public Member Functions | |
int | argc () const |
void | setArgc (int argc) |
ReturnedValue | argument (int i) const |
template<typename Value> | |
Value * | argValues () |
template<typename Value> | |
const Value * | argValues () const |
template<> | |
Value * | argValues () |
template<> | |
const Value * | argValues () const |
Static Public Member Functions | |
static constexpr int | HeaderSize () |
Public Attributes | |
StaticValue | function |
StaticValue | context |
StaticValue | accumulator |
StaticValue | thisObject |
StaticValue | newTarget |
StaticValue | _argc |
StaticValue | args [1] |
Definition at line 24 of file qv4calldata_p.h.
Enumerator | |
---|---|
Function | |
Context | |
Accumulator | |
This | |
NewTarget | |
Argc | |
LastOffset | |
OffsetCount |
Definition at line 26 of file qv4calldata_p.h.
|
inline |
Definition at line 45 of file qv4calldata_p.h.
|
inline |
Definition at line 55 of file qv4calldata_p.h.
|
inline |
Definition at line 263 of file qv4value_p.h.
|
inline |
Definition at line 269 of file qv4value_p.h.
|
inlinestaticconstexpr |
Definition at line 62 of file qv4calldata_p.h.
|
inline |
Definition at line 50 of file qv4calldata_p.h.
StaticValue QV4::CallData::_argc |
Definition at line 43 of file qv4calldata_p.h.
StaticValue QV4::CallData::accumulator |
Definition at line 40 of file qv4calldata_p.h.
Referenced by testing.tools.encode_pdf_filter._PngIdatPdfStream::AccumulateByte(), testing.tools.encode_pdf_filter._PngIdatPdfStream::ResetAccumulator(), and testing.tools.encode_pdf_filter._PngIdatPdfStream::write().
StaticValue QV4::CallData::args[1] |
Definition at line 60 of file qv4calldata_p.h.
Referenced by 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(), 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().
StaticValue QV4::CallData::context |
Definition at line 39 of file qv4calldata_p.h.
Referenced by testing.tools.safetynet_job.JobRun::_BuildRunMetadata(), testing.tools.safetynet_job.JobRun::_IncrementalRun(), testing.tools.safetynet_job.JobRun::_WriteCheckpoint(), testing.tools.safetynet_job.JobRun::_WriteRawJson(), and testing.tools.safetynet_job.JobRun::Run().
StaticValue QV4::CallData::function |
Definition at line 38 of file qv4calldata_p.h.
StaticValue QV4::CallData::newTarget |
Definition at line 42 of file qv4calldata_p.h.
StaticValue QV4::CallData::thisObject |
Definition at line 41 of file qv4calldata_p.h.