Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qv4booleanobject.cpp File Reference

(8b6a9403bf2e04d34b9b07d2780186029fab99d0)

+ 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: