| 1 | LIBRARY chakra |
| 2 | |
| 3 | EXPORTS |
| 4 | |
| 5 | JsAddRef |
| 6 | JsBoolToBoolean |
| 7 | JsBooleanToBool |
| 8 | JsCallFunction |
| 9 | JsCollectGarbage |
| 10 | JsConstructObject |
| 11 | JsConvertValueToBoolean |
| 12 | JsConvertValueToNumber |
| 13 | JsConvertValueToObject |
| 14 | JsConvertValueToString |
| 15 | JsCreateArray |
| 16 | JsCreateArrayBuffer |
| 17 | JsCreateContext |
| 18 | JsCreateDataView |
| 19 | JsCreateError |
| 20 | JsCreateExternalArrayBuffer |
| 21 | JsCreateExternalObject |
| 22 | JsCreateFunction |
| 23 | JsCreateNamedFunction |
| 24 | JsCreateObject |
| 25 | JsCreateRangeError |
| 26 | JsCreateReferenceError |
| 27 | JsCreateRuntime |
| 28 | JsCreateSymbol |
| 29 | JsCreateSyntaxError |
| 30 | JsCreateThreadService |
| 31 | JsCreateTypeError |
| 32 | JsCreateTypedArray |
| 33 | JsCreateURIError |
| 34 | JsDefineProperty |
| 35 | JsDeleteIndexedProperty |
| 36 | JsDeleteProperty |
| 37 | JsDisableRuntimeExecution |
| 38 | JsDisposeRuntime |
| 39 | JsDoubleToNumber |
| 40 | JsEnableRuntimeExecution |
| 41 | JsEnumerateHeap |
| 42 | JsEquals |
| 43 | JsGetAndClearException |
| 44 | JsGetArrayBufferStorage |
| 45 | JsGetContextData |
| 46 | JsGetContextOfObject |
| 47 | JsGetCurrentContext |
| 48 | JsGetDataViewStorage |
| 49 | JsGetExtensionAllowed |
| 50 | JsGetExternalData |
| 51 | JsGetFalseValue |
| 52 | JsGetGlobalObject |
| 53 | JsGetIndexedPropertiesExternalData |
| 54 | JsGetIndexedProperty |
| 55 | JsGetNullValue |
| 56 | JsGetOwnPropertyDescriptor |
| 57 | JsGetOwnPropertyNames |
| 58 | JsGetOwnPropertySymbols |
| 59 | JsGetProperty |
| 60 | JsGetPropertyIdFromName |
| 61 | JsGetPropertyIdFromSymbol |
| 62 | JsGetPropertyIdType |
| 63 | JsGetPropertyNameFromId |
| 64 | JsGetPrototype |
| 65 | JsGetRuntime |
| 66 | JsGetRuntimeMemoryLimit |
| 67 | JsGetRuntimeMemoryUsage |
| 68 | JsGetStringLength |
| 69 | JsGetSymbolFromPropertyId |
| 70 | JsGetTrueValue |
| 71 | JsGetTypedArrayInfo |
| 72 | JsGetTypedArrayStorage |
| 73 | JsGetUndefinedValue |
| 74 | JsGetValueType |
| 75 | JsHasException |
| 76 | JsHasExternalData |
| 77 | JsHasIndexedPropertiesExternalData |
| 78 | JsHasIndexedProperty |
| 79 | JsHasProperty |
| 80 | JsIdle |
| 81 | JsInspectableToObject |
| 82 | JsInstanceOf |
| 83 | JsIntToNumber |
| 84 | JsIsEnumeratingHeap |
| 85 | JsIsRuntimeExecutionDisabled |
| 86 | JsNumberToDouble |
| 87 | JsNumberToInt |
| 88 | JsObjectToInspectable |
| 89 | JsParseScript |
| 90 | JsParseScriptWithAttributes |
| 91 | JsParseSerializedScript |
| 92 | JsParseSerializedScriptWithCallback |
| 93 | JsPointerToString |
| 94 | JsPreventExtension |
| 95 | JsProjectWinRTNamespace |
| 96 | JsRelease |
| 97 | JsRunScript |
| 98 | JsRunSerializedScript |
| 99 | JsRunSerializedScriptWithCallback |
| 100 | JsSerializeScript |
| 101 | JsSetContextData |
| 102 | JsSetCurrentContext |
| 103 | JsSetException |
| 104 | JsSetExternalData |
| 105 | JsSetIndexedPropertiesToExternalData |
| 106 | JsSetIndexedProperty |
| 107 | JsSetObjectBeforeCollectCallback |
| 108 | JsSetProjectionEnqueueCallback |
| 109 | JsSetPromiseContinuationCallback |
| 110 | JsSetProperty |
| 111 | JsSetPrototype |
| 112 | JsSetRuntimeBeforeCollectCallback |
| 113 | JsSetRuntimeMemoryAllocationCallback |
| 114 | JsSetRuntimeMemoryLimit |
| 115 | JsStartDebugging |
| 116 | JsStartProfiling |
| 117 | JsStopProfiling |
| 118 | JsStrictEquals |
| 119 | JsStringToPointer |
| 120 | JsValueToVariant |
| 121 | JsVarAddRef |
| 122 | JsVarRelease |
| 123 | JsVarToExtension |
| 124 | JsVariantToValue |