Skip to content

Commit 659c6e1

Browse files
[Editorial] Add CallFunctionResult alias (#1009)
* [Editorial] Add CallFunctionResult alias * Update index.bs
1 parent dd4d017 commit 659c6e1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

index.bs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9918,7 +9918,8 @@ ScriptCommand = (
99189918
ScriptResult = (
99199919
script.AddPreloadScriptResult /
99209920
script.EvaluateResult /
9921-
script.GetRealmsResult
9921+
script.GetRealmsResult /
9922+
script.CallFunctionResult
99229923
)
99239924

99249925
ScriptEvent = (
@@ -12060,9 +12061,9 @@ Note: In case of an arrow function in <code>functionDeclaration</code>, the
1206012061
</dd>
1206112062
<dt>Result Type</dt>
1206212063
<dd>
12063-
<code>
12064-
script.EvaluateResult
12065-
</code>
12064+
<pre class="cddl" data-cddl-module="local-cddl">
12065+
script.CallFunctionResult = script.EvaluateResult
12066+
</pre>
1206612067
</dd>
1206712068
</dl>
1206812069

0 commit comments

Comments
 (0)