26 obj->setProtoFromNewTarget(newTarget);
27 return obj->asReturnedValue();
43 defineDefaultProperty(
engine->id_toString(), method_toString);
44 defineDefaultProperty(
engine->id_valueOf(), method_valueOf);
47static bool value(
const Value *thisObject,
bool *exception)
\qmltype Particle \inqmlmodule QtQuick.Particles
EGLOutputLayerEXT EGLint EGLAttrib value
[5]
GLboolean GLboolean GLboolean b
#define QStringLiteral(str)
#define DEFINE_OBJECT_VTABLE(classname)
static ReturnedValue method_toString(const FunctionObject *, const Value *thisObject, const Value *argv, int argc)
static ReturnedValue method_valueOf(const FunctionObject *, const Value *thisObject, const Value *argv, int argc)
void init(ExecutionEngine *engine, Object *ctor)
String * id_false() const
ReturnedValue throwTypeError()
Heap::ExecutionContext * scope() const
void init(QV4::ExecutionContext *scope)
ExecutionEngine * engine() const
void defineReadonlyConfigurableProperty(const QString &name, const Value &value)
void defineReadonlyProperty(const QString &name, const Value &value)
bool booleanValue() const
static constexpr VTable::CallAsConstructor virtualCallAsConstructor
static constexpr VTable::Call virtualCall
static constexpr Value fromInt32(int i)