KJS-API
#include "kjsprototype.h"
#include "kjsinterpreter.h"
#include "kjsarguments.h"
#include "kjsprivate.h"
#include "kjs/object.h"
#include "kjs/JSVariableObject.h"
#include "kjs/context.h"
#include "kjs/interpreter.h"
#include <QMap>
Go to the source code of this file.
Typedefs | |
typedef QMap< UString, KJSCustomProperty * > | CustomPropertyMap |
Functions | |
static JSValue * | getPropertyValue (ExecState *exec, JSObject *originalObject, const Identifier &, const PropertySlot &sl) |
Typedef Documentation
◆ CustomPropertyMap
typedef QMap<UString, KJSCustomProperty*> CustomPropertyMap |
Definition at line 161 of file kjsprototype.cpp.
Function Documentation
◆ getPropertyValue()
|
static |
Definition at line 146 of file kjsprototype.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.