home *** CD-ROM | disk | FTP | other *** search
/ Tools / WinSN5.0Ver.iso / NETSCAP.50 / WIN1998.ZIP / ns / js / src / js11640.def < prev    next >
Encoding:
Text File  |  1998-04-08  |  2.9 KB  |  131 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. LIBRARY JS1640.DLL
  16. EXETYPE WINDOWS
  17. PROTMODE
  18.  
  19. DESCRIPTION 'Netscape 16-bit JavaScript Library'
  20.  
  21. CODE    LOADONCALL MOVEABLE DISCARDABLE
  22. DATA    PRELOAD MOVEABLE SINGLE
  23.  
  24. HEAPSIZE    8192
  25.  
  26. EXPORTS
  27.     WEP                                                            @1 RESIDENTNAME    NONAME
  28.     _JS_Init                        = _JS_Init                    @2
  29.     _JS_Finish                        = _JS_Finish                @3
  30.     _JS_GetNaNValue
  31.     _JS_GetNegativeInfinityValue
  32.     _JS_GetPositiveInfinityValue
  33.     _JS_GetEmptyStringValue
  34.     _JS_ConvertValue
  35.     _JS_ValueToObject
  36.     _JS_ValueToFunction
  37.     _JS_ValueToString
  38.     _JS_ValueToNumber
  39.     _JS_ValueToBoolean
  40.     _JS_TypeOfValue
  41.     _JS_GetTypeName
  42.     _JS_Lock
  43.     _JS_Unlock
  44.     _JS_NewContext
  45.     _JS_DestroyContext
  46.     _JS_ContextIterator
  47.     _JS_GetGlobalObject
  48.     _JS_SetGlobalObject
  49.     _JS_InitStandardClasses
  50. ;    _JS_GetStaticLink
  51.     _JS_malloc
  52.     _JS_realloc
  53.     _JS_free
  54.     _JS_strdup
  55.     _JS_NewDouble
  56.     _JS_NewDoubleValue
  57.     _JS_AddRoot
  58.     _JS_RemoveRoot
  59.     _JS_LockGCThing
  60.     _JS_UnlockGCThing
  61.     _JS_GC
  62.     _JS_PropertyStub
  63.     _JS_EnumerateStub
  64.     _JS_ResolveStub
  65.     _JS_ConvertStub
  66.     _JS_FinalizeStub
  67.     _JS_InitClass
  68.     _JS_GetClass
  69.     _JS_InstanceOf
  70.     _JS_GetPrivate
  71.     _JS_SetPrivate
  72.     _JS_GetInstancePrivate
  73.     _JS_GetPrototype
  74.     _JS_GetParent
  75.     _JS_SetParent
  76.     _JS_GetConstructor
  77.     _JS_NewObject
  78.     _JS_DefineObject
  79.     _JS_DefineConstDoubles
  80.     _JS_DefineProperties
  81.     _JS_DefineProperty
  82.     _JS_DefinePropertyWithTinyId
  83.     _JS_AliasProperty
  84.     _JS_LookupProperty
  85.     _JS_GetProperty
  86.     _JS_SetProperty
  87.     _JS_DeleteProperty
  88.     _JS_NewArrayObject
  89.     _JS_DefineElement
  90.     _JS_AliasElement
  91.     _JS_LookupElement
  92.     _JS_GetElement
  93.     _JS_SetElement
  94.     _JS_DeleteElement
  95.     _JS_ClearScope
  96.     _JS_NewFunction
  97.     _JS_GetFunctionObject
  98.     _JS_GetFunctionName
  99.     _JS_DefineFunctions
  100.     _JS_DefineFunction
  101.     _JS_CompileScript
  102.     _JS_DestroyScript
  103.     _JS_CompileFunction
  104.     _JS_DecompileScript
  105.     _JS_DecompileFunction
  106.     _JS_DecompileFunctionBody
  107.     _JS_ExecuteScript
  108.     _JS_EvaluateScript
  109.     _JS_CallFunction
  110.     _JS_CallFunctionName
  111.     _JS_CallFunctionValue
  112.     _JS_SetBranchCallback
  113.     _JS_IsRunning
  114.     _JS_NewString
  115.     _JS_NewStringCopyN
  116.     _JS_NewStringCopyZ
  117.     _JS_InternString
  118.     _JS_GetStringBytes
  119.     _JS_GetStringLength
  120.     _JS_CompareStrings
  121.     _JS_ReportError
  122.     _JS_ReportOutOfMemory
  123.     _JS_SetErrorReporter
  124.     _JS_NewRegExpObject
  125.     _JS_SetRegExpInput
  126.     _JS_ClearRegExpStatics
  127.     
  128. IMPORTS
  129.     _printf        = nspr21.11
  130.     _strftime    = nspr21.13
  131.