mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-21 18:51:43 +00:00
unsafe, stub
This commit is contained in:
@ -1,10 +0,0 @@
|
||||
/* tslint:disable */
|
||||
|
||||
export namespace gc {
|
||||
|
||||
export function collect(): void {
|
||||
if (isDefined(__gc_collect)) { __gc_collect(); return; }
|
||||
WARNING("Calling 'gc.collect' requires a garbage collector to be present.");
|
||||
unreachable();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user