Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qv4proxy.cpp File Reference
#include "qv4proxy_p.h"
#include "qv4symbol_p.h"
#include "qv4jscall_p.h"
#include "qv4objectproto_p.h"
#include "qv4persistent_p.h"
#include "qv4objectiterator_p.h"
+ Include dependency graph for qv4proxy.cpp:

Go to the source code of this file.

Classes

struct  ProxyObjectOwnPropertyKeyIterator
 

Functions

 DEFINE_OBJECT_VTABLE (ProxyObject)
 
 DEFINE_OBJECT_VTABLE (ProxyFunctionObject)
 
static bool removeAllOccurrences (ArrayObject *target, ReturnedValue val)
 
 DEFINE_OBJECT_VTABLE (Proxy)
 

Function Documentation

◆ DEFINE_OBJECT_VTABLE() [1/3]

DEFINE_OBJECT_VTABLE ( Proxy  )

◆ DEFINE_OBJECT_VTABLE() [2/3]

DEFINE_OBJECT_VTABLE ( ProxyFunctionObject  )

◆ DEFINE_OBJECT_VTABLE() [3/3]

DEFINE_OBJECT_VTABLE ( ProxyObject  )

◆ removeAllOccurrences()

static bool removeAllOccurrences ( ArrayObject target,
ReturnedValue  val 
)
static

Definition at line 524 of file qv4proxy.cpp.

References i, and QV4::Value::undefinedValue().

Referenced by QV4::ProxyObject::virtualOwnPropertyKeys().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: