kjsobject.cpp File Reference
#include "kjsobject.h"#include "kjsprivate.h"#include "kjscontext.h"#include "kjs/value.h"#include "kjs/object.h"#include "kjs/protect.h"#include "kjs/ExecState.h"#include "kjs/JSVariableObject.h"#include <kdebug.h>#include <QDateTime>
Include dependency graph for kjsobject.cpp:

Go to the source code of this file.
Functions | |
| static JSValue * | constructArrayHelper (ExecState *exec, int len) |
| static JSValue * | constructDateHelper (KJSContext *ctx, const QDateTime &dt) |
Function Documentation
| static JSValue* constructArrayHelper | ( | ExecState * | exec, |
| int | len | ||
| ) | [static] |
Definition at line 96 of file kjsobject.cpp.
| static JSValue* constructDateHelper | ( | KJSContext * | ctx, |
| const QDateTime & | dt | ||
| ) | [static] |
Definition at line 112 of file kjsobject.cpp.
KDE 4.6 API Reference