Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qv4reflect.cpp File Reference

(22df353c14800d2e9b6d57a9a0cb9c6baa337999)

#include "qv4reflect_p.h"
#include "qv4runtimeapi_p.h"
#include "qv4objectproto_p.h"
#include "qv4propertykey_p.h"
#include "qv4objectiterator_p.h"
Include dependency graph for qv4reflect.cpp:

Go to the source code of this file.

Classes

struct  CallArgs

Functions

 DEFINE_OBJECT_VTABLE (Reflect)
static CallArgs createListFromArrayLike (Scope &scope, const Object *o)

Function Documentation

◆ createListFromArrayLike()

CallArgs createListFromArrayLike ( Scope & scope,
const Object * o )
static

Definition at line 41 of file qv4reflect.cpp.

◆ DEFINE_OBJECT_VTABLE()

DEFINE_OBJECT_VTABLE ( Reflect )