windows
0.60.0
In windows::
Win32::
System::
Js
Structs
JsErrorCode
JsMemoryEventType
JsRuntimeAttributes
JsRuntimeVersion
JsValueType
Constants
JS_SOURCE_CONTEXT_NONE
JsArray
JsBoolean
JsError
JsErrorAlreadyDebuggingContext
JsErrorAlreadyProfilingContext
JsErrorArgumentNotObject
JsErrorBadSerializedScript
JsErrorCannotDisableExecution
JsErrorCannotSerializeDebugScript
JsErrorCategoryEngine
JsErrorCategoryFatal
JsErrorCategoryScript
JsErrorCategoryUsage
JsErrorFatal
JsErrorHeapEnumInProgress
JsErrorIdleNotEnabled
JsErrorInDisabledState
JsErrorInExceptionState
JsErrorInProfileCallback
JsErrorInThreadServiceCallback
JsErrorInvalidArgument
JsErrorNoCurrentContext
JsErrorNotImplemented
JsErrorNullArgument
JsErrorOutOfMemory
JsErrorRuntimeInUse
JsErrorScriptCompile
JsErrorScriptEvalDisabled
JsErrorScriptException
JsErrorScriptTerminated
JsErrorWrongThread
JsFunction
JsMemoryAllocate
JsMemoryFailure
JsMemoryFree
JsNoError
JsNull
JsNumber
JsObject
JsRuntimeAttributeAllowScriptInterrupt
JsRuntimeAttributeDisableBackgroundWork
JsRuntimeAttributeDisableEval
JsRuntimeAttributeDisableNativeCodeGeneration
JsRuntimeAttributeEnableIdleProcessing
JsRuntimeAttributeNone
JsRuntimeVersion10
JsRuntimeVersion11
JsRuntimeVersionEdge
JsString
JsUndefined
Functions
JsAddRef
JsBoolToBoolean
JsBooleanToBool
JsCallFunction
JsCollectGarbage
JsConstructObject
JsConvertValueToBoolean
JsConvertValueToNumber
JsConvertValueToObject
JsConvertValueToString
JsCreateArray
JsCreateContext
JsCreateError
JsCreateExternalObject
JsCreateFunction
JsCreateObject
JsCreateRangeError
JsCreateReferenceError
JsCreateRuntime
JsCreateSyntaxError
JsCreateTypeError
JsCreateURIError
JsDefineProperty
JsDeleteIndexedProperty
JsDeleteProperty
JsDisableRuntimeExecution
JsDisposeRuntime
JsDoubleToNumber
JsEnableRuntimeExecution
JsEnumerateHeap
JsEquals
JsGetAndClearException
JsGetCurrentContext
JsGetExtensionAllowed
JsGetExternalData
JsGetFalseValue
JsGetGlobalObject
JsGetIndexedProperty
JsGetNullValue
JsGetOwnPropertyDescriptor
JsGetOwnPropertyNames
JsGetProperty
JsGetPropertyIdFromName
JsGetPropertyNameFromId
JsGetPrototype
JsGetRuntime
JsGetRuntimeMemoryLimit
JsGetRuntimeMemoryUsage
JsGetStringLength
JsGetTrueValue
JsGetUndefinedValue
JsGetValueType
JsHasException
JsHasExternalData
JsHasIndexedProperty
JsHasProperty
JsIdle
JsIntToNumber
JsIsEnumeratingHeap
JsIsRuntimeExecutionDisabled
JsNumberToDouble
JsParseScript
JsParseSerializedScript
JsPointerToString
JsPreventExtension
JsRelease
JsRunScript
JsRunSerializedScript
JsSerializeScript
JsSetCurrentContext
JsSetException
JsSetExternalData
JsSetIndexedProperty
JsSetProperty
JsSetPrototype
JsSetRuntimeBeforeCollectCallback
JsSetRuntimeMemoryAllocationCallback
JsSetRuntimeMemoryLimit
JsStartDebugging
JsStartProfiling
JsStopProfiling
JsStrictEquals
JsStringToPointer
JsValueToVariant
JsVariantToValue
Type Aliases
JsBackgroundWorkItemCallback
JsBeforeCollectCallback
JsFinalizeCallback
JsMemoryAllocationCallback
JsNativeFunction
JsThreadServiceCallback
windows
::
Win32
::
System
::
Js
Function
JsAddRef
Copy item path
Settings
Help
Summary
pub unsafe fn JsAddRef( ref:
*const
c_void
, count:
Option
<
*mut
u32
>, ) ->
JsErrorCode