kjsembed
iosupport.cpp
Go to the documentation of this file.
40 KJS::JSValue * callPrintLn( KJS::ExecState *exec, KJS::JSObject * /*self*/, const KJS::List &args )
46 KJS::JSValue * callDebug( KJS::ExecState *exec, KJS::JSObject * /*self*/, const KJS::List &args )
53 KJS::JSValue * callReadLine( KJS::ExecState *exec, KJS::JSObject * /*self*/, const KJS::List &args )
61 KJS::JSValue * callSystem( KJS::ExecState *exec, KJS::JSObject * /*self*/, const KJS::List &args )
KJS::JSValue * callPrintLn(KJS::ExecState *exec, KJS::JSObject *, const KJS::List &args)
Definition: iosupport.cpp:40
KJS::JSValue * callSystem(KJS::ExecState *exec, KJS::JSObject *, const KJS::List &args)
Definition: iosupport.cpp:61
KJS::JSValue * callPrint(KJS::ExecState *exec, KJS::JSObject *, const KJS::List &args)
Definition: iosupport.cpp:34
KJS::JSValue * callDebug(KJS::ExecState *exec, KJS::JSObject *, const KJS::List &args)
Definition: iosupport.cpp:46
KJS::JSValue * callReadLine(KJS::ExecState *exec, KJS::JSObject *, const KJS::List &args)
Definition: iosupport.cpp:53
Definition: variant_binding.cpp:130
JSObject * throwError(ExecState *e, ErrorType t, const QString &m)
Definition: binding_support.h:241
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:53 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:53 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.