js/jsd/jsd1640.def

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

michael@0 1 ; -*- Mode: Fundamental; tab-width: 4; indent-tabs-mode: nil -*-
michael@0 2 ;
michael@0 3 ; This Source Code Form is subject to the terms of the Mozilla Public
michael@0 4 ; License, v. 2.0. If a copy of the MPL was not distributed with this
michael@0 5 ; file, You can obtain one at http://mozilla.org/MPL/2.0/.
michael@0 6
michael@0 7
michael@0 8 LIBRARY JSD1640.DLL
michael@0 9 EXETYPE WINDOWS
michael@0 10 PROTMODE
michael@0 11
michael@0 12 DESCRIPTION 'Netscape 16-bit JavaScript Debugger Library'
michael@0 13
michael@0 14 CODE LOADONCALL MOVEABLE DISCARDABLE
michael@0 15 DATA PRELOAD MOVEABLE SINGLE
michael@0 16
michael@0 17 HEAPSIZE 8192
michael@0 18
michael@0 19 EXPORTS
michael@0 20 WEP @1 RESIDENTNAME NONAME
michael@0 21 _JSD_AppendSourceText
michael@0 22 _JSD_ClearAllExecutionHooks
michael@0 23 _JSD_ClearAllExecutionHooksForScript
michael@0 24 _JSD_ClearDebugBreakHook
michael@0 25 _JSD_ClearExecutionHook
michael@0 26 _JSD_ClearInterruptHook
michael@0 27 _JSD_ClearSourceText
michael@0 28 _JSD_DebuggerOff
michael@0 29 _JSD_DebuggerOn
michael@0 30 _JSD_EvaluateScriptInStackFrame
michael@0 31 _JSD_FindSourceForURL
michael@0 32 _JSD_GetCallingStackFrame
michael@0 33 _JSD_GetClosestLine
michael@0 34 _JSD_GetClosestPC
michael@0 35 _JSD_GetCountOfStackFrames
michael@0 36 _JSD_GetMajorVersion
michael@0 37 _JSD_GetMinorVersion
michael@0 38 _JSD_GetPCForStackFrame
michael@0 39 _JSD_GetScriptBaseLineNumber
michael@0 40 _JSD_GetScriptFilename
michael@0 41 _JSD_GetScriptForStackFrame
michael@0 42 _JSD_GetScriptFunctionId
michael@0 43 _JSD_GetScriptHook
michael@0 44 _JSD_GetScriptLineExtent
michael@0 45 _JSD_GetSourceAlterCount
michael@0 46 _JSD_GetSourceStatus
michael@0 47 _JSD_GetSourceText
michael@0 48 _JSD_GetSourceURL
michael@0 49 _JSD_GetStackFrame
michael@0 50 _JSD_IncrementSourceAlterCount
michael@0 51 _JSD_IsSourceDirty
michael@0 52 _JSD_IterateScripts
michael@0 53 _JSD_IterateSources
michael@0 54 _JSD_LockScriptSubsystem
michael@0 55 _JSD_LockSourceTextSubsystem
michael@0 56 _JSD_NewSourceText
michael@0 57 _JSD_SetDebugBreakHook
michael@0 58 _JSD_SetErrorReporter
michael@0 59 _JSD_SetExecutionHook
michael@0 60 _JSD_SetInterruptHook
michael@0 61 _JSD_SetScriptHook
michael@0 62 _JSD_SetSourceDirty
michael@0 63 _JSD_SetUserCallbacks
michael@0 64 _JSD_UnlockScriptSubsystem
michael@0 65 _JSD_UnlockSourceTextSubsystem
michael@0 66 _Java_netscape_jsdebug_DebugController__0005fsetController_stub
michael@0 67 _Java_netscape_jsdebug_DebugController_executeScriptInStackFrame_stub
michael@0 68 _Java_netscape_jsdebug_DebugController_sendInterrupt_stub
michael@0 69 _Java_netscape_jsdebug_DebugController_setInstructionHook0_stub
michael@0 70 _Java_netscape_jsdebug_JSPC_getSourceLocation_stub
michael@0 71 _Java_netscape_jsdebug_JSSourceTextProvider_loadSourceTextItem_stub
michael@0 72 _Java_netscape_jsdebug_JSSourceTextProvider_refreshSourceTextVector_stub
michael@0 73 _Java_netscape_jsdebug_JSStackFrameInfo_getCaller0_stub
michael@0 74 _Java_netscape_jsdebug_JSStackFrameInfo_getPC_stub
michael@0 75 _Java_netscape_jsdebug_JSThreadState_countStackFrames_stub
michael@0 76 _Java_netscape_jsdebug_JSThreadState_getCurrentFrame_stub
michael@0 77 _Java_netscape_jsdebug_Script_getClosestPC_stub

mercurial