kjsembed
KJSEmbed::BuiltinsFactory Class Reference
#include <builtins.h>
Static Public Member Functions | |
static const Method * | methods () |
Static Public Attributes | |
static const Method | BuiltinMethods [] |
Detailed Description
Definition at line 33 of file builtins.h.
Member Function Documentation
◆ methods()
|
inlinestatic |
Definition at line 37 of file builtins.h.
Member Data Documentation
◆ BuiltinMethods
|
static |
Initial value:
=
{
{"exec", 0, KJS::DontDelete|KJS::ReadOnly, &callExec},
{"dump", 1, KJS::DontDelete|KJS::ReadOnly, &callDump},
{"include", 1, KJS::DontDelete|KJS::ReadOnly, &callInclude},
{"library", 1, KJS::DontDelete|KJS::ReadOnly, &callLibrary},
{"alert", 1, KJS::DontDelete|KJS::ReadOnly, &callAlert},
{"confirm", 1, KJS::DontDelete|KJS::ReadOnly, &callConfirm},
{"isVariantType", 1, KJS::DontDelete|KJS::ReadOnly, &callIsVariantType},
{"isVariant", 1, KJS::DontDelete|KJS::ReadOnly, &callIsVariant},
{"isObject", 1, KJS::DontDelete|KJS::ReadOnly, &callIsObject},
{0, 0, 0, 0 }
}
KJS::JSValue * callIsObject(KJS::ExecState *exec, KJS::JSObject *self, const KJS::List &args)
Definition: builtins.cpp:197
KJS::JSValue * callLibrary(KJS::ExecState *exec, KJS::JSObject *self, const KJS::List &args)
Definition: builtins.cpp:103
KJS::JSValue * callDump(KJS::ExecState *exec, KJS::JSObject *self, const KJS::List &args)
Definition: builtins.cpp:52
KJS::JSValue * callIsVariant(KJS::ExecState *exec, KJS::JSObject *self, const KJS::List &args)
Definition: builtins.cpp:183
KJS::JSValue * callIsVariantType(KJS::ExecState *exec, KJS::JSObject *self, const KJS::List &args)
Definition: builtins.cpp:172
KJS::JSValue * callExec(KJS::ExecState *exec, KJS::JSObject *self, const KJS::List &args)
Definition: builtins.cpp:44
KJS::JSValue * callAlert(KJS::ExecState *exec, KJS::JSObject *self, const KJS::List &args)
Definition: builtins.cpp:147
KJS::JSValue * callConfirm(KJS::ExecState *exec, KJS::JSObject *self, const KJS::List &args)
Definition: builtins.cpp:159
KJS::JSValue * callInclude(KJS::ExecState *exec, KJS::JSObject *self, const KJS::List &args)
Definition: builtins.cpp:63
Definition at line 36 of file builtins.h.
The documentation for this class was generated from the following files:
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.