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

(8b6a9403bf2e04d34b9b07d2780186029fab99d0)

#include <QString>
#include <qv4context_p.h>
#include <qv4object_p.h>
#include <qv4objectproto_p.h>
#include <private/qv4mm_p.h>
#include <qv4argumentsobject_p.h>
#include "qv4function_p.h"
#include "qv4stackframe_p.h"
#include "qv4symbol_p.h"
+ Include dependency graph for qv4context.cpp:

Go to the source code of this file.

Functions

 DEFINE_MANAGED_VTABLE (ExecutionContext)
 
 DEFINE_MANAGED_VTABLE (CallContext)
 
static bool unscopable (ExecutionEngine *engine, Heap::Object *withObject, PropertyKey id)
 

Function Documentation

◆ DEFINE_MANAGED_VTABLE() [1/2]

DEFINE_MANAGED_VTABLE ( CallContext )

◆ DEFINE_MANAGED_VTABLE() [2/2]

DEFINE_MANAGED_VTABLE ( ExecutionContext )

◆ unscopable()

static bool unscopable ( ExecutionEngine * engine,
Heap::Object * withObject,
PropertyKey id )
static

Definition at line 164 of file qv4context.cpp.

References engine, QV4::Scope::engine, o, QV4::ExecutionEngine::symbol_unscopables(), and QV4::Value::toBoolean().

Referenced by QV4::ExecutionContext::deleteProperty(), QV4::ExecutionContext::getProperty(), QV4::ExecutionContext::getPropertyAndBase(), and QV4::ExecutionContext::setProperty().

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