; -*- Mode: Fundamental; tab-width: 4; indent-tabs-mode: nil -*-
;
; The contents of this file are subject to the Netscape Public License
; Version 1.0 (the "NPL"); you may not use this file except in
; compliance with the NPL.  You may obtain a copy of the NPL at
; http://www.mozilla.org/NPL/
;
; Software distributed under the NPL is distributed on an "AS IS" basis,
; WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
; for the specific language governing rights and limitations under the
; NPL.
;
; The Initial Developer of this code under the NPL is Netscape
; Communications Corporation.  Portions created by Netscape are
; Copyright (C) 1998 Netscape Communications Corporation.  All Rights
; Reserved.


LIBRARY JSD1640.DLL
EXETYPE WINDOWS
PROTMODE

DESCRIPTION 'Netscape 16-bit JavaScript Debugger Library'

CODE    LOADONCALL MOVEABLE DISCARDABLE
DATA	PRELOAD MOVEABLE SINGLE

HEAPSIZE    8192

EXPORTS
	WEP															@1 RESIDENTNAME	NONAME
	_JSD_AppendSourceText
	_JSD_ClearAllExecutionHooks
	_JSD_ClearAllExecutionHooksForScript
	_JSD_ClearDebugBreakHook
	_JSD_ClearExecutionHook
	_JSD_ClearInterruptHook
	_JSD_ClearSourceText
	_JSD_DebuggerOff
	_JSD_DebuggerOn
	_JSD_EvaluateScriptInStackFrame
	_JSD_FindSourceForURL
	_JSD_GetCallingStackFrame
	_JSD_GetClosestLine
	_JSD_GetClosestPC
	_JSD_GetCountOfStackFrames
	_JSD_GetDefaultJSContext
	_JSD_GetMajorVersion
	_JSD_GetMinorVersion
	_JSD_GetPCForStackFrame
	_JSD_GetScriptBaseLineNumber
	_JSD_GetScriptFilename
	_JSD_GetScriptForStackFrame
	_JSD_GetScriptFunctionName
	_JSD_GetScriptHook
	_JSD_GetScriptLineExtent
	_JSD_GetSourceAlterCount
	_JSD_GetSourceStatus
	_JSD_GetSourceText
	_JSD_GetSourceURL
	_JSD_GetStackFrame
	_JSD_IncrementSourceAlterCount
	_JSD_IsSourceDirty
	_JSD_IterateScripts
	_JSD_IterateSources
	_JSD_LockScriptSubsystem
	_JSD_LockSourceTextSubsystem
	_JSD_NewSourceText
	_JSD_SetDebugBreakHook
	_JSD_SetErrorReporter
	_JSD_SetExecutionHook
	_JSD_SetInterruptHook
	_JSD_SetScriptHook
	_JSD_SetSourceDirty
	_JSD_SetUserCallbacks
	_JSD_UnlockScriptSubsystem
	_JSD_UnlockSourceTextSubsystem
	_Java_netscape_jsdebug_DebugController__0005fsetController_stub
	_Java_netscape_jsdebug_DebugController_executeScriptInStackFrame_stub
	_Java_netscape_jsdebug_DebugController_sendInterrupt_stub
	_Java_netscape_jsdebug_DebugController_setInstructionHook0_stub
	_Java_netscape_jsdebug_JSPC_getSourceLocation_stub
	_Java_netscape_jsdebug_JSSourceTextProvider_loadSourceTextItem_stub
	_Java_netscape_jsdebug_JSSourceTextProvider_refreshSourceTextVector_stub
	_Java_netscape_jsdebug_JSStackFrameInfo_getCaller0_stub
	_Java_netscape_jsdebug_JSStackFrameInfo_getPC_stub
	_Java_netscape_jsdebug_JSThreadState_countStackFrames_stub
	_Java_netscape_jsdebug_JSThreadState_getCurrentFrame_stub
	_Java_netscape_jsdebug_Script_getClosestPC_stub
