![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qv4arraybuffer_p.h"
#include "qv4typedarray_p.h"
#include "qv4atomics_p.h"
#include "qv4symbol_p.h"
Go to the source code of this file.
Functions | |
DEFINE_OBJECT_VTABLE (Atomics) | |
static SharedArrayBuffer * | validateSharedIntegerTypedArray (Scope &scope, const Value &typedArray, bool onlyInt32=false) |
static int | validateAtomicAccess (Scope &scope, const TypedArray &typedArray, const Value &index) |
ReturnedValue | atomicReadModifyWrite (const FunctionObject *f, const Value *argv, int argc, AtomicModifyOps modify) |
ReturnedValue atomicReadModifyWrite | ( | const FunctionObject * | f, |
const Value * | argv, | ||
int | argc, | ||
AtomicModifyOps | modify ) |
Definition at line 72 of file qv4atomics.cpp.
DEFINE_OBJECT_VTABLE | ( | Atomics | ) |
|
static |
Definition at line 59 of file qv4atomics.cpp.
|
static |
Definition at line 36 of file qv4atomics.cpp.