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 "kjs/JSVariableObject.h"#include <kdebug.h>#include <QDateTime>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
◆ constructArrayHelper()
|
static |
Definition at line 96 of file kjsobject.cpp.
◆ constructDateHelper()
|
static |
Definition at line 112 of file kjsobject.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.