KJS-API
kjsprototype.cpp File Reference
#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
| typedef QMap<UString, KJSCustomProperty*> CustomPropertyMap |
Definition at line 160 of file kjsprototype.cpp.
Function Documentation
| static JSValue* getPropertyValue | ( | ExecState * | exec, | |
| JSObject * | originalObject, | |||
| const Identifier & | , | |||
| const PropertySlot & | sl | |||
| ) | [static] |
Definition at line 145 of file kjsprototype.cpp.
KDE 4.3 API Reference