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) |
Variables | |
| template<> | |
| const ClassInfo | CustomObject< JSGlobalObject >::info = { "CustomGlobalObject", 0, 0, 0 } |
| template<> | |
| const ClassInfo | CustomObject< JSObject >::info = { "CustomObject", 0, 0, 0 } |
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.
Variable Documentation
◆ CustomObject< JSGlobalObject >::info
template<>
| const ClassInfo CustomObject< JSGlobalObject >::info = { "CustomGlobalObject", 0, 0, 0 } |
Definition at line 84 of file kjsprototype.cpp.
◆ CustomObject< JSObject >::info
template<>
| const ClassInfo CustomObject< JSObject >::info = { "CustomObject", 0, 0, 0 } |
Definition at line 81 of file kjsprototype.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.16.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.16.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.