home *** CD-ROM | disk | FTP | other *** search
/ Tools / WinSN5.0Ver.iso / NETSCAP.50 / WIN1998.ZIP / ns / js / jsj / jsj1640.def < prev    next >
Encoding:
Text File  |  1998-04-08  |  1.4 KB  |  50 lines

  1. ; The contents of this file are subject to the Netscape Public License
  2. ; Version 1.0 (the "NPL"); you may not use this file except in
  3. ; compliance with the NPL.  You may obtain a copy of the NPL at
  4. ; http://www.mozilla.org/NPL/
  5. ;
  6. ; Software distributed under the NPL is distributed on an "AS IS" basis,
  7. ; WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
  8. ; for the specific language governing rights and limitations under the
  9. ; NPL.
  10. ;
  11. ; The Initial Developer of this code under the NPL is Netscape
  12. ; Communications Corporation.  Portions created by Netscape are
  13. ; Copyright (C) 1998 Netscape Communications Corporation.  All Rights
  14. ; Reserved.
  15.  
  16. LIBRARY JSJ1640.DLL
  17. EXETYPE WINDOWS
  18. PROTMODE
  19.  
  20. DESCRIPTION 'Netscape 16-bit JavaScript-Java Library'
  21.  
  22. CODE    LOADONCALL MOVEABLE DISCARDABLE
  23. DATA    PRELOAD MOVEABLE SINGLE
  24.  
  25. HEAPSIZE    8192
  26.  
  27. EXPORTS
  28.     _JSJ_CurrentContext
  29.     _JSJ_EnterJS
  30.     _JSJ_ExitJS
  31.     _JSJ_FindCurrentJSContext
  32.     _JSJ_Finish
  33.     _JSJ_GetDefaultObject
  34.     _JSJ_Init
  35.     _JSJ_InitContext
  36.     _JSJ_InitStandalone
  37.     _JSJ_IsCalledFromJava
  38.     _JSJ_IsEnabled
  39.     _JSJ_IsSafeMethod
  40.     _js_GetJSPrincipalsFromJavaCaller
  41.     _js_JSErrorToJException
  42.     _js_JavaErrorReporter
  43.     _js_ReflectJObjectToJSObject
  44.     _js_ReflectJSObjectToJObject
  45.     _js_RemoveReflection
  46.     _js_convertJObjectToJSValue
  47.     _js_convertJSValueToJObject
  48.     _jsj_ClearSavedErrors
  49.     _sajsj_GetDefaultObject
  50.