Public symbols in chakra.dll (11.00.10586.494-Windows 10 1511 10586.494) on x86_64
Total: 87
combaseapi.h,
chakra.dll
DllCanUnloadNow ( )
DllGetClassObject ( IID const& rclsid, IID const& riid, LPVOID* ppv )
jsrt9.h,
chakra.dll
JsAddRef ( JsRef ref, unsigned int* count )
JsBooleanToBool ( JsValueRef value, bool* boolValue )
JsBoolToBoolean ( bool value, JsValueRef* booleanValue )
JsCallFunction ( JsValueRef function, JsValueRef* arguments, unsigned short argumentCount, JsValueRef* result )
JsCollectGarbage ( JsRuntimeHandle runtime )
JsConstructObject ( JsValueRef function, JsValueRef* arguments, unsigned short argumentCount, JsValueRef* result )
JsConvertValueToBoolean ( JsValueRef value, JsValueRef* booleanValue )
JsConvertValueToNumber ( JsValueRef value, JsValueRef* numberValue )
JsConvertValueToObject ( JsValueRef value, JsValueRef* object )
JsConvertValueToString ( JsValueRef value, JsValueRef* stringValue )
JsCreateArray ( unsigned int length, JsValueRef* result )
JsCreateContext ( JsRuntimeHandle runtime, IDebugApplication64* debugApplication, JsContextRef* newContext )
JsCreateError ( JsValueRef message, JsValueRef* error )
JsCreateExternalObject ( void* data, JsFinalizeCallback finalizeCallback, JsValueRef* object )
JsCreateFunction ( JsNativeFunction nativeFunction, void* callbackState, JsValueRef* function )
JsCreateObject ( JsValueRef* object )
JsCreateRangeError ( JsValueRef message, JsValueRef* error )
JsCreateReferenceError ( JsValueRef message, JsValueRef* error )
JsCreateRuntime ( JsRuntimeAttributes attributes, JsRuntimeVersion runtimeVersion, JsThreadServiceCallback threadService, JsRuntimeHandle* runtime )
JsCreateSyntaxError ( JsValueRef message, JsValueRef* error )
JsCreateTypeError ( JsValueRef message, JsValueRef* error )
JsCreateURIError ( JsValueRef message, JsValueRef* error )
JsDefineProperty ( JsValueRef object, JsPropertyIdRef propertyId, JsValueRef propertyDescriptor, bool* result )
JsDeleteIndexedProperty ( JsValueRef object, JsValueRef index )
JsDeleteProperty ( JsValueRef object, JsPropertyIdRef propertyId, bool useStrictRules, JsValueRef* result )
JsDisableRuntimeExecution ( JsRuntimeHandle runtime )
JsDisposeRuntime ( JsRuntimeHandle runtime )
JsDoubleToNumber ( double doubleValue, JsValueRef* value )
JsEnableRuntimeExecution ( JsRuntimeHandle runtime )
JsEnumerateHeap ( IActiveScriptProfilerHeapEnum** enumerator )
JsEquals ( JsValueRef object1, JsValueRef object2, bool* result )
JsGetAndClearException ( JsValueRef* exception )
JsGetCurrentContext ( JsContextRef* currentContext )
JsGetExtensionAllowed ( JsValueRef object, bool* value )
JsGetExternalData ( JsValueRef object, void** externalData )
JsGetFalseValue ( JsValueRef* falseValue )
JsGetGlobalObject ( JsValueRef* globalObject )
JsGetIndexedProperty ( JsValueRef object, JsValueRef index, JsValueRef* result )
JsGetNullValue ( JsValueRef* nullValue )
JsGetOwnPropertyDescriptor ( JsValueRef object, JsPropertyIdRef propertyId, JsValueRef* propertyDescriptor )
JsGetOwnPropertyNames ( JsValueRef object, JsValueRef* propertyNames )
JsGetProperty ( JsValueRef object, JsPropertyIdRef propertyId, JsValueRef* value )
JsGetPropertyIdFromName ( wchar_t const* name, JsPropertyIdRef* propertyId )
JsGetPropertyNameFromId ( JsPropertyIdRef propertyId, wchar_t const** name )
JsGetPrototype ( JsValueRef object, JsValueRef* prototypeObject )
JsGetRuntime ( JsContextRef context, JsRuntimeHandle* runtime )
JsGetRuntimeMemoryLimit ( JsRuntimeHandle runtime, size_t* memoryLimit )
JsGetRuntimeMemoryUsage ( JsRuntimeHandle runtime, size_t* memoryUsage )
JsGetStringLength ( JsValueRef stringValue, int* length )
JsGetTrueValue ( JsValueRef* trueValue )
JsGetUndefinedValue ( JsValueRef* undefinedValue )
JsGetValueType ( JsValueRef value, JsValueType* type )
JsHasException ( bool* hasException )
JsHasExternalData ( JsValueRef object, bool* value )
JsHasIndexedProperty ( JsValueRef object, JsValueRef index, bool* result )
JsHasProperty ( JsValueRef object, JsPropertyIdRef propertyId, bool* hasProperty )
JsIdle ( unsigned int* nextIdleTick )
JsIntToNumber ( int intValue, JsValueRef* value )
JsIsEnumeratingHeap ( bool* isEnumeratingHeap )
JsIsRuntimeExecutionDisabled ( JsRuntimeHandle runtime, bool* isDisabled )
JsNumberToDouble ( JsValueRef value, double* doubleValue )
JsParseScript ( wchar_t const* script, JsSourceContext sourceContext, wchar_t const* sourceUrl, JsValueRef* result )
JsParseSerializedScript ( wchar_t const* script, BYTE* buffer, JsSourceContext sourceContext, wchar_t const* sourceUrl, JsValueRef* result )
JsPointerToString ( wchar_t const* stringValue, size_t stringLength, JsValueRef* value )
JsPreventExtension ( JsValueRef object )
JsRelease ( JsRef ref, unsigned int* count )
JsRunScript ( wchar_t const* script, JsSourceContext sourceContext, wchar_t const* sourceUrl, JsValueRef* result )
JsRunSerializedScript ( wchar_t const* script, BYTE* buffer, JsSourceContext sourceContext, wchar_t const* sourceUrl, JsValueRef* result )
JsSerializeScript ( wchar_t const* script, BYTE* buffer, unsigned long* bufferSize )
JsSetCurrentContext ( JsContextRef context )
JsSetException ( JsValueRef exception )
JsSetExternalData ( JsValueRef object, void* externalData )
JsSetIndexedProperty ( JsValueRef object, JsValueRef index, JsValueRef value )
JsSetProperty ( JsValueRef object, JsPropertyIdRef propertyId, JsValueRef value, bool useStrictRules )
JsSetPrototype ( JsValueRef object, JsValueRef prototypeObject )
JsSetRuntimeBeforeCollectCallback ( JsRuntimeHandle runtime, void* callbackState, JsBeforeCollectCallback beforeCollectCallback )
JsSetRuntimeMemoryAllocationCallback ( JsRuntimeHandle runtime, void* callbackState, JsMemoryAllocationCallback allocationCallback )
JsSetRuntimeMemoryLimit ( JsRuntimeHandle runtime, size_t memoryLimit )
JsStartDebugging ( IDebugApplication64* debugApplication )
JsStartProfiling ( IActiveScriptProfilerCallback* callback, PROFILER_EVENT_MASK eventMask, unsigned long context )
JsStopProfiling ( HRESULT reason )
JsStrictEquals ( JsValueRef object1, JsValueRef object2, bool* result )
JsStringToPointer ( JsValueRef value, wchar_t const** stringValue, size_t* stringLength )
JsValueToVariant ( JsValueRef object, VARIANT* variant )
JsVariantToValue ( VARIANT* variant, JsValueRef* value )
to the top