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>
Include dependency graph for iosupport.cpp:

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
KJS::JSValue* callDebug | ( | KJS::ExecState * | exec, | |
KJS::JSObject * | , | |||
const KJS::List & | args | |||
) |
Definition at line 46 of file iosupport.cpp.
KJS::JSValue* callPrint | ( | KJS::ExecState * | exec, | |
KJS::JSObject * | , | |||
const KJS::List & | args | |||
) |
Definition at line 34 of file iosupport.cpp.
KJS::JSValue* callPrintLn | ( | KJS::ExecState * | exec, | |
KJS::JSObject * | , | |||
const KJS::List & | args | |||
) |
Definition at line 40 of file iosupport.cpp.
KJS::JSValue* callReadLine | ( | KJS::ExecState * | exec, | |
KJS::JSObject * | , | |||
const KJS::List & | args | |||
) |
Definition at line 53 of file iosupport.cpp.
KJS::JSValue* callSystem | ( | KJS::ExecState * | exec, | |
KJS::JSObject * | , | |||
const KJS::List & | args | |||
) |
Definition at line 61 of file iosupport.cpp.