Skip to content

Commit 254095a

Browse files
committed
Nightly v0.8.1-nightly.20200110
1 parent 8446cfe commit 254095a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

dist/assemblyscript.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4368,6 +4368,8 @@ declare module "assemblyscript/src/compiler" {
43684368
flow: Flow,
43694369
/** Array of statements to append the releases to. */
43704370
stmts: ExpressionRef[]): void;
4371+
/** Finishes a single autorelease of the specified local. */
4372+
private maybeFinishAutorelease;
43714373
/** Creates a direct call to the specified function. */
43724374
makeCallDirect(instance: Function, operands: ExpressionRef[] | null, reportNode: Node, immediatelyDropped?: boolean,
43734375
/** Skip the usual autorelease and manage this at the callsite instead. */

dist/assemblyscript.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/assemblyscript.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)