Method | Description | |
---|---|---|
JsAddRef ( |
||
JsBoolToBoolean ( bool value, |
||
JsBooleanToBool ( |
||
JsCallFunction ( |
||
JsCollectGarbage ( |
||
JsConstructObject ( |
||
JsContextAddRef ( |
||
JsContextRelease ( |
||
JsConvertValueToBoolean ( |
||
JsConvertValueToNumber ( |
||
JsConvertValueToObject ( |
||
JsConvertValueToString ( |
||
JsCreateArray ( uint length, |
||
JsCreateContext ( |
||
JsCreateContext ( |
||
JsCreateError ( |
||
JsCreateExternalObject ( |
||
JsCreateFunction ( JavaScriptNativeFunction nativeFunction, |
||
JsCreateObject ( |
||
JsCreateRangeError ( |
||
JsCreateReferenceError ( |
||
JsCreateRuntime ( JavaScriptRuntimeAttributes attributes, JavaScriptRuntimeVersion runtimeVersion, JavaScriptThreadServiceCallback threadService, |
||
JsCreateSyntaxError ( |
||
JsCreateTypeError ( |
||
JsCreateURIError ( |
||
JsDefineProperty ( |
||
JsDeleteIndexedProperty ( |
||
JsDeleteProperty ( |
||
JsDisableRuntimeExecution ( |
||
JsDisposeRuntime ( |
||
JsDoubleToNumber ( double doubleValue, |
||
JsEnableRuntimeExecution ( |
||
JsEnumerateHeap ( IActiveScriptProfilerHeapEnum &enumerator ) : JavaScriptErrorCode | ||
JsEquals ( |
||
JsGetAndClearException ( |
||
JsGetCurrentContext ( |
||
JsGetExtensionAllowed ( |
||
JsGetExternalData ( |
||
JsGetFalseValue ( |
||
JsGetGlobalObject ( |
||
JsGetIndexedProperty ( |
||
JsGetNullValue ( |
||
JsGetOwnPropertyDescriptor ( |
||
JsGetOwnPropertyNames ( |
||
JsGetProperty ( |
||
JsGetPropertyIdFromName ( string name, JavaScriptPropertyId &propertyId ) : JavaScriptErrorCode | ||
JsGetPropertyNameFromId ( JavaScriptPropertyId propertyId, string &name ) : JavaScriptErrorCode | ||
JsGetPrototype ( |
||
JsGetRuntime ( |
||
JsGetRuntimeMemoryLimit ( |
||
JsGetRuntimeMemoryUsage ( |
||
JsGetStringLength ( |
||
JsGetTrueValue ( |
||
JsGetUndefinedValue ( |
||
JsGetValueType ( |
||
JsHasException ( bool &hasException ) : JavaScriptErrorCode | ||
JsHasExternalData ( |
||
JsHasIndexedProperty ( |
||
JsHasProperty ( |
||
JsIdle ( uint &nextIdleTick ) : JavaScriptErrorCode | ||
JsIntToNumber ( int intValue, |
||
JsIsEnumeratingHeap ( bool &isEnumeratingHeap ) : JavaScriptErrorCode | ||
JsIsRuntimeExecutionDisabled ( |
||
JsNumberToDouble ( |
||
JsParseScript ( string script, JavaScriptSourceContext sourceContext, string sourceUrl, |
||
JsParseSerializedScript ( string script, byte buffer, JavaScriptSourceContext sourceContext, string sourceUrl, |
||
JsPointerToString ( string value, |
||
JsPreventExtension ( |
||
JsRelease ( |
||
JsRunScript ( string script, JavaScriptSourceContext sourceContext, string sourceUrl, |
||
JsRunSerializedScript ( string script, byte buffer, JavaScriptSourceContext sourceContext, string sourceUrl, |
||
JsSerializeScript ( string script, byte buffer, ulong &bufferSize ) : JavaScriptErrorCode | ||
JsSetCurrentContext ( |
||
JsSetException ( |
||
JsSetExternalData ( |
||
JsSetIndexedProperty ( |
||
JsSetProperty ( |
||
JsSetPrototype ( |
||
JsSetRuntimeBeforeCollectCallback ( |
||
JsSetRuntimeMemoryAllocationCallback ( |
||
JsSetRuntimeMemoryLimit ( |
||
JsStartDebugging ( IDebugApplication32 debugApplication ) : JavaScriptErrorCode | ||
JsStartDebugging ( IDebugApplication64 debugApplication ) : JavaScriptErrorCode | ||
JsStartProfiling ( IActiveScriptProfilerCallback callback, ProfilerEventMask eventMask, int context ) : JavaScriptErrorCode | ||
JsStopProfiling ( int reason ) : JavaScriptErrorCode | ||
JsStrictEquals ( |
||
JsStringToPointer ( |
||
JsValueToVariant ( |
||
JsVariantToValue ( [ var, |
||
ThrowIfError ( JavaScriptErrorCode error ) : void |
Throws if a native method returns an error code.
|