![]() |
Oolite 1.91.0.7665-250419-c535bfe
|
Instance Methods | |
(void) | - setUpDebugConsoleScript |
(void) | - javaScriptEngineWillReset: |
(void) | - disconnectDebuggerWithMessage: |
(NSDictionary *) | - mergedConfiguration |
(NSMutableDictionary *) | - normalizeConfigDictionary: |
(id) | - normalizeConfigValue:forKey: |
(NSArray *) | - loadSourceFile: |
(oneway void) | - jsEngine:context:error:stackSkip:showingLocation:withMessage: [implementation] |
(oneway void) | - jsEngine:context:logMessage:ofClass: [implementation] |
(jsval) | - oo_jsValueInContext: [implementation] |
Definition at line 53 of file OODebugMonitor.m.
- (void) disconnectDebuggerWithMessage: | (NSString *) | message |
Extends class OODebugMonitor.
Definition at line 781 of file OODebugMonitor.m.
- (void) javaScriptEngineWillReset: | (NSNotification *) | notification |
Extends class OODebugMonitor.
Definition at line 772 of file OODebugMonitor.m.
References DESTROY, and OOJSConsoleDestroy().
|
implementation |
Extends class OODebugMonitor.
Definition at line 871 of file OODebugMonitor.m.
References OODebugMonitor::appendJSConsoleLine:colorKey:emphasisRange:, OOJSScript::currentlyRunningScript, nil, OOBooleanFromObject(), OODebugMonitor::showJSConsole, OODebugMonitor::sourceCodeForFile:line:, and OOJSScript::weakRetain.
|
implementation |
Extends class OODebugMonitor.
Definition at line 958 of file OODebugMonitor.m.
References OODebugMonitor::appendJSConsoleLine:colorKey:, OOBooleanFromObject(), and OODebugMonitor::showJSConsole.
- (NSArray *) loadSourceFile: | (NSString *) | filePath |
Extends class OODebugMonitor.
Definition at line 810 of file OODebugMonitor.m.
References nil.
- (NSDictionary *) mergedConfiguration |
Extends class OODebugMonitor.
Definition at line 798 of file OODebugMonitor.m.
References mergedConfiguration, and nil.
Referenced by mergedConfiguration.
- (NSMutableDictionary *) normalizeConfigDictionary: | (NSDictionary *) | dictionary |
Extends class OODebugMonitor.
Definition at line 828 of file OODebugMonitor.m.
References nil, and OODebugMonitor::normalizeConfigValue:forKey:.
- (id) normalizeConfigValue: | (id) | value | |
forKey: | (NSString *) | key |
Extends class OODebugMonitor.
Definition at line 848 of file OODebugMonitor.m.
References OOColor::colorWithDescription:, nil, OOColor::normalizedArray, and OOBooleanFromObject().
|
implementation |
Extends class OODebugMonitor.
Definition at line 971 of file OODebugMonitor.m.
References DebugMonitorToJSConsole(), and OOJSAddGCObjectRoot.
- (void) setUpDebugConsoleScript |
Extends class OODebugMonitor.
Definition at line 739 of file OODebugMonitor.m.
References OOJavaScriptEngine::globalObject, nil, OOJSAcquireContext(), OOJSRelinquishContext(), ResourceManager::pathForFileNamed:inFolder:, OOJSScript::scriptWithPath:properties:, setUpDebugConsoleScript, and OOJavaScriptEngine::sharedEngine.
Referenced by setUpDebugConsoleScript.