kjsembed
iosupport.cpp File Reference
#include "iosupport.h"
#include "static_binding.h"
#include "kjseglobal.h"
#include <kjs/object.h>
#include <QtCore/QDebug>
#include <QtCore/QStringList>
#include <QtCore/QProcess>
Go to the source code of this file.
Functions | |
KJS::JSValue * | callDebug (KJS::ExecState *exec, KJS::JSObject *, const KJS::List &args) |
KJS::JSValue * | callPrint (KJS::ExecState *exec, KJS::JSObject *, const KJS::List &args) |
KJS::JSValue * | callPrintLn (KJS::ExecState *exec, KJS::JSObject *, const KJS::List &args) |
KJS::JSValue * | callReadLine (KJS::ExecState *exec, KJS::JSObject *, const KJS::List &args) |
KJS::JSValue * | callSystem (KJS::ExecState *exec, KJS::JSObject *, const KJS::List &args) |
Function Documentation
◆ callDebug()
KJS::JSValue * callDebug | ( | KJS::ExecState * | exec, |
KJS::JSObject * | , | ||
const KJS::List & | args | ||
) |
Definition at line 46 of file iosupport.cpp.
◆ callPrint()
KJS::JSValue * callPrint | ( | KJS::ExecState * | exec, |
KJS::JSObject * | , | ||
const KJS::List & | args | ||
) |
Definition at line 34 of file iosupport.cpp.
◆ callPrintLn()
KJS::JSValue * callPrintLn | ( | KJS::ExecState * | exec, |
KJS::JSObject * | , | ||
const KJS::List & | args | ||
) |
Definition at line 40 of file iosupport.cpp.
◆ callReadLine()
KJS::JSValue * callReadLine | ( | KJS::ExecState * | exec, |
KJS::JSObject * | , | ||
const KJS::List & | args | ||
) |
Definition at line 53 of file iosupport.cpp.
◆ callSystem()
KJS::JSValue * callSystem | ( | KJS::ExecState * | exec, |
KJS::JSObject * | , | ||
const KJS::List & | args | ||
) |
Definition at line 61 of file iosupport.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.