|
Oolite 1.91.0.7712-251017-85ce217
|
import <Foundation/Foundation.h>#include <jsapi.h>Go to the source code of this file.
Functions | |
| JSObject * | DebugMonitorToJSConsole (JSContext *context, OODebugMonitor *monitor) |
| void | OOJSConsoleDestroy (void) |
| JSObject * DebugMonitorToJSConsole | ( | JSContext * | context, |
| OODebugMonitor * | monitor ) |
Definition at line 255 of file OOJSConsole.m.
References InitOOJSConsole(), nil, OOJS_PROFILE_ENTER, OOJS_PROFILE_EXIT, sConsoleClass, sConsolePrototype, sConsoleSettingsClass, sConsoleSettingsPrototype, and OOJavaScriptEngine::sharedEngine.
Referenced by OODebugMonitor(Private)::oo_jsValueInContext:.
| void OOJSConsoleDestroy | ( | void | ) |
Definition at line 249 of file OOJSConsole.m.
References sConsolePrototype.
Referenced by OODebugMonitor(Private)::javaScriptEngineWillReset:.