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