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
| static const Method* KJSEmbed::BuiltinsFactory::methods | ( | ) | [inline, static] |
Definition at line 37 of file builtins.h.
Member Data Documentation
const Method BuiltinsFactory::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 }
}
Definition at line 36 of file builtins.h.
The documentation for this class was generated from the following files:
KDE 4.3 API Reference