@@ -81,6 +81,7 @@ bool SupportsGarbageCollection
81
81
/// </summary>
82
82
/// <param name="path">Path to the JS file</param>
83
83
/// <param name="encoding">Text encoding</param>
84
+ /// <returns>A pre-compiled script that can be executed by different instances of JS engine</returns>
84
85
/// <exception cref="ObjectDisposedException"/>
85
86
/// <exception cref="ArgumentNullException"/>
86
87
/// <exception cref="ArgumentException"/>
@@ -96,6 +97,7 @@ bool SupportsGarbageCollection
96
97
/// <param name="resourceName">The case-sensitive resource name without the namespace of the specified type</param>
97
98
/// <param name="type">The type, that determines the assembly and whose namespace is used to scope
98
99
/// the resource name</param>
100
+ /// <returns>A pre-compiled script that can be executed by different instances of JS engine</returns>
99
101
/// <exception cref="ObjectDisposedException"/>
100
102
/// <exception cref="ArgumentNullException"/>
101
103
/// <exception cref="ArgumentException"/>
@@ -110,6 +112,7 @@ bool SupportsGarbageCollection
110
112
/// </summary>
111
113
/// <param name="resourceName">The case-sensitive resource name</param>
112
114
/// <param name="assembly">The assembly, which contains the embedded resource</param>
115
+ /// <returns>A pre-compiled script that can be executed by different instances of JS engine</returns>
113
116
/// <exception cref="ObjectDisposedException"/>
114
117
/// <exception cref="ArgumentNullException"/>
115
118
/// <exception cref="ArgumentException"/>
@@ -215,6 +218,8 @@ bool SupportsGarbageCollection
215
218
/// <summary>
216
219
/// Executes a pre-compiled script
217
220
/// </summary>
221
+ /// <param name="precompiledScript">A pre-compiled script that can be executed by different
222
+ /// instances of JS engine</param>
218
223
/// <exception cref="ObjectDisposedException"/>
219
224
/// <exception cref="ArgumentNullException"/>
220
225
/// <exception cref="ArgumentException"/>
0 commit comments