![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qv4arrayobject_p.h"
#include "qv4arrayiterator_p.h"
#include "qv4objectproto_p.h"
#include "qv4argumentsobject_p.h"
#include "qv4runtime_p.h"
#include "qv4symbol_p.h"
#include <QtCore/qscopedvaluerollback.h>
Go to the source code of this file.
Functions | |
DEFINE_OBJECT_VTABLE (ArrayCtor) | |
static ScopedObject | createObjectFromCtorOrArray (Scope &scope, ScopedFunctionObject ctor, bool useLen, int len) |
|
static |
Definition at line 130 of file qv4arrayobject.cpp.
DEFINE_OBJECT_VTABLE | ( | ArrayCtor | ) |