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
qv4proxy.cpp File Reference

(1f13344e500e837e296212eaf3525e57e14cd055)

#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)
 
 DEFINE_OBJECT_VTABLE (ProxyConstructorObject)
 
static bool removeAllOccurrences (ArrayObject *target, ReturnedValue val)
 
 DEFINE_OBJECT_VTABLE (Proxy)
 

Function Documentation

◆ DEFINE_OBJECT_VTABLE() [1/4]

DEFINE_OBJECT_VTABLE ( Proxy )

◆ DEFINE_OBJECT_VTABLE() [2/4]

DEFINE_OBJECT_VTABLE ( ProxyConstructorObject )

◆ DEFINE_OBJECT_VTABLE() [3/4]

DEFINE_OBJECT_VTABLE ( ProxyFunctionObject )

◆ DEFINE_OBJECT_VTABLE() [4/4]

DEFINE_OBJECT_VTABLE ( ProxyObject )

◆ removeAllOccurrences()

static bool removeAllOccurrences ( ArrayObject * target,
ReturnedValue val )
static

Definition at line 522 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: