KJS-API
kjsprototype.cpp File Reference
#include "kjsprototype.h"
#include "kjsinterpreter.h"
#include "kjsarguments.h"
#include "kjsprivate.h"
#include "kjs/object.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 141 of file kjsprototype.cpp.
Function Documentation
static JSValue* getPropertyValue | ( | ExecState * | exec, | |
JSObject * | originalObject, | |||
const Identifier & | , | |||
const PropertySlot & | sl | |||
) | [static] |
Definition at line 129 of file kjsprototype.cpp.