Skip to content

Commit 36c9a21

Browse files
author
Greg Van Liew
authored
Merge branch 'master' into mikejo-br
2 parents 25149c8 + b3857a7 commit 36c9a21

File tree

1,459 files changed

+84670
-7770
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,459 files changed

+84670
-7770
lines changed

TOC.md

Lines changed: 0 additions & 7769 deletions
This file was deleted.

scripting-docs/TOC.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
1-
# [Index](index.md)
1+
2+
# [chakra-hosting](chakra-hosting\TOC.md)
3+
# [javascript](javascript\TOC.md)
4+
# [advanced](javascript\advanced\TOC.md)
5+
# [misc](javascript\misc\TOC.md)
6+
# [reference](javascript\reference\TOC.md)
7+
# [jswinrt](jswinrt\TOC.md)
8+
# [winscript](winscript\TOC.md)
9+
# [reference](winscript\reference\TOC.md)
10+
Lines changed: 150 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,150 @@
1+
# [JavaScript Runtime Hosting](javascript-runtime-hosting.md)
2+
## [Hosting the JavaScript Runtime](hosting-the-javascript-runtime.md)
3+
## [Targeting Edge vs. Legacy Engines](targeting-edge-vs-legacy-engines-in-jsrt-apis.md)
4+
## [Reference (JavaScript Runtime)](reference-javascript-runtime.md)
5+
### [JavaScript Runtime Typedefs, Constants, and Enumerations](javascript-runtime-typedefs-constants-and-enumerations.md)
6+
#### [JsBackgroundWorkItemCallback Typedef](jsbackgroundworkitemcallback-typedef.md)
7+
#### [JsBeforeCollectCallback Typedef](jsbeforecollectcallback-typedef.md)
8+
#### [JsContextRef Typedef](jscontextref-typedef.md)
9+
#### [JsFinalizeCallback Typedef](jsfinalizecallback-typedef.md)
10+
#### [JsMemoryAllocationCallback Typedef](jsmemoryallocationcallback-typedef.md)
11+
#### [JsNativeFunction Typedef](jsnativefunction-typedef.md)
12+
#### [JsObjectBeforeCollectCallback Typedef](jsobjectbeforecollectcallback-typedef.md)
13+
#### [JsProjectionCallback Typedef](jsprojectioncallback-typedef.md)
14+
#### [JsProjectionCallbackContext Typedef](jsprojectioncallbackcontext-typedef.md)
15+
#### [JsProjectionEnqueueCallback Typedef](jsprojectionenqueuecallback-typedef.md)
16+
#### [JsPromiseContinuationCallback Typedef](jspromisecontinuationcallback-typedef.md)
17+
#### [JsPropertyIdRef Typedef](jspropertyidref-typedef.md)
18+
#### [JsRef Typedef](jsref-typedef.md)
19+
#### [JsRuntimeHandle Typedef](jsruntimehandle-typedef.md)
20+
#### [JsSerializedScriptLoadSourceCallback Typedef](jsserializedscriptloadsourcecallback-typedef.md)
21+
#### [JsSerializedScriptUnloadCallback typedef](jsserializedscriptunloadcallback-typedef.md)
22+
#### [JsSourceContext Typedef](jssourcecontext-typedef.md)
23+
#### [JsThreadServiceCallback Typedef](jsthreadservicecallback-typedef.md)
24+
#### [JsValueRef Typedef](jsvalueref-typedef.md)
25+
#### [JS_INVALID_PROPERTYID Constant](js-invalid-propertyid-constant.md)
26+
#### [JS_INVALID_REFERENCE Constant](js-invalid-reference-constant.md)
27+
#### [JS_INVALID_RUNTIME_HANDLE Constant](js-invalid-runtime-handle-constant.md)
28+
#### [JS_SOURCE_CONTEXT_NONE Constant](js-source-context-none-constant.md)
29+
#### [JsErrorCode Enumeration](jserrorcode-enumeration.md)
30+
#### [JsMemoryEventType Enumeration](jsmemoryeventtype-enumeration.md)
31+
#### [JsPropertyIdType Enumeration](jspropertyidtype-enumeration.md)
32+
#### [JsRuntimeAttributes Enumeration](jsruntimeattributes-enumeration.md)
33+
#### [JsRuntimeVersion Enumeration](jsruntimeversion-enumeration.md)
34+
#### [JsTypedArrayType Enumeration](jstypedarraytype-enumeration.md)
35+
#### [JsValueType Enumeration](jsvaluetype-enumeration.md)
36+
### [JsAddRef Function](jsaddref-function.md)
37+
### [JsBooleanToBool Function](jsbooleantobool-function.md)
38+
### [JsBoolToBoolean Function](jsbooltoboolean-function.md)
39+
### [JsCallFunction Function](jscallfunction-function.md)
40+
### [JsCollectGarbage Function](jscollectgarbage-function.md)
41+
### [JsConstructObject Function](jsconstructobject-function.md)
42+
### [JsConvertValueToBoolean Function](jsconvertvaluetoboolean-function.md)
43+
### [JsConvertValueToNumber Function](jsconvertvaluetonumber-function.md)
44+
### [JsConvertValueToObject Function](jsconvertvaluetoobject-function.md)
45+
### [JsConvertValueToString Function](jsconvertvaluetostring-function.md)
46+
### [JsCreateArray Function](jscreatearray-function.md)
47+
### [JsCreateArrayBuffer Function](jscreatearraybuffer-function.md)
48+
### [JsCreateContext Function](jscreatecontext-function.md)
49+
### [JsCreateDataView Function](jscreatedataview-function.md)
50+
### [JsCreateError Function](jscreateerror-function.md)
51+
### [JsCreateExternalArrayBuffer Function](jscreateexternalarraybuffer-function.md)
52+
### [JsCreateExternalObject Function](jscreateexternalobject-function.md)
53+
### [JsCreateFunction Function](jscreatefunction-function.md)
54+
### [JsCreateNamedFunction Function](jscreatenamedfunction-function.md)
55+
### [JsCreateObject Function](jscreateobject-function.md)
56+
### [JsCreateRangeError Function](jscreaterangeerror-function.md)
57+
### [JsCreateReferenceError Function](jscreatereferenceerror-function.md)
58+
### [JsCreateRuntime Function](jscreateruntime-function.md)
59+
### [JsCreateSymbol Function](jscreatesymbol-function.md)
60+
### [JsCreateSyntaxError Function](jscreatesyntaxerror-function.md)
61+
### [JsCreateTypeError Function](jscreatetypeerror-function.md)
62+
### [JsCreateTypedArray Function](jscreatetypedarray-function.md)
63+
### [JsCreateURIError Function](jscreateurierror-function.md)
64+
### [JsDefineProperty Function](jsdefineproperty-function.md)
65+
### [JsDeleteIndexedProperty Function](jsdeleteindexedproperty-function.md)
66+
### [JsDeleteProperty Function](jsdeleteproperty-function.md)
67+
### [JsDisableRuntimeExecution Function](jsdisableruntimeexecution-function.md)
68+
### [JsDisposeRuntime Function](jsdisposeruntime-function.md)
69+
### [JsDoubleToNumber Function](jsdoubletonumber-function.md)
70+
### [JsEnableRuntimeExecution Function](jsenableruntimeexecution-function.md)
71+
### [JsEnumerateHeap Function](jsenumerateheap-function.md)
72+
### [JsEquals Function](jsequals-function.md)
73+
### [JsGetAndClearException Function](jsgetandclearexception-function.md)
74+
### [JsGetArrayBufferStorage Function](jsgetarraybufferstorage-function.md)
75+
### [JsGetContextData Function](jsgetcontextdata-function.md)
76+
### [JsGetContextOfObject Function](jsgetcontextofobject-function.md)
77+
### [JsGetCurrentContext Function](jsgetcurrentcontext-function.md)
78+
### [JsGetDataViewStorage Function](jsgetdataviewstorage-function.md)
79+
### [JsGetExtensionAllowed Function](jsgetextensionallowed-function.md)
80+
### [JsGetExternalData Function](jsgetexternaldata-function.md)
81+
### [JsGetFalseValue Function](jsgetfalsevalue-function.md)
82+
### [JsGetGlobalObject Function](jsgetglobalobject-function.md)
83+
### [JsGetIndexedPropertiesExternalData Function](jsgetindexedpropertiesexternaldata-function.md)
84+
### [JsGetIndexedProperty Function](jsgetindexedproperty-function.md)
85+
### [JsGetNullValue Function](jsgetnullvalue-function.md)
86+
### [JsGetOwnPropertyDescriptor Function](jsgetownpropertydescriptor-function.md)
87+
### [JsGetOwnPropertyNames Function](jsgetownpropertynames-function.md)
88+
### [JsGetOwnPropertySymbols Function](jsgetownpropertysymbols-function.md)
89+
### [JsGetProperty Function](jsgetproperty-function.md)
90+
### [JsGetPropertyIdFromName Function](jsgetpropertyidfromname-function.md)
91+
### [JsGetPropertyIdFromSymbol Function](jsgetpropertyidfromsymbol-function.md)
92+
### [JsGetPropertyIdType Function](jsgetpropertyidtype-function.md)
93+
### [JsGetPropertyNameFromId Function](jsgetpropertynamefromid-function.md)
94+
### [JsGetPrototype Function](jsgetprototype-function.md)
95+
### [JsGetRuntime Function](jsgetruntime-function.md)
96+
### [JsGetRuntimeMemoryLimit Function](jsgetruntimememorylimit-function.md)
97+
### [JsGetRuntimeMemoryUsage Function](jsgetruntimememoryusage-function.md)
98+
### [JsGetStringLength Function](jsgetstringlength-function.md)
99+
### [JsGetSymbolFromPropertyId Function](jsgetsymbolfrompropertyid-function.md)
100+
### [JsGetTrueValue Function](jsgettruevalue-function.md)
101+
### [JsGetTypedArrayInfo Function](jsgettypedarrayinfo-function.md)
102+
### [JsGetTypedArrayStorage Function](jsgettypedarraystorage-function.md)
103+
### [JsGetUndefinedValue Function](jsgetundefinedvalue-function.md)
104+
### [JsGetValueType Function](jsgetvaluetype-function.md)
105+
### [JsHasException Function](jshasexception-function.md)
106+
### [JsHasExternalData Function](jshasexternaldata-function.md)
107+
### [JsHasIndexedPropertiesExternalData Function](jshasindexedpropertiesexternaldata-function.md)
108+
### [JsHasIndexedProperty Function](jshasindexedproperty-function.md)
109+
### [JsHasProperty Function](jshasproperty-function.md)
110+
### [JsIdle Function](jsidle-function.md)
111+
### [JsInspectableToObject Function](jsinspectabletoobject-function.md)
112+
### [JsInstanceOf Function](jsinstanceof-function.md)
113+
### [JsIntToNumber Function](jsinttonumber-function.md)
114+
### [JsIsEnumeratingHeap Function](jsisenumeratingheap-function.md)
115+
### [JsIsRuntimeExecutionDisabled Function](jsisruntimeexecutiondisabled-function.md)
116+
### [JsNumberToDouble Function](jsnumbertodouble-function.md)
117+
### [JsNumberToInt Function](jsnumbertoint-function.md)
118+
### [JsObjectToInspectable Function](jsobjecttoinspectable-function.md)
119+
### [JsParseScript Function](jsparsescript-function.md)
120+
### [JsParseSerializedScript Function](jsparseserializedscript-function.md)
121+
### [JsParseSerializedScriptWithCallback Function](jsparseserializedscriptwithcallback-function.md)
122+
### [JsPointerToString Function](jspointertostring-function.md)
123+
### [JsPreventExtension Function](jspreventextension-function.md)
124+
### [JsProjectWinRTNamespace Function](jsprojectwinrtnamespace-function.md)
125+
### [JsRelease Function](jsrelease-function.md)
126+
### [JsRunScript Function](jsrunscript-function.md)
127+
### [JsRunSerializedScript Function](jsrunserializedscript-function.md)
128+
### [JsRunSerializedScriptWithCallback Function](jsrunserializedscriptwithcallback-function.md)
129+
### [JsSerializeScript Function](jsserializescript-function.md)
130+
### [JsSetContextData Function](jssetcontextdata-function.md)
131+
### [JsSetCurrentContext Function](jssetcurrentcontext-function.md)
132+
### [JsSetException Function](jssetexception-function.md)
133+
### [JsSetExternalData Function](jssetexternaldata-function.md)
134+
### [JsSetIndexedPropertiesToExternalData Function](jssetindexedpropertiestoexternaldata-function.md)
135+
### [JsSetIndexedProperty Function](jssetindexedproperty-function.md)
136+
### [JsSetObjectBeforeCollectCallback Function](jssetobjectbeforecollectcallback-function.md)
137+
### [JsSetProjectionEnqueueCallback Function](jssetprojectionenqueuecallback-function.md)
138+
### [JsSetPromiseContinuationCallback Function](jssetpromisecontinuationcallback-function.md)
139+
### [JsSetProperty Function](jssetproperty-function.md)
140+
### [JsSetPrototype Function](jssetprototype-function.md)
141+
### [JsSetRuntimeBeforeCollectCallback Function](jssetruntimebeforecollectcallback-function.md)
142+
### [JsSetRuntimeMemoryAllocationCallback Function](jssetruntimememoryallocationcallback-function.md)
143+
### [JsSetRuntimeMemoryLimit Function](jssetruntimememorylimit-function.md)
144+
### [JsStartDebugging Function](jsstartdebugging-function.md)
145+
### [JsStartProfiling Function](jsstartprofiling-function.md)
146+
### [JsStopProfiling Function](jsstopprofiling-function.md)
147+
### [JsStrictEquals Function](jsstrictequals-function.md)
148+
### [JsStringToPointer Function](jsstringtopointer-function.md)
149+
### [JsValueToVariant Function](jsvaluetovariant-function.md)
150+
### [JsVariantToValue Function](jsvarianttovalue-function.md)

0 commit comments

Comments
 (0)