Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qv4booleanobject.cpp File Reference
+ Include dependency graph for qv4booleanobject.cpp:

Go to the source code of this file.

Functions

 DEFINE_OBJECT_VTABLE (BooleanCtor)
 
 DEFINE_OBJECT_VTABLE (BooleanObject)
 
static bool value (const Value *thisObject, bool *exception)
 

Function Documentation

◆ DEFINE_OBJECT_VTABLE() [1/2]

DEFINE_OBJECT_VTABLE ( BooleanCtor  )

◆ DEFINE_OBJECT_VTABLE() [2/2]

DEFINE_OBJECT_VTABLE ( BooleanObject  )

◆ value()

static bool value ( const Value thisObject,
bool *  exception 
)
static

Definition at line 47 of file qv4booleanobject.cpp.

References QV4::Value::as(), QV4::StaticValue::booleanValue(), QV4::StaticValue::isBoolean(), and QV4::BooleanObject::value().

+ Here is the call graph for this function: