![]() |
Qt 6.x
The Qt SDK
|
#include "qv4reflect_p.h"
#include "qv4runtimeapi_p.h"
#include "qv4objectproto_p.h"
#include "qv4propertykey_p.h"
#include "qv4objectiterator_p.h"
Go to the source code of this file.
Classes | |
struct | CallArgs |
Functions | |
DEFINE_OBJECT_VTABLE (Reflect) | |
static CallArgs | createListFromArrayLike (Scope &scope, const Object *o) |
Definition at line 40 of file qv4reflect.cpp.
References QV4::Scope::alloc(), arguments, QV4::Scope::engine, QV4::EngineBase::hasException, QV4::Scope::hasException(), i, o, and QV4::ExecutionEngine::safeForAllocLength().
Referenced by QV4::Reflect::method_apply(), and QV4::Reflect::method_construct().
DEFINE_OBJECT_VTABLE | ( | Reflect | ) |