KJS-API
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 <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 95 of file kjsobject.cpp.
static JSValue* constructDateHelper | ( | KJSContext * | ctx, | |
const QDateTime & | dt | |||
) | [static] |
Definition at line 111 of file kjsobject.cpp.