mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-12 14:31:28 +00:00
Implement 'this' context parsing and serialization; Other minor improvements
This commit is contained in:
1
std/portable.d.ts
vendored
1
std/portable.d.ts
vendored
@ -316,6 +316,7 @@ declare class Symbol {
|
||||
|
||||
declare class Set<T> {
|
||||
constructor(entries?: T[]);
|
||||
readonly size: i32;
|
||||
has(value: T): bool;
|
||||
add(value: T): void;
|
||||
delete(value: T): bool;
|
||||
|
Reference in New Issue
Block a user