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
|
inlinestatic |
Definition at line 37 of file builtins.h.
Member Data Documentation
|
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 }
}
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-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.