(22df353c14800d2e9b6d57a9a0cb9c6baa337999)
#include "qv4typedarray_p.h"
#include "qv4arrayiterator_p.h"
#include "qv4arraybuffer_p.h"
#include "qv4symbol_p.h"
#include "qv4runtime_p.h"
#include <QtCore/qatomic.h>
#include <cmath>
Go to the source code of this file.
◆ DEFINE_OBJECT_VTABLE() [1/5]
◆ DEFINE_OBJECT_VTABLE() [2/5]
◆ DEFINE_OBJECT_VTABLE() [3/5]
◆ DEFINE_OBJECT_VTABLE() [4/5]
◆ DEFINE_OBJECT_VTABLE() [5/5]
◆ Q_STATIC_ASSERT()
Q_STATIC_ASSERT |
( |
(int) ExecutionEngine::NTypedArrayTypes | = =(int) NTypedArrayTypes | ) |
|
◆ toDouble()
double toDouble |
( |
Value | v | ) |
|
|
inlinestatic |
◆ toInt32()
◆ typedArraySpeciesCreate()
◆ validateTypedArray()
bool validateTypedArray |
( |
const Object * | o | ) |
|
|
static |
◆ operations
Initial value:= {
}
static constexpr TypedArrayOperations create(const char *name)
static constexpr TypedArrayOperations createWithAtomics(const char *name)
Definition at line 224 of file qv4typedarray.cpp.