4#ifndef QV4BOOLEANOBJECT_H
5#define QV4BOOLEANOBJECT_H
20#include <QtCore/qnumeric.h>
29 void init(ExecutionEngine *engine);
44 V4_PROTOTYPE(objectPrototype)
static bool value(const Value *thisObject, bool *exception)
DEFINE_OBJECT_VTABLE(BooleanObject)
DEFINE_OBJECT_VTABLE(BooleanCtor)
static ReturnedValue virtualCall(const FunctionObject *f, const Value *thisObject, const Value *argv, int argc)
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)