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>
Include dependency graph for kjsprototype.cpp:
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
typedef QMap<UString, KJSCustomProperty*> CustomPropertyMap |
Definition at line 161 of file kjsprototype.cpp.
Function Documentation
|
static |
Definition at line 146 of file kjsprototype.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:58 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:58 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.