COOPY » Guide
version 0.6.5
|
Go to the source code of this file.
Namespaces | |
namespace | coopy |
All COOPY toolbox classes. | |
namespace | coopy::js |
Functions | |
void | reportError (JSContext *cx, const char *message, JSErrorReport *report) |
Variables | |
static JSClass | global_class |
static int | js_instance_count = 0 |
static JsWrapGlobal * | js_global = NULL |
void reportError | ( | JSContext * | cx, |
const char * | message, | ||
JSErrorReport * | report | ||
) |
Definition at line 15 of file JsWrap.cpp.
JSClass global_class [static] |
{
"global", JSCLASS_GLOBAL_FLAGS,
JS_PropertyStub, JS_PropertyStub, JS_PropertyStub, JS_StrictPropertyStub,
JS_EnumerateStub, JS_ResolveStub, JS_ConvertStub, JS_FinalizeStub,
JSCLASS_NO_OPTIONAL_MEMBERS
}
Definition at line 8 of file JsWrap.cpp.
JsWrapGlobal* js_global = NULL [static] |
Definition at line 168 of file JsWrap.cpp.
Referenced by coopy::js::JsWrap::apply(), coopy::js::JsWrap::context(), coopy::js::JsWrap::getId(), coopy::js::JsWrap::global(), coopy::js::JsWrap::isCurrentId(), coopy::js::JsWrap::JsWrap(), coopy::js::JsWrap::send(), coopy::js::JsWrap::setCurrentId(), and coopy::js::JsWrap::~JsWrap().
int js_instance_count = 0 [static] |
Definition at line 167 of file JsWrap.cpp.
Referenced by coopy::js::JsWrap::JsWrap(), and coopy::js::JsWrap::~JsWrap().