kjsembed
builtins.cpp
Go to the documentation of this file.
89 toUString(i18n("Error encountered while processing include '%1' line %2: %3", toQString(filename), line, message)));
112 KJS::Completion c = Engine::runFile( exec->dynamicInterpreter(), toUString(qualifiedFilename) );
129 toUString(i18n("Error encountered while processing include '%1' line %2: %3", toQString(filename), line, message)));
165 int result = QMessageBox::question (0, i18n("Confirm"), message, QMessageBox::Yes, QMessageBox::No);
172 KJS::JSValue *callIsVariantType( KJS::ExecState *exec, KJS::JSObject *self, const KJS::List &args )
KJS::JSValue * callAlert(KJS::ExecState *exec, KJS::JSObject *self, const KJS::List &args)
Definition: builtins.cpp:147
KJS::JSValue * callExec(KJS::ExecState *exec, KJS::JSObject *self, const KJS::List &args)
Definition: builtins.cpp:44
static const Method BuiltinMethods[]
Definition: builtins.h:36
ExitStatus runFile(const KJS::UString &file)
Execute the file with the specified name using the current interpreter.
Definition: kjsembed.cpp:233
KJS::JSValue * callLibrary(KJS::ExecState *exec, KJS::JSObject *self, const KJS::List &args)
Definition: builtins.cpp:103
KJS::JSValue * callIsVariant(KJS::ExecState *exec, KJS::JSObject *self, const KJS::List &args)
Definition: builtins.cpp:183
KJS::JSValue * callConfirm(KJS::ExecState *exec, KJS::JSObject *self, const KJS::List &args)
Definition: builtins.cpp:159
KJS::JSValue * callIsVariantType(KJS::ExecState *exec, KJS::JSObject *self, const KJS::List &args)
Definition: builtins.cpp:172
Definition: variant_binding.cpp:130
KJS::JSValue * callIsObject(KJS::ExecState *exec, KJS::JSObject *self, const KJS::List &args)
Definition: builtins.cpp:197
KJS::JSValue * callDump(KJS::ExecState *exec, KJS::JSObject *self, const KJS::List &args)
Definition: builtins.cpp:52
JSObject * throwError(ExecState *e, ErrorType t, const QString &m)
Definition: binding_support.h:241
KJS::JSValue * callInclude(KJS::ExecState *exec, KJS::JSObject *self, const KJS::List &args)
Definition: builtins.cpp:63
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.