michael@0: ; -*- Mode: Fundamental; tab-width: 4; indent-tabs-mode: nil -*- michael@0: ; michael@0: ; This Source Code Form is subject to the terms of the Mozilla Public michael@0: ; License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: ; file, You can obtain one at http://mozilla.org/MPL/2.0/. michael@0: michael@0: michael@0: LIBRARY JSD1640.DLL michael@0: EXETYPE WINDOWS michael@0: PROTMODE michael@0: michael@0: DESCRIPTION 'Netscape 16-bit JavaScript Debugger Library' michael@0: michael@0: CODE LOADONCALL MOVEABLE DISCARDABLE michael@0: DATA PRELOAD MOVEABLE SINGLE michael@0: michael@0: HEAPSIZE 8192 michael@0: michael@0: EXPORTS michael@0: WEP @1 RESIDENTNAME NONAME michael@0: _JSD_AppendSourceText michael@0: _JSD_ClearAllExecutionHooks michael@0: _JSD_ClearAllExecutionHooksForScript michael@0: _JSD_ClearDebugBreakHook michael@0: _JSD_ClearExecutionHook michael@0: _JSD_ClearInterruptHook michael@0: _JSD_ClearSourceText michael@0: _JSD_DebuggerOff michael@0: _JSD_DebuggerOn michael@0: _JSD_EvaluateScriptInStackFrame michael@0: _JSD_FindSourceForURL michael@0: _JSD_GetCallingStackFrame michael@0: _JSD_GetClosestLine michael@0: _JSD_GetClosestPC michael@0: _JSD_GetCountOfStackFrames michael@0: _JSD_GetMajorVersion michael@0: _JSD_GetMinorVersion michael@0: _JSD_GetPCForStackFrame michael@0: _JSD_GetScriptBaseLineNumber michael@0: _JSD_GetScriptFilename michael@0: _JSD_GetScriptForStackFrame michael@0: _JSD_GetScriptFunctionId michael@0: _JSD_GetScriptHook michael@0: _JSD_GetScriptLineExtent michael@0: _JSD_GetSourceAlterCount michael@0: _JSD_GetSourceStatus michael@0: _JSD_GetSourceText michael@0: _JSD_GetSourceURL michael@0: _JSD_GetStackFrame michael@0: _JSD_IncrementSourceAlterCount michael@0: _JSD_IsSourceDirty michael@0: _JSD_IterateScripts michael@0: _JSD_IterateSources michael@0: _JSD_LockScriptSubsystem michael@0: _JSD_LockSourceTextSubsystem michael@0: _JSD_NewSourceText michael@0: _JSD_SetDebugBreakHook michael@0: _JSD_SetErrorReporter michael@0: _JSD_SetExecutionHook michael@0: _JSD_SetInterruptHook michael@0: _JSD_SetScriptHook michael@0: _JSD_SetSourceDirty michael@0: _JSD_SetUserCallbacks michael@0: _JSD_UnlockScriptSubsystem michael@0: _JSD_UnlockSourceTextSubsystem michael@0: _Java_netscape_jsdebug_DebugController__0005fsetController_stub michael@0: _Java_netscape_jsdebug_DebugController_executeScriptInStackFrame_stub michael@0: _Java_netscape_jsdebug_DebugController_sendInterrupt_stub michael@0: _Java_netscape_jsdebug_DebugController_setInstructionHook0_stub michael@0: _Java_netscape_jsdebug_JSPC_getSourceLocation_stub michael@0: _Java_netscape_jsdebug_JSSourceTextProvider_loadSourceTextItem_stub michael@0: _Java_netscape_jsdebug_JSSourceTextProvider_refreshSourceTextVector_stub michael@0: _Java_netscape_jsdebug_JSStackFrameInfo_getCaller0_stub michael@0: _Java_netscape_jsdebug_JSStackFrameInfo_getPC_stub michael@0: _Java_netscape_jsdebug_JSThreadState_countStackFrames_stub michael@0: _Java_netscape_jsdebug_JSThreadState_getCurrentFrame_stub michael@0: _Java_netscape_jsdebug_Script_getClosestPC_stub