porffor 0.19.2 → 0.19.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/compiler/builtins/z_weakmap.ts +40 -0
- package/compiler/builtins/z_weakset.ts +34 -0
- package/compiler/generated_builtins.js +82 -44
- package/compiler/types.js +2 -1
- package/compiler/wrap.js +26 -45
- package/package.json +1 -1
- package/runner/index.js +1 -1
- package/compiler/builtins/weakset.ts +0 -102
@@ -0,0 +1,40 @@
|
|
1
|
+
import type {} from './porffor.d.ts';
|
2
|
+
|
3
|
+
export const __WeakMap_prototype_has = (_this: WeakMap, key: any) => __Map_prototype_has(_this, key);
|
4
|
+
|
5
|
+
export const __WeakMap_prototype_set = (_this: WeakMap, key: any, value: any) => {
|
6
|
+
if (Porffor.rawType(key) < 0x04) throw new TypeError('Value in WeakSet needs to be an object or symbol');
|
7
|
+
|
8
|
+
__Map_prototype_set(_this, key, value);
|
9
|
+
return _this;
|
10
|
+
};
|
11
|
+
|
12
|
+
export const __WeakMap_prototype_delete = (_this: WeakMap, key: any) => __Map_prototype_delete(_this, key);
|
13
|
+
|
14
|
+
export const WeakMap = function (iterable: any): WeakMap {
|
15
|
+
if (!new.target) throw new TypeError("Constructor WeakMap requires 'new'");
|
16
|
+
|
17
|
+
const out: WeakMap = Porffor.allocateBytes(8);
|
18
|
+
|
19
|
+
const keys: Set = Porffor.allocate();
|
20
|
+
Porffor.wasm.i32.store(out, keys, 0, 0);
|
21
|
+
|
22
|
+
const vals: any[] = Porffor.allocate();
|
23
|
+
Porffor.wasm.i32.store(out, vals, 0, 4);
|
24
|
+
|
25
|
+
if (Porffor.fastAnd(
|
26
|
+
Porffor.rawType(iterable) != Porffor.TYPES.undefined,
|
27
|
+
iterable !== null
|
28
|
+
)) for (const x of iterable) {
|
29
|
+
__WeakMap_prototype_set(out, x[0], x[1]);
|
30
|
+
}
|
31
|
+
|
32
|
+
return out;
|
33
|
+
};
|
34
|
+
|
35
|
+
export const __WeakMap_prototype_toString = (_this: WeakMap) => {
|
36
|
+
const out: bytestring = '[object WeakMap]';
|
37
|
+
return out;
|
38
|
+
};
|
39
|
+
|
40
|
+
export const __WeakMap_prototype_toLocaleString = (_this: WeakMap) => __WeakMap_prototype_toString(_this);
|
@@ -0,0 +1,34 @@
|
|
1
|
+
import type {} from './porffor.d.ts';
|
2
|
+
|
3
|
+
export const __WeakSet_prototype_has = (_this: WeakSet, value: any) => __Set_prototype_has(_this, value);
|
4
|
+
|
5
|
+
export const __WeakSet_prototype_add = (_this: WeakSet, value: any) => {
|
6
|
+
if (Porffor.rawType(value) < 0x04) throw new TypeError('Value in WeakSet needs to be an object or symbol');
|
7
|
+
|
8
|
+
__Set_prototype_add(_this, value);
|
9
|
+
return _this;
|
10
|
+
};
|
11
|
+
|
12
|
+
export const __WeakSet_prototype_delete = (_this: WeakSet, value: any) => __Set_prototype_delete(_this, value);
|
13
|
+
|
14
|
+
export const WeakSet = function (iterable: any): WeakSet {
|
15
|
+
if (!new.target) throw new TypeError("Constructor WeakSet requires 'new'");
|
16
|
+
|
17
|
+
const out: WeakSet = __Porffor_allocate();
|
18
|
+
|
19
|
+
if (Porffor.fastAnd(
|
20
|
+
Porffor.rawType(iterable) != Porffor.TYPES.undefined,
|
21
|
+
iterable !== null
|
22
|
+
)) for (const x of iterable) {
|
23
|
+
__WeakSet_prototype_add(out, x);
|
24
|
+
}
|
25
|
+
|
26
|
+
return out;
|
27
|
+
};
|
28
|
+
|
29
|
+
export const __WeakSet_prototype_toString = (_this: WeakSet) => {
|
30
|
+
const out: bytestring = '[object WeakSet]';
|
31
|
+
return out;
|
32
|
+
};
|
33
|
+
|
34
|
+
export const __WeakSet_prototype_toLocaleString = (_this: WeakSet) => __WeakSet_prototype_toString(_this);
|
@@ -1557,31 +1557,31 @@ export const BuiltinFuncs = function() {
|
|
1557
1557
|
locals: [124,127,127,127,127,124,127,124,127,127], localNames: ["_this","_this#type","other","other#type","out","#last_type","forof_base_pointer","forof_length","forof_counter","x","x#type","#proto_target","#proto_target#type","#typeswitch_tmp"],
|
1558
1558
|
};
|
1559
1559
|
this.__Set_prototype_difference = {
|
1560
|
-
wasm: (scope, {builtin,internalThrow}) => [[32,2],[32,3],[16, builtin('__Porffor_rawType')],[68,0,0,0,0,0,0,51,64],[98],[4,64],...internalThrow(scope, 'TypeError', `other argument must be a Set`),[11],[65,1],[32,0],[65,19],[16, builtin('Set')],[33,5],[33,4],[32,2],[252,3],[33,6],[65,0],[33,8],[32,6],[40,1,0],[33,7],[32,3],[33,13],[2,64],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[3,64],[32,6],[43,0,4],[32,6],[45,0,12],[33,10],[33,9],[2,64],[2,64],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_delete')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'delete' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[11],[32,6],[65,9],[106],[33,6],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,13],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[65,194,0],[33,10],[65,0],[65,1],[54,0,0],[3,64],[65,0],[32,6],[47,0,4],[59,0,4],[68,0,0,0,0,0,0,0,0],[33,9],[2,64],[2,64],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_delete')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'delete' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[11],[32,6],[65,2],[106],[33,6],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,13],[65,208,0],[70],[4,64,"TYPESWITCH|Array"],[3,64],[32,6],[43,0,4],[32,6],[45,0,12],[33,10],[33,9],[2,64],[2,64],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_delete')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'delete' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[11],[32,6],[65,9],[106],[33,6],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,13],[65,216,0],[70],[4,64,"TYPESWITCH|Uint8Array"],[65,0],[33,10],[3,64],[32,6],[40,0,4],[32,8],[106],[45,0,4],[184],[33,9],[2,64],[2,64],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_delete')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'delete' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[11],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,13],[65,217,0],[70],[4,64,"TYPESWITCH|Int8Array"],[65,0],[33,10],[3,64],[32,6],[40,0,4],[32,8],[106],[44,0,4],[183],[33,9],[2,64],[2,64],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_delete')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'delete' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[11],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,13],[65,218,0],[70],[4,64,"TYPESWITCH|Uint8ClampedArray"],[65,0],[33,10],[3,64],[32,6],[40,0,4],[32,8],[106],[45,0,4],[184],[33,9],[2,64],[2,64],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_delete')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'delete' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[11],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,13],[65,219,0],[70],[4,64,"TYPESWITCH|Uint16Array"],[65,0],[33,10],[3,64],[32,6],[40,0,4],[32,8],[65,2],[108],[106],[47,0,4],[184],[33,9],[2,64],[2,64],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_delete')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'delete' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[11],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,13],[65,220,0],[70],[4,64,"TYPESWITCH|Int16Array"],[65,0],[33,10],[3,64],[32,6],[40,0,4],[32,8],[65,2],[108],[106],[46,0,4],[183],[33,9],[2,64],[2,64],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_delete')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'delete' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[11],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,13],[65,221,0],[70],[4,64,"TYPESWITCH|Uint32Array"],[65,0],[33,10],[3,64],[32,6],[40,0,4],[32,8],[65,4],[108],[106],[40,0,4],[184],[33,9],[2,64],[2,64],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_delete')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'delete' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[11],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,13],[65,222,0],[70],[4,64,"TYPESWITCH|Int32Array"],[65,0],[33,10],[3,64],[32,6],[40,0,4],[32,8],[65,4],[108],[106],[40,0,4],[183],[33,9],[2,64],[2,64],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_delete')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'delete' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[11],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,13],[65,223,0],[70],[4,64,"TYPESWITCH|Float32Array"],[65,0],[33,10],[3,64],[32,6],[40,0,4],[32,8],[65,4],[108],[106],[42,0,4],[187],[33,9],[2,64],[2,64],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_delete')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'delete' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[11],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,13],[65,224,0],[70],[4,64,"TYPESWITCH|Float64Array"],[65,0],[33,10],[3,64],[32,6],[40,0,4],[32,8],[65,8],[108],[106],[43,0,4],[33,9],[2,64],[2,64],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_delete')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'delete' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[11],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,13],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[65,194,1],[33,10],[65,0],[65,1],[54,0,0],[3,64],[65,0],[32,6],[32,8],[106],[45,0,4],[58,0,4],[68,0,0,0,0,0,0,0,0],[33,9],[2,64],[2,64],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_delete')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'delete' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[11],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],...internalThrow(scope, 'TypeError', `Tried for..of on non-iterable type`),[11,"TYPESWITCH_end"],[32,4],[65,19],[15]],
|
1560
|
+
wasm: (scope, {builtin,internalThrow}) => [[32,2],[32,3],[16, builtin('__Porffor_rawType')],[68,0,0,0,0,0,0,51,64],[98],[4,64],...internalThrow(scope, 'TypeError', `other argument must be a Set`),[11],[65,1],[32,0],[65,19],[16, builtin('Set')],[33,5],[33,4],[32,2],[252,3],[33,6],[65,0],[33,8],[32,6],[40,1,0],[33,7],[32,3],[33,13],[2,64],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[3,64],[32,6],[43,0,4],[32,6],[45,0,12],[33,10],[33,9],[2,64],[2,64],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,35],[70],[4,64,"TYPESWITCH|WeakMap"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakMap_prototype_delete')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'delete' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[11],[32,6],[65,9],[106],[33,6],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,13],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[65,194,0],[33,10],[65,0],[65,1],[54,0,0],[3,64],[65,0],[32,6],[47,0,4],[59,0,4],[68,0,0,0,0,0,0,0,0],[33,9],[2,64],[2,64],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,35],[70],[4,64,"TYPESWITCH|WeakMap"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakMap_prototype_delete')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'delete' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[11],[32,6],[65,2],[106],[33,6],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,13],[65,208,0],[70],[4,64,"TYPESWITCH|Array"],[3,64],[32,6],[43,0,4],[32,6],[45,0,12],[33,10],[33,9],[2,64],[2,64],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,35],[70],[4,64,"TYPESWITCH|WeakMap"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakMap_prototype_delete')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'delete' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[11],[32,6],[65,9],[106],[33,6],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,13],[65,216,0],[70],[4,64,"TYPESWITCH|Uint8Array"],[65,0],[33,10],[3,64],[32,6],[40,0,4],[32,8],[106],[45,0,4],[184],[33,9],[2,64],[2,64],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,35],[70],[4,64,"TYPESWITCH|WeakMap"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakMap_prototype_delete')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'delete' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[11],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,13],[65,217,0],[70],[4,64,"TYPESWITCH|Int8Array"],[65,0],[33,10],[3,64],[32,6],[40,0,4],[32,8],[106],[44,0,4],[183],[33,9],[2,64],[2,64],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,35],[70],[4,64,"TYPESWITCH|WeakMap"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakMap_prototype_delete')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'delete' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[11],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,13],[65,218,0],[70],[4,64,"TYPESWITCH|Uint8ClampedArray"],[65,0],[33,10],[3,64],[32,6],[40,0,4],[32,8],[106],[45,0,4],[184],[33,9],[2,64],[2,64],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,35],[70],[4,64,"TYPESWITCH|WeakMap"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakMap_prototype_delete')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'delete' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[11],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,13],[65,219,0],[70],[4,64,"TYPESWITCH|Uint16Array"],[65,0],[33,10],[3,64],[32,6],[40,0,4],[32,8],[65,2],[108],[106],[47,0,4],[184],[33,9],[2,64],[2,64],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,35],[70],[4,64,"TYPESWITCH|WeakMap"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakMap_prototype_delete')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'delete' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[11],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,13],[65,220,0],[70],[4,64,"TYPESWITCH|Int16Array"],[65,0],[33,10],[3,64],[32,6],[40,0,4],[32,8],[65,2],[108],[106],[46,0,4],[183],[33,9],[2,64],[2,64],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,35],[70],[4,64,"TYPESWITCH|WeakMap"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakMap_prototype_delete')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'delete' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[11],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,13],[65,221,0],[70],[4,64,"TYPESWITCH|Uint32Array"],[65,0],[33,10],[3,64],[32,6],[40,0,4],[32,8],[65,4],[108],[106],[40,0,4],[184],[33,9],[2,64],[2,64],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,35],[70],[4,64,"TYPESWITCH|WeakMap"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakMap_prototype_delete')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'delete' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[11],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,13],[65,222,0],[70],[4,64,"TYPESWITCH|Int32Array"],[65,0],[33,10],[3,64],[32,6],[40,0,4],[32,8],[65,4],[108],[106],[40,0,4],[183],[33,9],[2,64],[2,64],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,35],[70],[4,64,"TYPESWITCH|WeakMap"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakMap_prototype_delete')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'delete' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[11],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,13],[65,223,0],[70],[4,64,"TYPESWITCH|Float32Array"],[65,0],[33,10],[3,64],[32,6],[40,0,4],[32,8],[65,4],[108],[106],[42,0,4],[187],[33,9],[2,64],[2,64],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,35],[70],[4,64,"TYPESWITCH|WeakMap"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakMap_prototype_delete')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'delete' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[11],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,13],[65,224,0],[70],[4,64,"TYPESWITCH|Float64Array"],[65,0],[33,10],[3,64],[32,6],[40,0,4],[32,8],[65,8],[108],[106],[43,0,4],[33,9],[2,64],[2,64],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,35],[70],[4,64,"TYPESWITCH|WeakMap"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakMap_prototype_delete')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'delete' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[11],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,13],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[65,194,1],[33,10],[65,0],[65,1],[54,0,0],[3,64],[65,0],[32,6],[32,8],[106],[45,0,4],[58,0,4],[68,0,0,0,0,0,0,0,0],[33,9],[2,64],[2,64],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,35],[70],[4,64,"TYPESWITCH|WeakMap"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakMap_prototype_delete')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'delete' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[11],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],...internalThrow(scope, 'TypeError', `Tried for..of on non-iterable type`),[11,"TYPESWITCH_end"],[32,4],[65,19],[15]],
|
1561
1561
|
params: [124,127,124,127], typedParams: 1,
|
1562
1562
|
returns: [124,127], typedReturns: 1,
|
1563
1563
|
locals: [124,127,127,127,127,124,127,124,127,127], localNames: ["_this","_this#type","other","other#type","out","#last_type","forof_base_pointer","forof_length","forof_counter","x","x#type","#proto_target","#proto_target#type","#typeswitch_tmp"],
|
1564
1564
|
};
|
1565
1565
|
this.__Set_prototype_symmetricDifference = {
|
1566
|
-
wasm: (scope, {builtin,internalThrow}) => [[32,2],[32,3],[16, builtin('__Porffor_rawType')],[68,0,0,0,0,0,0,51,64],[98],[4,64],...internalThrow(scope, 'TypeError', `other argument must be a Set`),[11],[65,1],[32,0],[65,19],[16, builtin('Set')],[33,5],[33,4],[32,2],[252,3],[33,6],[65,0],[33,8],[32,6],[40,1,0],[33,7],[32,3],[33,13],[2,64],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[3,64],[32,6],[43,0,4],[32,6],[45,0,12],[33,10],[33,9],[2,64],[2,64],[32,0],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_has')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_has')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_has')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'has' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[33,14],[32,5],[33,13],[2,127],[32,13],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[32,14],[252,3],[40,1,0],[12,1],[11],[32,13],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,14],[252,3],[40,1,0],[12,1],[11],[32,14],[252,3],[11,"TYPESWITCH_end"],[4,64],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_delete')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'delete' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[5],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_add')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_add')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'add' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[11],[11],[32,6],[65,9],[106],[33,6],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,13],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[65,194,0],[33,10],[65,0],[65,1],[54,0,0],[3,64],[65,0],[32,6],[47,0,4],[59,0,4],[68,0,0,0,0,0,0,0,0],[33,9],[2,64],[2,64],[32,0],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_has')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_has')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_has')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'has' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[33,14],[32,5],[33,13],[2,127],[32,13],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[32,14],[252,3],[40,1,0],[12,1],[11],[32,13],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,14],[252,3],[40,1,0],[12,1],[11],[32,14],[252,3],[11,"TYPESWITCH_end"],[4,64],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_delete')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'delete' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[5],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_add')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_add')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'add' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[11],[11],[32,6],[65,2],[106],[33,6],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,13],[65,208,0],[70],[4,64,"TYPESWITCH|Array"],[3,64],[32,6],[43,0,4],[32,6],[45,0,12],[33,10],[33,9],[2,64],[2,64],[32,0],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_has')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_has')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_has')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'has' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[33,14],[32,5],[33,13],[2,127],[32,13],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[32,14],[252,3],[40,1,0],[12,1],[11],[32,13],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,14],[252,3],[40,1,0],[12,1],[11],[32,14],[252,3],[11,"TYPESWITCH_end"],[4,64],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_delete')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'delete' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[5],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_add')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_add')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'add' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[11],[11],[32,6],[65,9],[106],[33,6],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,13],[65,216,0],[70],[4,64,"TYPESWITCH|Uint8Array"],[65,0],[33,10],[3,64],[32,6],[40,0,4],[32,8],[106],[45,0,4],[184],[33,9],[2,64],[2,64],[32,0],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_has')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_has')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_has')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'has' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[33,14],[32,5],[33,13],[2,127],[32,13],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[32,14],[252,3],[40,1,0],[12,1],[11],[32,13],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,14],[252,3],[40,1,0],[12,1],[11],[32,14],[252,3],[11,"TYPESWITCH_end"],[4,64],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_delete')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'delete' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[5],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_add')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_add')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'add' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[11],[11],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,13],[65,217,0],[70],[4,64,"TYPESWITCH|Int8Array"],[65,0],[33,10],[3,64],[32,6],[40,0,4],[32,8],[106],[44,0,4],[183],[33,9],[2,64],[2,64],[32,0],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_has')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_has')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_has')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'has' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[33,14],[32,5],[33,13],[2,127],[32,13],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[32,14],[252,3],[40,1,0],[12,1],[11],[32,13],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,14],[252,3],[40,1,0],[12,1],[11],[32,14],[252,3],[11,"TYPESWITCH_end"],[4,64],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_delete')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'delete' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[5],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_add')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_add')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'add' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[11],[11],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,13],[65,218,0],[70],[4,64,"TYPESWITCH|Uint8ClampedArray"],[65,0],[33,10],[3,64],[32,6],[40,0,4],[32,8],[106],[45,0,4],[184],[33,9],[2,64],[2,64],[32,0],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_has')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_has')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_has')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'has' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[33,14],[32,5],[33,13],[2,127],[32,13],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[32,14],[252,3],[40,1,0],[12,1],[11],[32,13],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,14],[252,3],[40,1,0],[12,1],[11],[32,14],[252,3],[11,"TYPESWITCH_end"],[4,64],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_delete')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'delete' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[5],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_add')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_add')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'add' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[11],[11],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,13],[65,219,0],[70],[4,64,"TYPESWITCH|Uint16Array"],[65,0],[33,10],[3,64],[32,6],[40,0,4],[32,8],[65,2],[108],[106],[47,0,4],[184],[33,9],[2,64],[2,64],[32,0],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_has')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_has')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_has')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'has' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[33,14],[32,5],[33,13],[2,127],[32,13],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[32,14],[252,3],[40,1,0],[12,1],[11],[32,13],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,14],[252,3],[40,1,0],[12,1],[11],[32,14],[252,3],[11,"TYPESWITCH_end"],[4,64],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_delete')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'delete' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[5],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_add')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_add')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'add' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[11],[11],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,13],[65,220,0],[70],[4,64,"TYPESWITCH|Int16Array"],[65,0],[33,10],[3,64],[32,6],[40,0,4],[32,8],[65,2],[108],[106],[46,0,4],[183],[33,9],[2,64],[2,64],[32,0],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_has')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_has')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_has')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'has' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[33,14],[32,5],[33,13],[2,127],[32,13],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[32,14],[252,3],[40,1,0],[12,1],[11],[32,13],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,14],[252,3],[40,1,0],[12,1],[11],[32,14],[252,3],[11,"TYPESWITCH_end"],[4,64],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_delete')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'delete' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[5],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_add')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_add')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'add' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[11],[11],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,13],[65,221,0],[70],[4,64,"TYPESWITCH|Uint32Array"],[65,0],[33,10],[3,64],[32,6],[40,0,4],[32,8],[65,4],[108],[106],[40,0,4],[184],[33,9],[2,64],[2,64],[32,0],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_has')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_has')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_has')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'has' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[33,14],[32,5],[33,13],[2,127],[32,13],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[32,14],[252,3],[40,1,0],[12,1],[11],[32,13],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,14],[252,3],[40,1,0],[12,1],[11],[32,14],[252,3],[11,"TYPESWITCH_end"],[4,64],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_delete')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'delete' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[5],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_add')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_add')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'add' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[11],[11],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,13],[65,222,0],[70],[4,64,"TYPESWITCH|Int32Array"],[65,0],[33,10],[3,64],[32,6],[40,0,4],[32,8],[65,4],[108],[106],[40,0,4],[183],[33,9],[2,64],[2,64],[32,0],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_has')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_has')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_has')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'has' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[33,14],[32,5],[33,13],[2,127],[32,13],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[32,14],[252,3],[40,1,0],[12,1],[11],[32,13],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,14],[252,3],[40,1,0],[12,1],[11],[32,14],[252,3],[11,"TYPESWITCH_end"],[4,64],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_delete')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'delete' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[5],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_add')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_add')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'add' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[11],[11],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,13],[65,223,0],[70],[4,64,"TYPESWITCH|Float32Array"],[65,0],[33,10],[3,64],[32,6],[40,0,4],[32,8],[65,4],[108],[106],[42,0,4],[187],[33,9],[2,64],[2,64],[32,0],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_has')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_has')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_has')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'has' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[33,14],[32,5],[33,13],[2,127],[32,13],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[32,14],[252,3],[40,1,0],[12,1],[11],[32,13],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,14],[252,3],[40,1,0],[12,1],[11],[32,14],[252,3],[11,"TYPESWITCH_end"],[4,64],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_delete')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'delete' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[5],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_add')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_add')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'add' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[11],[11],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,13],[65,224,0],[70],[4,64,"TYPESWITCH|Float64Array"],[65,0],[33,10],[3,64],[32,6],[40,0,4],[32,8],[65,8],[108],[106],[43,0,4],[33,9],[2,64],[2,64],[32,0],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_has')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_has')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_has')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'has' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[33,14],[32,5],[33,13],[2,127],[32,13],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[32,14],[252,3],[40,1,0],[12,1],[11],[32,13],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,14],[252,3],[40,1,0],[12,1],[11],[32,14],[252,3],[11,"TYPESWITCH_end"],[4,64],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_delete')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'delete' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[5],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_add')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_add')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'add' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[11],[11],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,13],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[65,194,1],[33,10],[65,0],[65,1],[54,0,0],[3,64],[65,0],[32,6],[32,8],[106],[45,0,4],[58,0,4],[68,0,0,0,0,0,0,0,0],[33,9],[2,64],[2,64],[32,0],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_has')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_has')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_has')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'has' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[33,14],[32,5],[33,13],[2,127],[32,13],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[32,14],[252,3],[40,1,0],[12,1],[11],[32,13],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,14],[252,3],[40,1,0],[12,1],[11],[32,14],[252,3],[11,"TYPESWITCH_end"],[4,64],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_delete')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'delete' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[5],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_add')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_add')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'add' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[11],[11],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],...internalThrow(scope, 'TypeError', `Tried for..of on non-iterable type`),[11,"TYPESWITCH_end"],[32,4],[65,19],[15]],
|
1566
|
+
wasm: (scope, {builtin,internalThrow}) => [[32,2],[32,3],[16, builtin('__Porffor_rawType')],[68,0,0,0,0,0,0,51,64],[98],[4,64],...internalThrow(scope, 'TypeError', `other argument must be a Set`),[11],[65,1],[32,0],[65,19],[16, builtin('Set')],[33,5],[33,4],[32,2],[252,3],[33,6],[65,0],[33,8],[32,6],[40,1,0],[33,7],[32,3],[33,13],[2,64],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[3,64],[32,6],[43,0,4],[32,6],[45,0,12],[33,10],[33,9],[2,64],[2,64],[32,0],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_has')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_has')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_has')],[33,5],[12,1],[11],[32,13],[65,35],[70],[4,64,"TYPESWITCH|WeakMap"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakMap_prototype_has')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'has' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[33,14],[32,5],[33,13],[2,127],[32,13],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[32,14],[252,3],[40,1,0],[12,1],[11],[32,13],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,14],[252,3],[40,1,0],[12,1],[11],[32,14],[252,3],[11,"TYPESWITCH_end"],[4,64],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,35],[70],[4,64,"TYPESWITCH|WeakMap"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakMap_prototype_delete')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'delete' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[5],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_add')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_add')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'add' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[11],[11],[32,6],[65,9],[106],[33,6],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,13],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[65,194,0],[33,10],[65,0],[65,1],[54,0,0],[3,64],[65,0],[32,6],[47,0,4],[59,0,4],[68,0,0,0,0,0,0,0,0],[33,9],[2,64],[2,64],[32,0],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_has')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_has')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_has')],[33,5],[12,1],[11],[32,13],[65,35],[70],[4,64,"TYPESWITCH|WeakMap"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakMap_prototype_has')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'has' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[33,14],[32,5],[33,13],[2,127],[32,13],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[32,14],[252,3],[40,1,0],[12,1],[11],[32,13],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,14],[252,3],[40,1,0],[12,1],[11],[32,14],[252,3],[11,"TYPESWITCH_end"],[4,64],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,35],[70],[4,64,"TYPESWITCH|WeakMap"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakMap_prototype_delete')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'delete' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[5],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_add')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_add')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'add' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[11],[11],[32,6],[65,2],[106],[33,6],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,13],[65,208,0],[70],[4,64,"TYPESWITCH|Array"],[3,64],[32,6],[43,0,4],[32,6],[45,0,12],[33,10],[33,9],[2,64],[2,64],[32,0],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_has')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_has')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_has')],[33,5],[12,1],[11],[32,13],[65,35],[70],[4,64,"TYPESWITCH|WeakMap"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakMap_prototype_has')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'has' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[33,14],[32,5],[33,13],[2,127],[32,13],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[32,14],[252,3],[40,1,0],[12,1],[11],[32,13],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,14],[252,3],[40,1,0],[12,1],[11],[32,14],[252,3],[11,"TYPESWITCH_end"],[4,64],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,35],[70],[4,64,"TYPESWITCH|WeakMap"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakMap_prototype_delete')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'delete' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[5],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_add')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_add')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'add' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[11],[11],[32,6],[65,9],[106],[33,6],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,13],[65,216,0],[70],[4,64,"TYPESWITCH|Uint8Array"],[65,0],[33,10],[3,64],[32,6],[40,0,4],[32,8],[106],[45,0,4],[184],[33,9],[2,64],[2,64],[32,0],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_has')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_has')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_has')],[33,5],[12,1],[11],[32,13],[65,35],[70],[4,64,"TYPESWITCH|WeakMap"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakMap_prototype_has')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'has' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[33,14],[32,5],[33,13],[2,127],[32,13],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[32,14],[252,3],[40,1,0],[12,1],[11],[32,13],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,14],[252,3],[40,1,0],[12,1],[11],[32,14],[252,3],[11,"TYPESWITCH_end"],[4,64],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,35],[70],[4,64,"TYPESWITCH|WeakMap"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakMap_prototype_delete')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'delete' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[5],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_add')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_add')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'add' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[11],[11],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,13],[65,217,0],[70],[4,64,"TYPESWITCH|Int8Array"],[65,0],[33,10],[3,64],[32,6],[40,0,4],[32,8],[106],[44,0,4],[183],[33,9],[2,64],[2,64],[32,0],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_has')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_has')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_has')],[33,5],[12,1],[11],[32,13],[65,35],[70],[4,64,"TYPESWITCH|WeakMap"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakMap_prototype_has')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'has' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[33,14],[32,5],[33,13],[2,127],[32,13],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[32,14],[252,3],[40,1,0],[12,1],[11],[32,13],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,14],[252,3],[40,1,0],[12,1],[11],[32,14],[252,3],[11,"TYPESWITCH_end"],[4,64],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,35],[70],[4,64,"TYPESWITCH|WeakMap"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakMap_prototype_delete')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'delete' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[5],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_add')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_add')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'add' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[11],[11],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,13],[65,218,0],[70],[4,64,"TYPESWITCH|Uint8ClampedArray"],[65,0],[33,10],[3,64],[32,6],[40,0,4],[32,8],[106],[45,0,4],[184],[33,9],[2,64],[2,64],[32,0],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_has')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_has')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_has')],[33,5],[12,1],[11],[32,13],[65,35],[70],[4,64,"TYPESWITCH|WeakMap"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakMap_prototype_has')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'has' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[33,14],[32,5],[33,13],[2,127],[32,13],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[32,14],[252,3],[40,1,0],[12,1],[11],[32,13],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,14],[252,3],[40,1,0],[12,1],[11],[32,14],[252,3],[11,"TYPESWITCH_end"],[4,64],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,35],[70],[4,64,"TYPESWITCH|WeakMap"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakMap_prototype_delete')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'delete' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[5],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_add')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_add')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'add' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[11],[11],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,13],[65,219,0],[70],[4,64,"TYPESWITCH|Uint16Array"],[65,0],[33,10],[3,64],[32,6],[40,0,4],[32,8],[65,2],[108],[106],[47,0,4],[184],[33,9],[2,64],[2,64],[32,0],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_has')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_has')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_has')],[33,5],[12,1],[11],[32,13],[65,35],[70],[4,64,"TYPESWITCH|WeakMap"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakMap_prototype_has')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'has' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[33,14],[32,5],[33,13],[2,127],[32,13],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[32,14],[252,3],[40,1,0],[12,1],[11],[32,13],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,14],[252,3],[40,1,0],[12,1],[11],[32,14],[252,3],[11,"TYPESWITCH_end"],[4,64],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,35],[70],[4,64,"TYPESWITCH|WeakMap"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakMap_prototype_delete')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'delete' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[5],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_add')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_add')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'add' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[11],[11],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,13],[65,220,0],[70],[4,64,"TYPESWITCH|Int16Array"],[65,0],[33,10],[3,64],[32,6],[40,0,4],[32,8],[65,2],[108],[106],[46,0,4],[183],[33,9],[2,64],[2,64],[32,0],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_has')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_has')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_has')],[33,5],[12,1],[11],[32,13],[65,35],[70],[4,64,"TYPESWITCH|WeakMap"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakMap_prototype_has')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'has' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[33,14],[32,5],[33,13],[2,127],[32,13],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[32,14],[252,3],[40,1,0],[12,1],[11],[32,13],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,14],[252,3],[40,1,0],[12,1],[11],[32,14],[252,3],[11,"TYPESWITCH_end"],[4,64],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,35],[70],[4,64,"TYPESWITCH|WeakMap"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakMap_prototype_delete')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'delete' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[5],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_add')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_add')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'add' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[11],[11],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,13],[65,221,0],[70],[4,64,"TYPESWITCH|Uint32Array"],[65,0],[33,10],[3,64],[32,6],[40,0,4],[32,8],[65,4],[108],[106],[40,0,4],[184],[33,9],[2,64],[2,64],[32,0],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_has')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_has')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_has')],[33,5],[12,1],[11],[32,13],[65,35],[70],[4,64,"TYPESWITCH|WeakMap"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakMap_prototype_has')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'has' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[33,14],[32,5],[33,13],[2,127],[32,13],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[32,14],[252,3],[40,1,0],[12,1],[11],[32,13],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,14],[252,3],[40,1,0],[12,1],[11],[32,14],[252,3],[11,"TYPESWITCH_end"],[4,64],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,35],[70],[4,64,"TYPESWITCH|WeakMap"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakMap_prototype_delete')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'delete' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[5],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_add')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_add')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'add' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[11],[11],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,13],[65,222,0],[70],[4,64,"TYPESWITCH|Int32Array"],[65,0],[33,10],[3,64],[32,6],[40,0,4],[32,8],[65,4],[108],[106],[40,0,4],[183],[33,9],[2,64],[2,64],[32,0],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_has')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_has')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_has')],[33,5],[12,1],[11],[32,13],[65,35],[70],[4,64,"TYPESWITCH|WeakMap"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakMap_prototype_has')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'has' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[33,14],[32,5],[33,13],[2,127],[32,13],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[32,14],[252,3],[40,1,0],[12,1],[11],[32,13],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,14],[252,3],[40,1,0],[12,1],[11],[32,14],[252,3],[11,"TYPESWITCH_end"],[4,64],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,35],[70],[4,64,"TYPESWITCH|WeakMap"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakMap_prototype_delete')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'delete' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[5],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_add')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_add')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'add' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[11],[11],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,13],[65,223,0],[70],[4,64,"TYPESWITCH|Float32Array"],[65,0],[33,10],[3,64],[32,6],[40,0,4],[32,8],[65,4],[108],[106],[42,0,4],[187],[33,9],[2,64],[2,64],[32,0],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_has')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_has')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_has')],[33,5],[12,1],[11],[32,13],[65,35],[70],[4,64,"TYPESWITCH|WeakMap"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakMap_prototype_has')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'has' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[33,14],[32,5],[33,13],[2,127],[32,13],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[32,14],[252,3],[40,1,0],[12,1],[11],[32,13],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,14],[252,3],[40,1,0],[12,1],[11],[32,14],[252,3],[11,"TYPESWITCH_end"],[4,64],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,35],[70],[4,64,"TYPESWITCH|WeakMap"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakMap_prototype_delete')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'delete' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[5],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_add')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_add')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'add' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[11],[11],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,13],[65,224,0],[70],[4,64,"TYPESWITCH|Float64Array"],[65,0],[33,10],[3,64],[32,6],[40,0,4],[32,8],[65,8],[108],[106],[43,0,4],[33,9],[2,64],[2,64],[32,0],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_has')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_has')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_has')],[33,5],[12,1],[11],[32,13],[65,35],[70],[4,64,"TYPESWITCH|WeakMap"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakMap_prototype_has')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'has' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[33,14],[32,5],[33,13],[2,127],[32,13],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[32,14],[252,3],[40,1,0],[12,1],[11],[32,13],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,14],[252,3],[40,1,0],[12,1],[11],[32,14],[252,3],[11,"TYPESWITCH_end"],[4,64],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,35],[70],[4,64,"TYPESWITCH|WeakMap"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakMap_prototype_delete')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'delete' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[5],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_add')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_add')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'add' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[11],[11],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,13],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[65,194,1],[33,10],[65,0],[65,1],[54,0,0],[3,64],[65,0],[32,6],[32,8],[106],[45,0,4],[58,0,4],[68,0,0,0,0,0,0,0,0],[33,9],[2,64],[2,64],[32,0],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_has')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_has')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_has')],[33,5],[12,1],[11],[32,13],[65,35],[70],[4,64,"TYPESWITCH|WeakMap"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakMap_prototype_has')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'has' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[33,14],[32,5],[33,13],[2,127],[32,13],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[32,14],[252,3],[40,1,0],[12,1],[11],[32,13],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,14],[252,3],[40,1,0],[12,1],[11],[32,14],[252,3],[11,"TYPESWITCH_end"],[4,64],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Map_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_delete')],[33,5],[12,1],[11],[32,13],[65,35],[70],[4,64,"TYPESWITCH|WeakMap"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakMap_prototype_delete')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'delete' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[5],[32,4],[33,11],[65,19],[34,12],[33,13],[2,124],[32,13],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__Set_prototype_add')],[33,5],[12,1],[11],[32,13],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,11],[32,12],[32,9],[32,10],[16, builtin('__WeakSet_prototype_add')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'add' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[11],[11],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],...internalThrow(scope, 'TypeError', `Tried for..of on non-iterable type`),[11,"TYPESWITCH_end"],[32,4],[65,19],[15]],
|
1567
1567
|
params: [124,127,124,127], typedParams: 1,
|
1568
1568
|
returns: [124,127], typedReturns: 1,
|
1569
1569
|
locals: [124,127,127,127,127,124,127,124,127,127,124], localNames: ["_this","_this#type","other","other#type","out","#last_type","forof_base_pointer","forof_length","forof_counter","x","x#type","#proto_target","#proto_target#type","#typeswitch_tmp","#logicinner_tmp"],
|
1570
1570
|
};
|
1571
1571
|
this.__Set_prototype_isSubsetOf = {
|
1572
|
-
wasm: (scope, {builtin,internalThrow}) => [[32,2],[32,3],[16, builtin('__Porffor_rawType')],[68,0,0,0,0,0,0,51,64],[98],[4,64],...internalThrow(scope, 'TypeError', `other argument must be a Set`),[11],[32,0],[252,3],[33,4],[65,0],[33,6],[32,4],[40,1,0],[33,5],[3,64],[32,4],[43,0,4],[32,4],[45,0,12],[33,8],[33,7],[2,64],[2,64],[32,2],[33,9],[32,3],[34,10],[33,12],[2,124],[32,12],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__Set_prototype_has')],[33,11],[12,1],[11],[32,12],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__Map_prototype_has')],[33,11],[12,1],[11],[32,12],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__WeakSet_prototype_has')],[33,11],[12,1],[11],...internalThrow(scope, 'TypeError', `'has' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[33,13],[32,11],[33,12],[2,124],[32,12],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[32,13],[252,3],[40,1,0],[69],[184],[12,1],[11],[32,12],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,13],[252,3],[40,1,0],[69],[184],[12,1],[11],[32,13],[68,0,0,0,0,0,0,0,0],[97],[184],[11,"TYPESWITCH_end"],[252,3],[4,64],[68,0,0,0,0,0,0,0,0],[65,1],[15],[11],[11],[32,4],[65,9],[106],[33,4],[32,6],[65,1],[106],[34,6],[32,5],[71],[13,1],[11],[11],[68,0,0,0,0,0,0,240,63],[65,1],[15]],
|
1572
|
+
wasm: (scope, {builtin,internalThrow}) => [[32,2],[32,3],[16, builtin('__Porffor_rawType')],[68,0,0,0,0,0,0,51,64],[98],[4,64],...internalThrow(scope, 'TypeError', `other argument must be a Set`),[11],[32,0],[252,3],[33,4],[65,0],[33,6],[32,4],[40,1,0],[33,5],[3,64],[32,4],[43,0,4],[32,4],[45,0,12],[33,8],[33,7],[2,64],[2,64],[32,2],[33,9],[32,3],[34,10],[33,12],[2,124],[32,12],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__Set_prototype_has')],[33,11],[12,1],[11],[32,12],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__Map_prototype_has')],[33,11],[12,1],[11],[32,12],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__WeakSet_prototype_has')],[33,11],[12,1],[11],[32,12],[65,35],[70],[4,64,"TYPESWITCH|WeakMap"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__WeakMap_prototype_has')],[33,11],[12,1],[11],...internalThrow(scope, 'TypeError', `'has' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[33,13],[32,11],[33,12],[2,124],[32,12],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[32,13],[252,3],[40,1,0],[69],[184],[12,1],[11],[32,12],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,13],[252,3],[40,1,0],[69],[184],[12,1],[11],[32,13],[68,0,0,0,0,0,0,0,0],[97],[184],[11,"TYPESWITCH_end"],[252,3],[4,64],[68,0,0,0,0,0,0,0,0],[65,1],[15],[11],[11],[32,4],[65,9],[106],[33,4],[32,6],[65,1],[106],[34,6],[32,5],[71],[13,1],[11],[11],[68,0,0,0,0,0,0,240,63],[65,1],[15]],
|
1573
1573
|
params: [124,127,124,127], typedParams: 1,
|
1574
1574
|
returns: [124,127], typedReturns: 1,
|
1575
1575
|
locals: [127,127,127,124,127,124,127,127,127,124], localNames: ["_this","_this#type","other","other#type","forof_base_pointer","forof_length","forof_counter","x","x#type","#proto_target","#proto_target#type","#last_type","#typeswitch_tmp","#logicinner_tmp"],
|
1576
1576
|
};
|
1577
1577
|
this.__Set_prototype_isSupersetOf = {
|
1578
|
-
wasm: (scope, {builtin,internalThrow}) => [[32,2],[32,3],[16, builtin('__Porffor_rawType')],[68,0,0,0,0,0,0,51,64],[98],[4,64],...internalThrow(scope, 'TypeError', `other argument must be a Set`),[11],[32,2],[252,3],[33,4],[65,0],[33,6],[32,4],[40,1,0],[33,5],[32,3],[33,12],[2,64],[32,12],[65,19],[70],[4,64,"TYPESWITCH|Set"],[3,64],[32,4],[43,0,4],[32,4],[45,0,12],[33,8],[33,7],[2,64],[2,64],[32,0],[33,9],[65,19],[34,10],[33,12],[2,124],[32,12],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__Set_prototype_has')],[33,11],[12,1],[11],[32,12],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__Map_prototype_has')],[33,11],[12,1],[11],[32,12],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__WeakSet_prototype_has')],[33,11],[12,1],[11],...internalThrow(scope, 'TypeError', `'has' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[33,13],[32,11],[33,12],[2,124],[32,12],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[32,13],[252,3],[40,1,0],[69],[184],[12,1],[11],[32,12],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,13],[252,3],[40,1,0],[69],[184],[12,1],[11],[32,13],[68,0,0,0,0,0,0,0,0],[97],[184],[11,"TYPESWITCH_end"],[252,3],[4,64],[68,0,0,0,0,0,0,0,0],[65,1],[15],[11],[11],[32,4],[65,9],[106],[33,4],[32,6],[65,1],[106],[34,6],[32,5],[71],[13,1],[11],[11],[12,1],[11],[32,12],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[65,194,0],[33,8],[65,0],[65,1],[54,0,0],[3,64],[65,0],[32,4],[47,0,4],[59,0,4],[68,0,0,0,0,0,0,0,0],[33,7],[2,64],[2,64],[32,0],[33,9],[65,19],[34,10],[33,12],[2,124],[32,12],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__Set_prototype_has')],[33,11],[12,1],[11],[32,12],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__Map_prototype_has')],[33,11],[12,1],[11],[32,12],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__WeakSet_prototype_has')],[33,11],[12,1],[11],...internalThrow(scope, 'TypeError', `'has' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[33,13],[32,11],[33,12],[2,124],[32,12],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[32,13],[252,3],[40,1,0],[69],[184],[12,1],[11],[32,12],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,13],[252,3],[40,1,0],[69],[184],[12,1],[11],[32,13],[68,0,0,0,0,0,0,0,0],[97],[184],[11,"TYPESWITCH_end"],[252,3],[4,64],[68,0,0,0,0,0,0,0,0],[65,1],[15],[11],[11],[32,4],[65,2],[106],[33,4],[32,6],[65,1],[106],[34,6],[32,5],[71],[13,1],[11],[11],[12,1],[11],[32,12],[65,208,0],[70],[4,64,"TYPESWITCH|Array"],[3,64],[32,4],[43,0,4],[32,4],[45,0,12],[33,8],[33,7],[2,64],[2,64],[32,0],[33,9],[65,19],[34,10],[33,12],[2,124],[32,12],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__Set_prototype_has')],[33,11],[12,1],[11],[32,12],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__Map_prototype_has')],[33,11],[12,1],[11],[32,12],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__WeakSet_prototype_has')],[33,11],[12,1],[11],...internalThrow(scope, 'TypeError', `'has' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[33,13],[32,11],[33,12],[2,124],[32,12],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[32,13],[252,3],[40,1,0],[69],[184],[12,1],[11],[32,12],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,13],[252,3],[40,1,0],[69],[184],[12,1],[11],[32,13],[68,0,0,0,0,0,0,0,0],[97],[184],[11,"TYPESWITCH_end"],[252,3],[4,64],[68,0,0,0,0,0,0,0,0],[65,1],[15],[11],[11],[32,4],[65,9],[106],[33,4],[32,6],[65,1],[106],[34,6],[32,5],[71],[13,1],[11],[11],[12,1],[11],[32,12],[65,216,0],[70],[4,64,"TYPESWITCH|Uint8Array"],[65,0],[33,8],[3,64],[32,4],[40,0,4],[32,6],[106],[45,0,4],[184],[33,7],[2,64],[2,64],[32,0],[33,9],[65,19],[34,10],[33,12],[2,124],[32,12],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__Set_prototype_has')],[33,11],[12,1],[11],[32,12],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__Map_prototype_has')],[33,11],[12,1],[11],[32,12],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__WeakSet_prototype_has')],[33,11],[12,1],[11],...internalThrow(scope, 'TypeError', `'has' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[33,13],[32,11],[33,12],[2,124],[32,12],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[32,13],[252,3],[40,1,0],[69],[184],[12,1],[11],[32,12],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,13],[252,3],[40,1,0],[69],[184],[12,1],[11],[32,13],[68,0,0,0,0,0,0,0,0],[97],[184],[11,"TYPESWITCH_end"],[252,3],[4,64],[68,0,0,0,0,0,0,0,0],[65,1],[15],[11],[11],[32,6],[65,1],[106],[34,6],[32,5],[71],[13,1],[11],[11],[12,1],[11],[32,12],[65,217,0],[70],[4,64,"TYPESWITCH|Int8Array"],[65,0],[33,8],[3,64],[32,4],[40,0,4],[32,6],[106],[44,0,4],[183],[33,7],[2,64],[2,64],[32,0],[33,9],[65,19],[34,10],[33,12],[2,124],[32,12],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__Set_prototype_has')],[33,11],[12,1],[11],[32,12],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__Map_prototype_has')],[33,11],[12,1],[11],[32,12],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__WeakSet_prototype_has')],[33,11],[12,1],[11],...internalThrow(scope, 'TypeError', `'has' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[33,13],[32,11],[33,12],[2,124],[32,12],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[32,13],[252,3],[40,1,0],[69],[184],[12,1],[11],[32,12],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,13],[252,3],[40,1,0],[69],[184],[12,1],[11],[32,13],[68,0,0,0,0,0,0,0,0],[97],[184],[11,"TYPESWITCH_end"],[252,3],[4,64],[68,0,0,0,0,0,0,0,0],[65,1],[15],[11],[11],[32,6],[65,1],[106],[34,6],[32,5],[71],[13,1],[11],[11],[12,1],[11],[32,12],[65,218,0],[70],[4,64,"TYPESWITCH|Uint8ClampedArray"],[65,0],[33,8],[3,64],[32,4],[40,0,4],[32,6],[106],[45,0,4],[184],[33,7],[2,64],[2,64],[32,0],[33,9],[65,19],[34,10],[33,12],[2,124],[32,12],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__Set_prototype_has')],[33,11],[12,1],[11],[32,12],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__Map_prototype_has')],[33,11],[12,1],[11],[32,12],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__WeakSet_prototype_has')],[33,11],[12,1],[11],...internalThrow(scope, 'TypeError', `'has' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[33,13],[32,11],[33,12],[2,124],[32,12],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[32,13],[252,3],[40,1,0],[69],[184],[12,1],[11],[32,12],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,13],[252,3],[40,1,0],[69],[184],[12,1],[11],[32,13],[68,0,0,0,0,0,0,0,0],[97],[184],[11,"TYPESWITCH_end"],[252,3],[4,64],[68,0,0,0,0,0,0,0,0],[65,1],[15],[11],[11],[32,6],[65,1],[106],[34,6],[32,5],[71],[13,1],[11],[11],[12,1],[11],[32,12],[65,219,0],[70],[4,64,"TYPESWITCH|Uint16Array"],[65,0],[33,8],[3,64],[32,4],[40,0,4],[32,6],[65,2],[108],[106],[47,0,4],[184],[33,7],[2,64],[2,64],[32,0],[33,9],[65,19],[34,10],[33,12],[2,124],[32,12],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__Set_prototype_has')],[33,11],[12,1],[11],[32,12],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__Map_prototype_has')],[33,11],[12,1],[11],[32,12],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__WeakSet_prototype_has')],[33,11],[12,1],[11],...internalThrow(scope, 'TypeError', `'has' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[33,13],[32,11],[33,12],[2,124],[32,12],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[32,13],[252,3],[40,1,0],[69],[184],[12,1],[11],[32,12],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,13],[252,3],[40,1,0],[69],[184],[12,1],[11],[32,13],[68,0,0,0,0,0,0,0,0],[97],[184],[11,"TYPESWITCH_end"],[252,3],[4,64],[68,0,0,0,0,0,0,0,0],[65,1],[15],[11],[11],[32,6],[65,1],[106],[34,6],[32,5],[71],[13,1],[11],[11],[12,1],[11],[32,12],[65,220,0],[70],[4,64,"TYPESWITCH|Int16Array"],[65,0],[33,8],[3,64],[32,4],[40,0,4],[32,6],[65,2],[108],[106],[46,0,4],[183],[33,7],[2,64],[2,64],[32,0],[33,9],[65,19],[34,10],[33,12],[2,124],[32,12],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__Set_prototype_has')],[33,11],[12,1],[11],[32,12],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__Map_prototype_has')],[33,11],[12,1],[11],[32,12],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__WeakSet_prototype_has')],[33,11],[12,1],[11],...internalThrow(scope, 'TypeError', `'has' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[33,13],[32,11],[33,12],[2,124],[32,12],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[32,13],[252,3],[40,1,0],[69],[184],[12,1],[11],[32,12],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,13],[252,3],[40,1,0],[69],[184],[12,1],[11],[32,13],[68,0,0,0,0,0,0,0,0],[97],[184],[11,"TYPESWITCH_end"],[252,3],[4,64],[68,0,0,0,0,0,0,0,0],[65,1],[15],[11],[11],[32,6],[65,1],[106],[34,6],[32,5],[71],[13,1],[11],[11],[12,1],[11],[32,12],[65,221,0],[70],[4,64,"TYPESWITCH|Uint32Array"],[65,0],[33,8],[3,64],[32,4],[40,0,4],[32,6],[65,4],[108],[106],[40,0,4],[184],[33,7],[2,64],[2,64],[32,0],[33,9],[65,19],[34,10],[33,12],[2,124],[32,12],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__Set_prototype_has')],[33,11],[12,1],[11],[32,12],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__Map_prototype_has')],[33,11],[12,1],[11],[32,12],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__WeakSet_prototype_has')],[33,11],[12,1],[11],...internalThrow(scope, 'TypeError', `'has' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[33,13],[32,11],[33,12],[2,124],[32,12],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[32,13],[252,3],[40,1,0],[69],[184],[12,1],[11],[32,12],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,13],[252,3],[40,1,0],[69],[184],[12,1],[11],[32,13],[68,0,0,0,0,0,0,0,0],[97],[184],[11,"TYPESWITCH_end"],[252,3],[4,64],[68,0,0,0,0,0,0,0,0],[65,1],[15],[11],[11],[32,6],[65,1],[106],[34,6],[32,5],[71],[13,1],[11],[11],[12,1],[11],[32,12],[65,222,0],[70],[4,64,"TYPESWITCH|Int32Array"],[65,0],[33,8],[3,64],[32,4],[40,0,4],[32,6],[65,4],[108],[106],[40,0,4],[183],[33,7],[2,64],[2,64],[32,0],[33,9],[65,19],[34,10],[33,12],[2,124],[32,12],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__Set_prototype_has')],[33,11],[12,1],[11],[32,12],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__Map_prototype_has')],[33,11],[12,1],[11],[32,12],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__WeakSet_prototype_has')],[33,11],[12,1],[11],...internalThrow(scope, 'TypeError', `'has' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[33,13],[32,11],[33,12],[2,124],[32,12],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[32,13],[252,3],[40,1,0],[69],[184],[12,1],[11],[32,12],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,13],[252,3],[40,1,0],[69],[184],[12,1],[11],[32,13],[68,0,0,0,0,0,0,0,0],[97],[184],[11,"TYPESWITCH_end"],[252,3],[4,64],[68,0,0,0,0,0,0,0,0],[65,1],[15],[11],[11],[32,6],[65,1],[106],[34,6],[32,5],[71],[13,1],[11],[11],[12,1],[11],[32,12],[65,223,0],[70],[4,64,"TYPESWITCH|Float32Array"],[65,0],[33,8],[3,64],[32,4],[40,0,4],[32,6],[65,4],[108],[106],[42,0,4],[187],[33,7],[2,64],[2,64],[32,0],[33,9],[65,19],[34,10],[33,12],[2,124],[32,12],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__Set_prototype_has')],[33,11],[12,1],[11],[32,12],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__Map_prototype_has')],[33,11],[12,1],[11],[32,12],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__WeakSet_prototype_has')],[33,11],[12,1],[11],...internalThrow(scope, 'TypeError', `'has' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[33,13],[32,11],[33,12],[2,124],[32,12],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[32,13],[252,3],[40,1,0],[69],[184],[12,1],[11],[32,12],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,13],[252,3],[40,1,0],[69],[184],[12,1],[11],[32,13],[68,0,0,0,0,0,0,0,0],[97],[184],[11,"TYPESWITCH_end"],[252,3],[4,64],[68,0,0,0,0,0,0,0,0],[65,1],[15],[11],[11],[32,6],[65,1],[106],[34,6],[32,5],[71],[13,1],[11],[11],[12,1],[11],[32,12],[65,224,0],[70],[4,64,"TYPESWITCH|Float64Array"],[65,0],[33,8],[3,64],[32,4],[40,0,4],[32,6],[65,8],[108],[106],[43,0,4],[33,7],[2,64],[2,64],[32,0],[33,9],[65,19],[34,10],[33,12],[2,124],[32,12],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__Set_prototype_has')],[33,11],[12,1],[11],[32,12],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__Map_prototype_has')],[33,11],[12,1],[11],[32,12],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__WeakSet_prototype_has')],[33,11],[12,1],[11],...internalThrow(scope, 'TypeError', `'has' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[33,13],[32,11],[33,12],[2,124],[32,12],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[32,13],[252,3],[40,1,0],[69],[184],[12,1],[11],[32,12],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,13],[252,3],[40,1,0],[69],[184],[12,1],[11],[32,13],[68,0,0,0,0,0,0,0,0],[97],[184],[11,"TYPESWITCH_end"],[252,3],[4,64],[68,0,0,0,0,0,0,0,0],[65,1],[15],[11],[11],[32,6],[65,1],[106],[34,6],[32,5],[71],[13,1],[11],[11],[12,1],[11],[32,12],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[65,194,1],[33,8],[65,0],[65,1],[54,0,0],[3,64],[65,0],[32,4],[32,6],[106],[45,0,4],[58,0,4],[68,0,0,0,0,0,0,0,0],[33,7],[2,64],[2,64],[32,0],[33,9],[65,19],[34,10],[33,12],[2,124],[32,12],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__Set_prototype_has')],[33,11],[12,1],[11],[32,12],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__Map_prototype_has')],[33,11],[12,1],[11],[32,12],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__WeakSet_prototype_has')],[33,11],[12,1],[11],...internalThrow(scope, 'TypeError', `'has' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[33,13],[32,11],[33,12],[2,124],[32,12],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[32,13],[252,3],[40,1,0],[69],[184],[12,1],[11],[32,12],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,13],[252,3],[40,1,0],[69],[184],[12,1],[11],[32,13],[68,0,0,0,0,0,0,0,0],[97],[184],[11,"TYPESWITCH_end"],[252,3],[4,64],[68,0,0,0,0,0,0,0,0],[65,1],[15],[11],[11],[32,6],[65,1],[106],[34,6],[32,5],[71],[13,1],[11],[11],[12,1],[11],...internalThrow(scope, 'TypeError', `Tried for..of on non-iterable type`),[11,"TYPESWITCH_end"],[68,0,0,0,0,0,0,240,63],[65,1],[15]],
|
1578
|
+
wasm: (scope, {builtin,internalThrow}) => [[32,2],[32,3],[16, builtin('__Porffor_rawType')],[68,0,0,0,0,0,0,51,64],[98],[4,64],...internalThrow(scope, 'TypeError', `other argument must be a Set`),[11],[32,2],[252,3],[33,4],[65,0],[33,6],[32,4],[40,1,0],[33,5],[32,3],[33,12],[2,64],[32,12],[65,19],[70],[4,64,"TYPESWITCH|Set"],[3,64],[32,4],[43,0,4],[32,4],[45,0,12],[33,8],[33,7],[2,64],[2,64],[32,0],[33,9],[65,19],[34,10],[33,12],[2,124],[32,12],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__Set_prototype_has')],[33,11],[12,1],[11],[32,12],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__Map_prototype_has')],[33,11],[12,1],[11],[32,12],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__WeakSet_prototype_has')],[33,11],[12,1],[11],[32,12],[65,35],[70],[4,64,"TYPESWITCH|WeakMap"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__WeakMap_prototype_has')],[33,11],[12,1],[11],...internalThrow(scope, 'TypeError', `'has' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[33,13],[32,11],[33,12],[2,124],[32,12],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[32,13],[252,3],[40,1,0],[69],[184],[12,1],[11],[32,12],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,13],[252,3],[40,1,0],[69],[184],[12,1],[11],[32,13],[68,0,0,0,0,0,0,0,0],[97],[184],[11,"TYPESWITCH_end"],[252,3],[4,64],[68,0,0,0,0,0,0,0,0],[65,1],[15],[11],[11],[32,4],[65,9],[106],[33,4],[32,6],[65,1],[106],[34,6],[32,5],[71],[13,1],[11],[11],[12,1],[11],[32,12],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[65,194,0],[33,8],[65,0],[65,1],[54,0,0],[3,64],[65,0],[32,4],[47,0,4],[59,0,4],[68,0,0,0,0,0,0,0,0],[33,7],[2,64],[2,64],[32,0],[33,9],[65,19],[34,10],[33,12],[2,124],[32,12],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__Set_prototype_has')],[33,11],[12,1],[11],[32,12],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__Map_prototype_has')],[33,11],[12,1],[11],[32,12],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__WeakSet_prototype_has')],[33,11],[12,1],[11],[32,12],[65,35],[70],[4,64,"TYPESWITCH|WeakMap"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__WeakMap_prototype_has')],[33,11],[12,1],[11],...internalThrow(scope, 'TypeError', `'has' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[33,13],[32,11],[33,12],[2,124],[32,12],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[32,13],[252,3],[40,1,0],[69],[184],[12,1],[11],[32,12],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,13],[252,3],[40,1,0],[69],[184],[12,1],[11],[32,13],[68,0,0,0,0,0,0,0,0],[97],[184],[11,"TYPESWITCH_end"],[252,3],[4,64],[68,0,0,0,0,0,0,0,0],[65,1],[15],[11],[11],[32,4],[65,2],[106],[33,4],[32,6],[65,1],[106],[34,6],[32,5],[71],[13,1],[11],[11],[12,1],[11],[32,12],[65,208,0],[70],[4,64,"TYPESWITCH|Array"],[3,64],[32,4],[43,0,4],[32,4],[45,0,12],[33,8],[33,7],[2,64],[2,64],[32,0],[33,9],[65,19],[34,10],[33,12],[2,124],[32,12],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__Set_prototype_has')],[33,11],[12,1],[11],[32,12],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__Map_prototype_has')],[33,11],[12,1],[11],[32,12],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__WeakSet_prototype_has')],[33,11],[12,1],[11],[32,12],[65,35],[70],[4,64,"TYPESWITCH|WeakMap"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__WeakMap_prototype_has')],[33,11],[12,1],[11],...internalThrow(scope, 'TypeError', `'has' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[33,13],[32,11],[33,12],[2,124],[32,12],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[32,13],[252,3],[40,1,0],[69],[184],[12,1],[11],[32,12],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,13],[252,3],[40,1,0],[69],[184],[12,1],[11],[32,13],[68,0,0,0,0,0,0,0,0],[97],[184],[11,"TYPESWITCH_end"],[252,3],[4,64],[68,0,0,0,0,0,0,0,0],[65,1],[15],[11],[11],[32,4],[65,9],[106],[33,4],[32,6],[65,1],[106],[34,6],[32,5],[71],[13,1],[11],[11],[12,1],[11],[32,12],[65,216,0],[70],[4,64,"TYPESWITCH|Uint8Array"],[65,0],[33,8],[3,64],[32,4],[40,0,4],[32,6],[106],[45,0,4],[184],[33,7],[2,64],[2,64],[32,0],[33,9],[65,19],[34,10],[33,12],[2,124],[32,12],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__Set_prototype_has')],[33,11],[12,1],[11],[32,12],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__Map_prototype_has')],[33,11],[12,1],[11],[32,12],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__WeakSet_prototype_has')],[33,11],[12,1],[11],[32,12],[65,35],[70],[4,64,"TYPESWITCH|WeakMap"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__WeakMap_prototype_has')],[33,11],[12,1],[11],...internalThrow(scope, 'TypeError', `'has' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[33,13],[32,11],[33,12],[2,124],[32,12],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[32,13],[252,3],[40,1,0],[69],[184],[12,1],[11],[32,12],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,13],[252,3],[40,1,0],[69],[184],[12,1],[11],[32,13],[68,0,0,0,0,0,0,0,0],[97],[184],[11,"TYPESWITCH_end"],[252,3],[4,64],[68,0,0,0,0,0,0,0,0],[65,1],[15],[11],[11],[32,6],[65,1],[106],[34,6],[32,5],[71],[13,1],[11],[11],[12,1],[11],[32,12],[65,217,0],[70],[4,64,"TYPESWITCH|Int8Array"],[65,0],[33,8],[3,64],[32,4],[40,0,4],[32,6],[106],[44,0,4],[183],[33,7],[2,64],[2,64],[32,0],[33,9],[65,19],[34,10],[33,12],[2,124],[32,12],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__Set_prototype_has')],[33,11],[12,1],[11],[32,12],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__Map_prototype_has')],[33,11],[12,1],[11],[32,12],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__WeakSet_prototype_has')],[33,11],[12,1],[11],[32,12],[65,35],[70],[4,64,"TYPESWITCH|WeakMap"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__WeakMap_prototype_has')],[33,11],[12,1],[11],...internalThrow(scope, 'TypeError', `'has' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[33,13],[32,11],[33,12],[2,124],[32,12],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[32,13],[252,3],[40,1,0],[69],[184],[12,1],[11],[32,12],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,13],[252,3],[40,1,0],[69],[184],[12,1],[11],[32,13],[68,0,0,0,0,0,0,0,0],[97],[184],[11,"TYPESWITCH_end"],[252,3],[4,64],[68,0,0,0,0,0,0,0,0],[65,1],[15],[11],[11],[32,6],[65,1],[106],[34,6],[32,5],[71],[13,1],[11],[11],[12,1],[11],[32,12],[65,218,0],[70],[4,64,"TYPESWITCH|Uint8ClampedArray"],[65,0],[33,8],[3,64],[32,4],[40,0,4],[32,6],[106],[45,0,4],[184],[33,7],[2,64],[2,64],[32,0],[33,9],[65,19],[34,10],[33,12],[2,124],[32,12],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__Set_prototype_has')],[33,11],[12,1],[11],[32,12],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__Map_prototype_has')],[33,11],[12,1],[11],[32,12],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__WeakSet_prototype_has')],[33,11],[12,1],[11],[32,12],[65,35],[70],[4,64,"TYPESWITCH|WeakMap"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__WeakMap_prototype_has')],[33,11],[12,1],[11],...internalThrow(scope, 'TypeError', `'has' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[33,13],[32,11],[33,12],[2,124],[32,12],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[32,13],[252,3],[40,1,0],[69],[184],[12,1],[11],[32,12],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,13],[252,3],[40,1,0],[69],[184],[12,1],[11],[32,13],[68,0,0,0,0,0,0,0,0],[97],[184],[11,"TYPESWITCH_end"],[252,3],[4,64],[68,0,0,0,0,0,0,0,0],[65,1],[15],[11],[11],[32,6],[65,1],[106],[34,6],[32,5],[71],[13,1],[11],[11],[12,1],[11],[32,12],[65,219,0],[70],[4,64,"TYPESWITCH|Uint16Array"],[65,0],[33,8],[3,64],[32,4],[40,0,4],[32,6],[65,2],[108],[106],[47,0,4],[184],[33,7],[2,64],[2,64],[32,0],[33,9],[65,19],[34,10],[33,12],[2,124],[32,12],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__Set_prototype_has')],[33,11],[12,1],[11],[32,12],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__Map_prototype_has')],[33,11],[12,1],[11],[32,12],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__WeakSet_prototype_has')],[33,11],[12,1],[11],[32,12],[65,35],[70],[4,64,"TYPESWITCH|WeakMap"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__WeakMap_prototype_has')],[33,11],[12,1],[11],...internalThrow(scope, 'TypeError', `'has' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[33,13],[32,11],[33,12],[2,124],[32,12],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[32,13],[252,3],[40,1,0],[69],[184],[12,1],[11],[32,12],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,13],[252,3],[40,1,0],[69],[184],[12,1],[11],[32,13],[68,0,0,0,0,0,0,0,0],[97],[184],[11,"TYPESWITCH_end"],[252,3],[4,64],[68,0,0,0,0,0,0,0,0],[65,1],[15],[11],[11],[32,6],[65,1],[106],[34,6],[32,5],[71],[13,1],[11],[11],[12,1],[11],[32,12],[65,220,0],[70],[4,64,"TYPESWITCH|Int16Array"],[65,0],[33,8],[3,64],[32,4],[40,0,4],[32,6],[65,2],[108],[106],[46,0,4],[183],[33,7],[2,64],[2,64],[32,0],[33,9],[65,19],[34,10],[33,12],[2,124],[32,12],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__Set_prototype_has')],[33,11],[12,1],[11],[32,12],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__Map_prototype_has')],[33,11],[12,1],[11],[32,12],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__WeakSet_prototype_has')],[33,11],[12,1],[11],[32,12],[65,35],[70],[4,64,"TYPESWITCH|WeakMap"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__WeakMap_prototype_has')],[33,11],[12,1],[11],...internalThrow(scope, 'TypeError', `'has' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[33,13],[32,11],[33,12],[2,124],[32,12],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[32,13],[252,3],[40,1,0],[69],[184],[12,1],[11],[32,12],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,13],[252,3],[40,1,0],[69],[184],[12,1],[11],[32,13],[68,0,0,0,0,0,0,0,0],[97],[184],[11,"TYPESWITCH_end"],[252,3],[4,64],[68,0,0,0,0,0,0,0,0],[65,1],[15],[11],[11],[32,6],[65,1],[106],[34,6],[32,5],[71],[13,1],[11],[11],[12,1],[11],[32,12],[65,221,0],[70],[4,64,"TYPESWITCH|Uint32Array"],[65,0],[33,8],[3,64],[32,4],[40,0,4],[32,6],[65,4],[108],[106],[40,0,4],[184],[33,7],[2,64],[2,64],[32,0],[33,9],[65,19],[34,10],[33,12],[2,124],[32,12],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__Set_prototype_has')],[33,11],[12,1],[11],[32,12],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__Map_prototype_has')],[33,11],[12,1],[11],[32,12],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__WeakSet_prototype_has')],[33,11],[12,1],[11],[32,12],[65,35],[70],[4,64,"TYPESWITCH|WeakMap"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__WeakMap_prototype_has')],[33,11],[12,1],[11],...internalThrow(scope, 'TypeError', `'has' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[33,13],[32,11],[33,12],[2,124],[32,12],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[32,13],[252,3],[40,1,0],[69],[184],[12,1],[11],[32,12],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,13],[252,3],[40,1,0],[69],[184],[12,1],[11],[32,13],[68,0,0,0,0,0,0,0,0],[97],[184],[11,"TYPESWITCH_end"],[252,3],[4,64],[68,0,0,0,0,0,0,0,0],[65,1],[15],[11],[11],[32,6],[65,1],[106],[34,6],[32,5],[71],[13,1],[11],[11],[12,1],[11],[32,12],[65,222,0],[70],[4,64,"TYPESWITCH|Int32Array"],[65,0],[33,8],[3,64],[32,4],[40,0,4],[32,6],[65,4],[108],[106],[40,0,4],[183],[33,7],[2,64],[2,64],[32,0],[33,9],[65,19],[34,10],[33,12],[2,124],[32,12],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__Set_prototype_has')],[33,11],[12,1],[11],[32,12],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__Map_prototype_has')],[33,11],[12,1],[11],[32,12],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__WeakSet_prototype_has')],[33,11],[12,1],[11],[32,12],[65,35],[70],[4,64,"TYPESWITCH|WeakMap"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__WeakMap_prototype_has')],[33,11],[12,1],[11],...internalThrow(scope, 'TypeError', `'has' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[33,13],[32,11],[33,12],[2,124],[32,12],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[32,13],[252,3],[40,1,0],[69],[184],[12,1],[11],[32,12],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,13],[252,3],[40,1,0],[69],[184],[12,1],[11],[32,13],[68,0,0,0,0,0,0,0,0],[97],[184],[11,"TYPESWITCH_end"],[252,3],[4,64],[68,0,0,0,0,0,0,0,0],[65,1],[15],[11],[11],[32,6],[65,1],[106],[34,6],[32,5],[71],[13,1],[11],[11],[12,1],[11],[32,12],[65,223,0],[70],[4,64,"TYPESWITCH|Float32Array"],[65,0],[33,8],[3,64],[32,4],[40,0,4],[32,6],[65,4],[108],[106],[42,0,4],[187],[33,7],[2,64],[2,64],[32,0],[33,9],[65,19],[34,10],[33,12],[2,124],[32,12],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__Set_prototype_has')],[33,11],[12,1],[11],[32,12],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__Map_prototype_has')],[33,11],[12,1],[11],[32,12],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__WeakSet_prototype_has')],[33,11],[12,1],[11],[32,12],[65,35],[70],[4,64,"TYPESWITCH|WeakMap"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__WeakMap_prototype_has')],[33,11],[12,1],[11],...internalThrow(scope, 'TypeError', `'has' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[33,13],[32,11],[33,12],[2,124],[32,12],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[32,13],[252,3],[40,1,0],[69],[184],[12,1],[11],[32,12],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,13],[252,3],[40,1,0],[69],[184],[12,1],[11],[32,13],[68,0,0,0,0,0,0,0,0],[97],[184],[11,"TYPESWITCH_end"],[252,3],[4,64],[68,0,0,0,0,0,0,0,0],[65,1],[15],[11],[11],[32,6],[65,1],[106],[34,6],[32,5],[71],[13,1],[11],[11],[12,1],[11],[32,12],[65,224,0],[70],[4,64,"TYPESWITCH|Float64Array"],[65,0],[33,8],[3,64],[32,4],[40,0,4],[32,6],[65,8],[108],[106],[43,0,4],[33,7],[2,64],[2,64],[32,0],[33,9],[65,19],[34,10],[33,12],[2,124],[32,12],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__Set_prototype_has')],[33,11],[12,1],[11],[32,12],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__Map_prototype_has')],[33,11],[12,1],[11],[32,12],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__WeakSet_prototype_has')],[33,11],[12,1],[11],[32,12],[65,35],[70],[4,64,"TYPESWITCH|WeakMap"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__WeakMap_prototype_has')],[33,11],[12,1],[11],...internalThrow(scope, 'TypeError', `'has' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[33,13],[32,11],[33,12],[2,124],[32,12],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[32,13],[252,3],[40,1,0],[69],[184],[12,1],[11],[32,12],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,13],[252,3],[40,1,0],[69],[184],[12,1],[11],[32,13],[68,0,0,0,0,0,0,0,0],[97],[184],[11,"TYPESWITCH_end"],[252,3],[4,64],[68,0,0,0,0,0,0,0,0],[65,1],[15],[11],[11],[32,6],[65,1],[106],[34,6],[32,5],[71],[13,1],[11],[11],[12,1],[11],[32,12],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[65,194,1],[33,8],[65,0],[65,1],[54,0,0],[3,64],[65,0],[32,4],[32,6],[106],[45,0,4],[58,0,4],[68,0,0,0,0,0,0,0,0],[33,7],[2,64],[2,64],[32,0],[33,9],[65,19],[34,10],[33,12],[2,124],[32,12],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__Set_prototype_has')],[33,11],[12,1],[11],[32,12],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__Map_prototype_has')],[33,11],[12,1],[11],[32,12],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__WeakSet_prototype_has')],[33,11],[12,1],[11],[32,12],[65,35],[70],[4,64,"TYPESWITCH|WeakMap"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__WeakMap_prototype_has')],[33,11],[12,1],[11],...internalThrow(scope, 'TypeError', `'has' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[33,13],[32,11],[33,12],[2,124],[32,12],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[32,13],[252,3],[40,1,0],[69],[184],[12,1],[11],[32,12],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,13],[252,3],[40,1,0],[69],[184],[12,1],[11],[32,13],[68,0,0,0,0,0,0,0,0],[97],[184],[11,"TYPESWITCH_end"],[252,3],[4,64],[68,0,0,0,0,0,0,0,0],[65,1],[15],[11],[11],[32,6],[65,1],[106],[34,6],[32,5],[71],[13,1],[11],[11],[12,1],[11],...internalThrow(scope, 'TypeError', `Tried for..of on non-iterable type`),[11,"TYPESWITCH_end"],[68,0,0,0,0,0,0,240,63],[65,1],[15]],
|
1579
1579
|
params: [124,127,124,127], typedParams: 1,
|
1580
1580
|
returns: [124,127], typedReturns: 1,
|
1581
1581
|
locals: [127,127,127,124,127,124,127,127,127,124], localNames: ["_this","_this#type","other","other#type","forof_base_pointer","forof_length","forof_counter","x","x#type","#proto_target","#proto_target#type","#last_type","#typeswitch_tmp","#logicinner_tmp"],
|
1582
1582
|
};
|
1583
1583
|
this.__Set_prototype_isDisjointFrom = {
|
1584
|
-
wasm: (scope, {builtin,internalThrow}) => [[32,2],[32,3],[16, builtin('__Porffor_rawType')],[68,0,0,0,0,0,0,51,64],[98],[4,64],...internalThrow(scope, 'TypeError', `other argument must be a Set`),[11],[32,0],[252,3],[33,4],[65,0],[33,6],[32,4],[40,1,0],[33,5],[3,64],[32,4],[43,0,4],[32,4],[45,0,12],[33,8],[33,7],[2,64],[2,64],[32,2],[33,9],[32,3],[34,10],[33,12],[2,124],[32,12],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__Set_prototype_has')],[33,11],[12,1],[11],[32,12],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__Map_prototype_has')],[33,11],[12,1],[11],[32,12],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__WeakSet_prototype_has')],[33,11],[12,1],[11],...internalThrow(scope, 'TypeError', `'has' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[33,13],[32,11],[33,12],[2,127],[32,12],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[32,13],[252,3],[40,1,0],[12,1],[11],[32,12],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,13],[252,3],[40,1,0],[12,1],[11],[32,13],[252,3],[11,"TYPESWITCH_end"],[4,64],[68,0,0,0,0,0,0,0,0],[65,1],[15],[11],[11],[32,4],[65,9],[106],[33,4],[32,6],[65,1],[106],[34,6],[32,5],[71],[13,1],[11],[11],[68,0,0,0,0,0,0,240,63],[65,1],[15]],
|
1584
|
+
wasm: (scope, {builtin,internalThrow}) => [[32,2],[32,3],[16, builtin('__Porffor_rawType')],[68,0,0,0,0,0,0,51,64],[98],[4,64],...internalThrow(scope, 'TypeError', `other argument must be a Set`),[11],[32,0],[252,3],[33,4],[65,0],[33,6],[32,4],[40,1,0],[33,5],[3,64],[32,4],[43,0,4],[32,4],[45,0,12],[33,8],[33,7],[2,64],[2,64],[32,2],[33,9],[32,3],[34,10],[33,12],[2,124],[32,12],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__Set_prototype_has')],[33,11],[12,1],[11],[32,12],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__Map_prototype_has')],[33,11],[12,1],[11],[32,12],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__WeakSet_prototype_has')],[33,11],[12,1],[11],[32,12],[65,35],[70],[4,64,"TYPESWITCH|WeakMap"],[32,9],[32,10],[32,7],[32,8],[16, builtin('__WeakMap_prototype_has')],[33,11],[12,1],[11],...internalThrow(scope, 'TypeError', `'has' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[33,13],[32,11],[33,12],[2,127],[32,12],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[32,13],[252,3],[40,1,0],[12,1],[11],[32,12],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,13],[252,3],[40,1,0],[12,1],[11],[32,13],[252,3],[11,"TYPESWITCH_end"],[4,64],[68,0,0,0,0,0,0,0,0],[65,1],[15],[11],[11],[32,4],[65,9],[106],[33,4],[32,6],[65,1],[106],[34,6],[32,5],[71],[13,1],[11],[11],[68,0,0,0,0,0,0,240,63],[65,1],[15]],
|
1585
1585
|
params: [124,127,124,127], typedParams: 1,
|
1586
1586
|
returns: [124,127], typedReturns: 1,
|
1587
1587
|
locals: [127,127,127,124,127,124,127,127,127,124], localNames: ["_this","_this#type","other","other#type","forof_base_pointer","forof_length","forof_counter","x","x#type","#proto_target","#proto_target#type","#last_type","#typeswitch_tmp","#logicinner_tmp"],
|
@@ -3978,44 +3978,6 @@ export const BuiltinFuncs = function() {
|
|
3978
3978
|
returns: [124,127], typedReturns: 1,
|
3979
3979
|
locals: [127], localNames: ["_this","_this#type","#last_type"],
|
3980
3980
|
};
|
3981
|
-
this.__WeakSet_prototype_has = {
|
3982
|
-
wasm: (scope, {builtin}) => [[32,0],[252,2],[40,0,0],[183],[33,4],[68,0,0,0,0,0,0,0,0],[33,5],[3,64],[32,5],[32,4],[99],[4,64],[2,64],[2,127,"string_only"],[32,0],[65,34],[32,5],[65,0],[16, builtin('__Porffor_set_read')],[33,6],[34,7,"string_only"],[32,2],[34,8,"string_only"],[32,6,"string_only|start"],[65,194,1],[70],[32,3],[65,194,1],[70],[113],[4,64],[32,7],[252,3],[34,9],[32,8],[252,3],[34,11],[71],[4,127],[32,9],[40,0,0],[34,10],[32,11],[40,0,0],[71],[4,64],[65,0],[12,1],[11],[65,0],[33,12],[32,10],[33,13],[3,64],[32,12],[32,9],[106],[45,0,4],[32,12],[32,11],[106],[45,0,4],[71],[4,64],[65,0],[12,2],[11],[32,12],[65,1],[106],[34,12],[32,13],[72],[13,0],[11],[65,1],[5],[65,1],[11],[12,1],[11],[32,6],[65,194,0],[70],[32,6],[65,194,1],[70],[114],[32,3],[65,194,0],[70],[32,3],[65,194,1],[70],[114],[114],[4,64],[32,7],[252,3],[34,9],[32,8],[252,3],[34,11],[71],[4,127],[32,9],[40,0,0],[34,10],[32,11],[40,0,0],[32,6],[65,194,1],[70],[4,64],[32,9],[32,10],[16, builtin('__Porffor_bytestringToString')],[33,9],[11],[32,3],[65,194,1],[70],[4,64],[32,11],[32,11],[40,0,0],[16, builtin('__Porffor_bytestringToString')],[33,11],[11],[71],[4,64],[65,0],[12,1],[11],[65,0],[33,12],[32,10],[65,2],[108],[33,13],[3,64],[32,12],[32,9],[106],[47,0,4],[32,12],[32,11],[106],[47,0,4],[71],[4,64],[65,0],[12,2],[11],[32,12],[65,2],[106],[34,12],[32,13],[72],[13,0],[11],[65,1],[5],[65,1],[11],[12,1],[11,"string_only|end"],[97],[11,"string_only"],[32,6],[65,128,1],[114],[32,3],[65,128,1],[114],[70],[113],[4,64],[68,0,0,0,0,0,0,240,63],[65,1],[15],[11],[11],[32,5],[68,0,0,0,0,0,0,240,63],[160],[33,5],[12,1],[11],[11],[68,0,0,0,0,0,0,0,0],[65,1],[15]],
|
3983
|
-
params: [124,127,124,127], typedParams: 1,
|
3984
|
-
returns: [124,127], typedReturns: 1,
|
3985
|
-
locals: [124,124,127,124,124,127,127,127,127,127], localNames: ["_this","_this#type","value","value#type","size","i","#last_type","__tmpop_left","__tmpop_right","compare_left_pointer","compare_left_length","compare_right_pointer","compare_index","compare_index_end"],
|
3986
|
-
};
|
3987
|
-
this.__WeakSet_prototype_add = {
|
3988
|
-
wasm: (scope, {builtin,internalThrow}) => [[32,2],[32,3],[16, builtin('__Porffor_rawType')],[68,0,0,0,0,0,0,16,64],[99],[4,64],...internalThrow(scope, 'TypeError', `Value in WeakSet needs to be an object or symbol`),[11],[32,0],[252,2],[40,0,0],[183],[33,4],[68,0,0,0,0,0,0,0,0],[33,5],[3,64],[32,5],[32,4],[99],[4,64],[2,64],[2,127,"string_only"],[32,0],[65,34],[32,5],[65,0],[16, builtin('__Porffor_set_read')],[33,6],[34,7,"string_only"],[32,2],[34,8,"string_only"],[32,6,"string_only|start"],[65,194,1],[70],[32,3],[65,194,1],[70],[113],[4,64],[32,7],[252,3],[34,9],[32,8],[252,3],[34,11],[71],[4,127],[32,9],[40,0,0],[34,10],[32,11],[40,0,0],[71],[4,64],[65,0],[12,1],[11],[65,0],[33,12],[32,10],[33,13],[3,64],[32,12],[32,9],[106],[45,0,4],[32,12],[32,11],[106],[45,0,4],[71],[4,64],[65,0],[12,2],[11],[32,12],[65,1],[106],[34,12],[32,13],[72],[13,0],[11],[65,1],[5],[65,1],[11],[12,1],[11],[32,6],[65,194,0],[70],[32,6],[65,194,1],[70],[114],[32,3],[65,194,0],[70],[32,3],[65,194,1],[70],[114],[114],[4,64],[32,7],[252,3],[34,9],[32,8],[252,3],[34,11],[71],[4,127],[32,9],[40,0,0],[34,10],[32,11],[40,0,0],[32,6],[65,194,1],[70],[4,64],[32,9],[32,10],[16, builtin('__Porffor_bytestringToString')],[33,9],[11],[32,3],[65,194,1],[70],[4,64],[32,11],[32,11],[40,0,0],[16, builtin('__Porffor_bytestringToString')],[33,11],[11],[71],[4,64],[65,0],[12,1],[11],[65,0],[33,12],[32,10],[65,2],[108],[33,13],[3,64],[32,12],[32,9],[106],[47,0,4],[32,12],[32,11],[106],[47,0,4],[71],[4,64],[65,0],[12,2],[11],[32,12],[65,2],[106],[34,12],[32,13],[72],[13,0],[11],[65,1],[5],[65,1],[11],[12,1],[11,"string_only|end"],[97],[11,"string_only"],[32,6],[65,128,1],[114],[32,3],[65,128,1],[114],[70],[113],[4,64],[32,0],[65,34],[15],[11],[11],[32,5],[68,0,0,0,0,0,0,240,63],[160],[33,5],[12,1],[11],[11],[32,0],[252,2],[32,4],[68,0,0,0,0,0,0,240,63],[160],[252,2],[54,0,0],[32,0],[65,34],[32,4],[65,0],[32,2],[32,3],[16, builtin('__Porffor_set_write')],[33,6],[26],[32,0],[65,34],[15]],
|
3989
|
-
params: [124,127,124,127], typedParams: 1,
|
3990
|
-
returns: [124,127], typedReturns: 1,
|
3991
|
-
locals: [124,124,127,124,124,127,127,127,127,127], localNames: ["_this","_this#type","value","value#type","size","i","#last_type","__tmpop_left","__tmpop_right","compare_left_pointer","compare_left_length","compare_right_pointer","compare_index","compare_index_end"],
|
3992
|
-
};
|
3993
|
-
this.__WeakSet_prototype_delete = {
|
3994
|
-
wasm: (scope, {builtin}) => [[32,0],[252,2],[40,0,0],[183],[33,4],[68,0,0,0,0,0,0,0,0],[33,5],[3,64],[32,5],[32,4],[99],[4,64],[2,64],[2,127,"string_only"],[32,0],[65,34],[32,5],[65,0],[16, builtin('__Porffor_set_read')],[33,6],[34,7,"string_only"],[32,2],[34,8,"string_only"],[32,6,"string_only|start"],[65,194,1],[70],[32,3],[65,194,1],[70],[113],[4,64],[32,7],[252,3],[34,9],[32,8],[252,3],[34,11],[71],[4,127],[32,9],[40,0,0],[34,10],[32,11],[40,0,0],[71],[4,64],[65,0],[12,1],[11],[65,0],[33,12],[32,10],[33,13],[3,64],[32,12],[32,9],[106],[45,0,4],[32,12],[32,11],[106],[45,0,4],[71],[4,64],[65,0],[12,2],[11],[32,12],[65,1],[106],[34,12],[32,13],[72],[13,0],[11],[65,1],[5],[65,1],[11],[12,1],[11],[32,6],[65,194,0],[70],[32,6],[65,194,1],[70],[114],[32,3],[65,194,0],[70],[32,3],[65,194,1],[70],[114],[114],[4,64],[32,7],[252,3],[34,9],[32,8],[252,3],[34,11],[71],[4,127],[32,9],[40,0,0],[34,10],[32,11],[40,0,0],[32,6],[65,194,1],[70],[4,64],[32,9],[32,10],[16, builtin('__Porffor_bytestringToString')],[33,9],[11],[32,3],[65,194,1],[70],[4,64],[32,11],[32,11],[40,0,0],[16, builtin('__Porffor_bytestringToString')],[33,11],[11],[71],[4,64],[65,0],[12,1],[11],[65,0],[33,12],[32,10],[65,2],[108],[33,13],[3,64],[32,12],[32,9],[106],[47,0,4],[32,12],[32,11],[106],[47,0,4],[71],[4,64],[65,0],[12,2],[11],[32,12],[65,2],[106],[34,12],[32,13],[72],[13,0],[11],[65,1],[5],[65,1],[11],[12,1],[11,"string_only|end"],[97],[11,"string_only"],[32,6],[65,128,1],[114],[32,3],[65,128,1],[114],[70],[113],[4,64],[32,0],[252,2],[32,4],[68,0,0,0,0,0,0,240,63],[161],[252,2],[54,0,0],[32,5],[252,3],[65,9],[108],[32,0],[252,3],[106],[65,4],[106],[34,14],[32,14],[65,9],[106],[32,4],[32,5],[161],[252,3],[65,1],[107],[65,9],[108],[252,10,0,0],[68,0,0,0,0,0,0,240,63],[65,1],[15],[11],[11],[32,5],[68,0,0,0,0,0,0,240,63],[160],[33,5],[12,1],[11],[11],[68,0,0,0,0,0,0,0,0],[65,1],[15]],
|
3995
|
-
params: [124,127,124,127], typedParams: 1,
|
3996
|
-
returns: [124,127], typedReturns: 1,
|
3997
|
-
locals: [124,124,127,124,124,127,127,127,127,127,127], localNames: ["_this","_this#type","value","value#type","size","i","#last_type","__tmpop_left","__tmpop_right","compare_left_pointer","compare_left_length","compare_right_pointer","compare_index","compare_index_end","offset"],
|
3998
|
-
};
|
3999
|
-
this.WeakSet = {
|
4000
|
-
wasm: (scope, {builtin,internalThrow}) => [[32,-1],[184],[65,1],[33,2],[33,3],[32,2],[33,4],[2,124],[32,4],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[32,3],[252,3],[40,1,0],[69],[184],[12,1],[11],[32,4],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,3],[252,3],[40,1,0],[69],[184],[12,1],[11],[32,3],[68,0,0,0,0,0,0,0,0],[97],[184],[11,"TYPESWITCH_end"],[252,3],[4,64],...internalThrow(scope, 'TypeError', `Constructor Set requires 'new'`),[11],[16, builtin('__Porffor_allocate')],[33,2],[33,5],[32,0],[32,1],[16, builtin('__Porffor_rawType')],[68,0,0,0,0,0,0,8,64],[98],[4,64],[32,0],[252,3],[33,6],[65,0],[33,8],[32,6],[40,1,0],[33,7],[32,1],[33,4],[2,64],[32,4],[65,19],[70],[4,64,"TYPESWITCH|Set"],[3,64],[32,6],[43,0,4],[32,6],[45,0,12],[33,10],[33,9],[2,64],[32,5],[65,34],[32,9],[32,10],[16, builtin('__WeakSet_prototype_add')],[33,2],[26],[32,6],[65,9],[106],[33,6],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,4],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[65,194,0],[33,10],[65,0],[65,1],[54,0,0],[3,64],[65,0],[32,6],[47,0,4],[59,0,4],[68,0,0,0,0,0,0,0,0],[33,9],[2,64],[32,5],[65,34],[32,9],[32,10],[16, builtin('__WeakSet_prototype_add')],[33,2],[26],[32,6],[65,2],[106],[33,6],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,4],[65,208,0],[70],[4,64,"TYPESWITCH|Array"],[3,64],[32,6],[43,0,4],[32,6],[45,0,12],[33,10],[33,9],[2,64],[32,5],[65,34],[32,9],[32,10],[16, builtin('__WeakSet_prototype_add')],[33,2],[26],[32,6],[65,9],[106],[33,6],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,4],[65,216,0],[70],[4,64,"TYPESWITCH|Uint8Array"],[65,0],[33,10],[3,64],[32,6],[40,0,4],[32,8],[106],[45,0,4],[184],[33,9],[2,64],[32,5],[65,34],[32,9],[32,10],[16, builtin('__WeakSet_prototype_add')],[33,2],[26],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,4],[65,217,0],[70],[4,64,"TYPESWITCH|Int8Array"],[65,0],[33,10],[3,64],[32,6],[40,0,4],[32,8],[106],[44,0,4],[183],[33,9],[2,64],[32,5],[65,34],[32,9],[32,10],[16, builtin('__WeakSet_prototype_add')],[33,2],[26],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,4],[65,218,0],[70],[4,64,"TYPESWITCH|Uint8ClampedArray"],[65,0],[33,10],[3,64],[32,6],[40,0,4],[32,8],[106],[45,0,4],[184],[33,9],[2,64],[32,5],[65,34],[32,9],[32,10],[16, builtin('__WeakSet_prototype_add')],[33,2],[26],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,4],[65,219,0],[70],[4,64,"TYPESWITCH|Uint16Array"],[65,0],[33,10],[3,64],[32,6],[40,0,4],[32,8],[65,2],[108],[106],[47,0,4],[184],[33,9],[2,64],[32,5],[65,34],[32,9],[32,10],[16, builtin('__WeakSet_prototype_add')],[33,2],[26],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,4],[65,220,0],[70],[4,64,"TYPESWITCH|Int16Array"],[65,0],[33,10],[3,64],[32,6],[40,0,4],[32,8],[65,2],[108],[106],[46,0,4],[183],[33,9],[2,64],[32,5],[65,34],[32,9],[32,10],[16, builtin('__WeakSet_prototype_add')],[33,2],[26],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,4],[65,221,0],[70],[4,64,"TYPESWITCH|Uint32Array"],[65,0],[33,10],[3,64],[32,6],[40,0,4],[32,8],[65,4],[108],[106],[40,0,4],[184],[33,9],[2,64],[32,5],[65,34],[32,9],[32,10],[16, builtin('__WeakSet_prototype_add')],[33,2],[26],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,4],[65,222,0],[70],[4,64,"TYPESWITCH|Int32Array"],[65,0],[33,10],[3,64],[32,6],[40,0,4],[32,8],[65,4],[108],[106],[40,0,4],[183],[33,9],[2,64],[32,5],[65,34],[32,9],[32,10],[16, builtin('__WeakSet_prototype_add')],[33,2],[26],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,4],[65,223,0],[70],[4,64,"TYPESWITCH|Float32Array"],[65,0],[33,10],[3,64],[32,6],[40,0,4],[32,8],[65,4],[108],[106],[42,0,4],[187],[33,9],[2,64],[32,5],[65,34],[32,9],[32,10],[16, builtin('__WeakSet_prototype_add')],[33,2],[26],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,4],[65,224,0],[70],[4,64,"TYPESWITCH|Float64Array"],[65,0],[33,10],[3,64],[32,6],[40,0,4],[32,8],[65,8],[108],[106],[43,0,4],[33,9],[2,64],[32,5],[65,34],[32,9],[32,10],[16, builtin('__WeakSet_prototype_add')],[33,2],[26],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,4],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[65,194,1],[33,10],[65,0],[65,1],[54,0,0],[3,64],[65,0],[32,6],[32,8],[106],[45,0,4],[58,0,4],[68,0,0,0,0,0,0,0,0],[33,9],[2,64],[32,5],[65,34],[32,9],[32,10],[16, builtin('__WeakSet_prototype_add')],[33,2],[26],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],...internalThrow(scope, 'TypeError', `Tried for..of on non-iterable type`),[11,"TYPESWITCH_end"],[11],[32,5],[65,34],[15]],
|
4001
|
-
params: [124,127], typedParams: 1,
|
4002
|
-
returns: [124,127], typedReturns: 1,
|
4003
|
-
locals: [127,124,127,124,127,127,127,124,127], localNames: ["iterable","iterable#type","#last_type","#logicinner_tmp","#typeswitch_tmp","out","forof_base_pointer","forof_length","forof_counter","x","x#type"],
|
4004
|
-
constr: 1,
|
4005
|
-
};
|
4006
|
-
this.__WeakSet_prototype_toString = {
|
4007
|
-
wasm: (scope, {allocPage}) => [...number(allocPage(scope, 'bytestring: __WeakSet_prototype_toString/out', 'i8') * pageSize, 124),[34,2],[65,194,1],[15]],
|
4008
|
-
params: [124,127], typedParams: 1,
|
4009
|
-
returns: [124,127], typedReturns: 1,
|
4010
|
-
locals: [124], localNames: ["_this","_this#type","out"],
|
4011
|
-
data: [[0,[16,0,0,0,91,111,98,106,101,99,116,32,87,101,97,107,83,101,116,93]]],
|
4012
|
-
};
|
4013
|
-
this.__WeakSet_prototype_toLocaleString = {
|
4014
|
-
wasm: (scope, {builtin}) => [[32,0],[65,34],[16, builtin('__WeakSet_prototype_toString')],[34,2],[15]],
|
4015
|
-
params: [124,127], typedParams: 1,
|
4016
|
-
returns: [124,127], typedReturns: 1,
|
4017
|
-
locals: [127], localNames: ["_this","_this#type","#last_type"],
|
4018
|
-
};
|
4019
3981
|
this.__ecma262_ToIntegerOrInfinity = {
|
4020
3982
|
wasm: (scope, {builtin}) => [[65,0],[32,0],[16, builtin('Number')],[34,2],[16, builtin('__Number_isNaN')],[252,3],[4,64],[68,0,0,0,0,0,0,0,0],[65,0],[15],[11],[32,2],[16, builtin('__Number_isFinite')],[68,0,0,0,0,0,0,0,0],[97],[4,64],[32,2],[65,0],[15],[11],[32,2],[16, builtin('__Math_trunc')],[34,2],[68,0,0,0,0,0,0,0,0],[97],[4,64],[68,0,0,0,0,0,0,0,0],[65,0],[15],[11],[32,2],[65,0],[15]],
|
4021
3983
|
params: [124,127], typedParams: 1,
|
@@ -4023,7 +3985,7 @@ export const BuiltinFuncs = function() {
|
|
4023
3985
|
locals: [124], localNames: ["argument","argument#type","number"],
|
4024
3986
|
};
|
4025
3987
|
this.__ecma262_ToString = {
|
4026
|
-
wasm: (scope, {allocPage,builtin,internalThrow}) => [[16, builtin('__Porffor_allocate')],[33,3],[33,2],[32,0],[32,1],[16, builtin('__Porffor_rawType')],[34,4],[68,0,0,0,0,0,128,80,64],[97],[32,4],[68,0,0,0,0,0,64,104,64],[97],[114],[4,64],[32,0],[32,1],[15],[11],[32,4],[68,0,0,0,0,0,0,24,64],[97],[4,64],...internalThrow(scope, 'TypeError', `Cannot convert a Symbol value to a string`),[11],[32,4],[68,0,0,0,0,0,0,8,64],[97],[4,64],...number(allocPage(scope, 'bytestring: __ecma262_ToString/out', 'i8') * pageSize, 124),[34,2],[65,194,1],[15],[11],[32,4],[68,0,0,0,0,0,0,16,64],[97],[32,0],[68,0,0,0,0,0,0,0,0],[97],[113],[4,64],[32,2],[252,3],[34,5],[65,4],[54,1,0],[32,5],[65,238,0],[58,0,4],[32,5],[65,245,0],[58,0,5],[32,5],[65,236,0],[58,0,6],[32,5],[65,236,0],[58,0,7],[32,5],[184],[34,2],[65,194,1],[15],[11],[32,4],[68,0,0,0,0,0,0,240,63],[97],[4,64],[32,0],[68,0,0,0,0,0,0,240,63],[97],[4,64],[32,2],[252,3],[34,5],[65,4],[54,1,0],[32,5],[65,244,0],[58,0,4],[32,5],[65,242,0],[58,0,5],[32,5],[65,245,0],[58,0,6],[32,5],[65,229,0],[58,0,7],[32,5],[184],[34,2],[65,194,1],[15],[11],[32,2],[252,3],[34,5],[65,5],[54,1,0],[32,5],[65,230,0],[58,0,4],[32,5],[65,225,0],[58,0,5],[32,5],[65,236,0],[58,0,6],[32,5],[65,243,0],[58,0,7],[32,5],[65,229,0],[58,0,8],[32,5],[184],[34,2],[65,194,1],[15],[11],[32,0],[33,6],[32,1],[34,7],[33,8],[2,124],[32,8],[65,0],[70],[4,64,"TYPESWITCH|Number"],[32,6],[32,7],[68,0,0,0,0,0,0,0,0],[65,3],[16, builtin('__Number_prototype_toString')],[33,3],[12,1],[11],[32,8],[65,1],[70],[4,64,"TYPESWITCH|Boolean"],[32,6],[32,7],[16, builtin('__Boolean_prototype_toString')],[33,3],[12,1],[11],[32,8],[65,4],[70],[4,64,"TYPESWITCH|Object"],[32,6],[32,7],[16, builtin('__Object_prototype_toString')],[33,3],[12,1],[11],[32,8],[65,5],[70],[4,64,"TYPESWITCH|Function"],[32,6],[32,7],[16, builtin('__Function_prototype_toString')],[33,3],[12,1],[11],[32,8],[65,6],[70],[4,64,"TYPESWITCH|Symbol"],[32,6],[32,7],[16, builtin('__Symbol_prototype_toString')],[33,3],[12,1],[11],[32,8],[65,18],[70],[4,64,"TYPESWITCH|Date"],[32,6],[32,7],[16, builtin('__Date_prototype_toString')],[33,3],[12,1],[11],[32,8],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,6],[32,7],[16, builtin('__Set_prototype_toString')],[33,3],[12,1],[11],[32,8],[65,33],[70],[4,64,"TYPESWITCH|WeakRef"],[32,6],[32,7],[16, builtin('__WeakRef_prototype_toString')],[33,3],[12,1],[11],[32,8],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,6],[32,7],[16, builtin('__WeakSet_prototype_toString')],[33,3],[12,1],[11],[32,8],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[32,6],[252,2],[32,7],[16, builtin('__String_prototype_toString')],[33,3],[183],[12,1],[11],[32,8],[65,208,0],[70],[4,64,"TYPESWITCH|Array"],[32,6],[32,7],[16, builtin('__Array_prototype_toString')],[33,3],[12,1],[11],[32,8],[65,216,0],[70],[4,64,"TYPESWITCH|Uint8Array"],[32,6],[32,7],[16, builtin('__Uint8Array_prototype_toString')],[33,3],[12,1],[11],[32,8],[65,217,0],[70],[4,64,"TYPESWITCH|Int8Array"],[32,6],[32,7],[16, builtin('__Int8Array_prototype_toString')],[33,3],[12,1],[11],[32,8],[65,218,0],[70],[4,64,"TYPESWITCH|Uint8ClampedArray"],[32,6],[32,7],[16, builtin('__Uint8ClampedArray_prototype_toString')],[33,3],[12,1],[11],[32,8],[65,219,0],[70],[4,64,"TYPESWITCH|Uint16Array"],[32,6],[32,7],[16, builtin('__Uint16Array_prototype_toString')],[33,3],[12,1],[11],[32,8],[65,220,0],[70],[4,64,"TYPESWITCH|Int16Array"],[32,6],[32,7],[16, builtin('__Int16Array_prototype_toString')],[33,3],[12,1],[11],[32,8],[65,221,0],[70],[4,64,"TYPESWITCH|Uint32Array"],[32,6],[32,7],[16, builtin('__Uint32Array_prototype_toString')],[33,3],[12,1],[11],[32,8],[65,222,0],[70],[4,64,"TYPESWITCH|Int32Array"],[32,6],[32,7],[16, builtin('__Int32Array_prototype_toString')],[33,3],[12,1],[11],[32,8],[65,223,0],[70],[4,64,"TYPESWITCH|Float32Array"],[32,6],[32,7],[16, builtin('__Float32Array_prototype_toString')],[33,3],[12,1],[11],[32,8],[65,224,0],[70],[4,64,"TYPESWITCH|Float64Array"],[32,6],[32,7],[16, builtin('__Float64Array_prototype_toString')],[33,3],[12,1],[11],[32,8],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,6],[252,2],[32,7],[16, builtin('__ByteString_prototype_toString')],[33,3],[183],[12,1],[11],...internalThrow(scope, 'TypeError', `'toString' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[32,3],[15]],
|
3988
|
+
wasm: (scope, {allocPage,builtin,internalThrow}) => [[16, builtin('__Porffor_allocate')],[33,3],[33,2],[32,0],[32,1],[16, builtin('__Porffor_rawType')],[34,4],[68,0,0,0,0,0,128,80,64],[97],[32,4],[68,0,0,0,0,0,64,104,64],[97],[114],[4,64],[32,0],[32,1],[15],[11],[32,4],[68,0,0,0,0,0,0,24,64],[97],[4,64],...internalThrow(scope, 'TypeError', `Cannot convert a Symbol value to a string`),[11],[32,4],[68,0,0,0,0,0,0,8,64],[97],[4,64],...number(allocPage(scope, 'bytestring: __ecma262_ToString/out', 'i8') * pageSize, 124),[34,2],[65,194,1],[15],[11],[32,4],[68,0,0,0,0,0,0,16,64],[97],[32,0],[68,0,0,0,0,0,0,0,0],[97],[113],[4,64],[32,2],[252,3],[34,5],[65,4],[54,1,0],[32,5],[65,238,0],[58,0,4],[32,5],[65,245,0],[58,0,5],[32,5],[65,236,0],[58,0,6],[32,5],[65,236,0],[58,0,7],[32,5],[184],[34,2],[65,194,1],[15],[11],[32,4],[68,0,0,0,0,0,0,240,63],[97],[4,64],[32,0],[68,0,0,0,0,0,0,240,63],[97],[4,64],[32,2],[252,3],[34,5],[65,4],[54,1,0],[32,5],[65,244,0],[58,0,4],[32,5],[65,242,0],[58,0,5],[32,5],[65,245,0],[58,0,6],[32,5],[65,229,0],[58,0,7],[32,5],[184],[34,2],[65,194,1],[15],[11],[32,2],[252,3],[34,5],[65,5],[54,1,0],[32,5],[65,230,0],[58,0,4],[32,5],[65,225,0],[58,0,5],[32,5],[65,236,0],[58,0,6],[32,5],[65,243,0],[58,0,7],[32,5],[65,229,0],[58,0,8],[32,5],[184],[34,2],[65,194,1],[15],[11],[32,0],[33,6],[32,1],[34,7],[33,8],[2,124],[32,8],[65,0],[70],[4,64,"TYPESWITCH|Number"],[32,6],[32,7],[68,0,0,0,0,0,0,0,0],[65,3],[16, builtin('__Number_prototype_toString')],[33,3],[12,1],[11],[32,8],[65,1],[70],[4,64,"TYPESWITCH|Boolean"],[32,6],[32,7],[16, builtin('__Boolean_prototype_toString')],[33,3],[12,1],[11],[32,8],[65,4],[70],[4,64,"TYPESWITCH|Object"],[32,6],[32,7],[16, builtin('__Object_prototype_toString')],[33,3],[12,1],[11],[32,8],[65,5],[70],[4,64,"TYPESWITCH|Function"],[32,6],[32,7],[16, builtin('__Function_prototype_toString')],[33,3],[12,1],[11],[32,8],[65,6],[70],[4,64,"TYPESWITCH|Symbol"],[32,6],[32,7],[16, builtin('__Symbol_prototype_toString')],[33,3],[12,1],[11],[32,8],[65,18],[70],[4,64,"TYPESWITCH|Date"],[32,6],[32,7],[16, builtin('__Date_prototype_toString')],[33,3],[12,1],[11],[32,8],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,6],[32,7],[16, builtin('__Set_prototype_toString')],[33,3],[12,1],[11],[32,8],[65,33],[70],[4,64,"TYPESWITCH|WeakRef"],[32,6],[32,7],[16, builtin('__WeakRef_prototype_toString')],[33,3],[12,1],[11],[32,8],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,6],[32,7],[16, builtin('__WeakSet_prototype_toString')],[33,3],[12,1],[11],[32,8],[65,35],[70],[4,64,"TYPESWITCH|WeakMap"],[32,6],[32,7],[16, builtin('__WeakMap_prototype_toString')],[33,3],[12,1],[11],[32,8],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[32,6],[252,2],[32,7],[16, builtin('__String_prototype_toString')],[33,3],[183],[12,1],[11],[32,8],[65,208,0],[70],[4,64,"TYPESWITCH|Array"],[32,6],[32,7],[16, builtin('__Array_prototype_toString')],[33,3],[12,1],[11],[32,8],[65,216,0],[70],[4,64,"TYPESWITCH|Uint8Array"],[32,6],[32,7],[16, builtin('__Uint8Array_prototype_toString')],[33,3],[12,1],[11],[32,8],[65,217,0],[70],[4,64,"TYPESWITCH|Int8Array"],[32,6],[32,7],[16, builtin('__Int8Array_prototype_toString')],[33,3],[12,1],[11],[32,8],[65,218,0],[70],[4,64,"TYPESWITCH|Uint8ClampedArray"],[32,6],[32,7],[16, builtin('__Uint8ClampedArray_prototype_toString')],[33,3],[12,1],[11],[32,8],[65,219,0],[70],[4,64,"TYPESWITCH|Uint16Array"],[32,6],[32,7],[16, builtin('__Uint16Array_prototype_toString')],[33,3],[12,1],[11],[32,8],[65,220,0],[70],[4,64,"TYPESWITCH|Int16Array"],[32,6],[32,7],[16, builtin('__Int16Array_prototype_toString')],[33,3],[12,1],[11],[32,8],[65,221,0],[70],[4,64,"TYPESWITCH|Uint32Array"],[32,6],[32,7],[16, builtin('__Uint32Array_prototype_toString')],[33,3],[12,1],[11],[32,8],[65,222,0],[70],[4,64,"TYPESWITCH|Int32Array"],[32,6],[32,7],[16, builtin('__Int32Array_prototype_toString')],[33,3],[12,1],[11],[32,8],[65,223,0],[70],[4,64,"TYPESWITCH|Float32Array"],[32,6],[32,7],[16, builtin('__Float32Array_prototype_toString')],[33,3],[12,1],[11],[32,8],[65,224,0],[70],[4,64,"TYPESWITCH|Float64Array"],[32,6],[32,7],[16, builtin('__Float64Array_prototype_toString')],[33,3],[12,1],[11],[32,8],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,6],[252,2],[32,7],[16, builtin('__ByteString_prototype_toString')],[33,3],[183],[12,1],[11],...internalThrow(scope, 'TypeError', `'toString' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[32,3],[15]],
|
4027
3989
|
params: [124,127], typedParams: 1,
|
4028
3990
|
returns: [124,127], typedReturns: 1,
|
4029
3991
|
locals: [124,127,124,127,124,127,127], localNames: ["argument","argument#type","out","#last_type","type","#makearray_pointer_tmp","#proto_target","#proto_target#type","#typeswitch_tmp"],
|
@@ -4091,4 +4053,80 @@ export const BuiltinFuncs = function() {
|
|
4091
4053
|
returns: [124,127], typedReturns: 1,
|
4092
4054
|
locals: [124,124,127,127,127,127,124,127,124,127,127], localNames: ["_this","_this#type","vals","out","#last_type","forof_base_pointer","forof_length","forof_counter","x","x#type","#proto_target","#proto_target#type","#typeswitch_tmp"],
|
4093
4055
|
};
|
4056
|
+
this.__WeakMap_prototype_has = {
|
4057
|
+
wasm: (scope, {builtin}) => [[32,0],[65,35],[32,2],[32,3],[16, builtin('__Map_prototype_has')],[34,4],[15]],
|
4058
|
+
params: [124,127,124,127], typedParams: 1,
|
4059
|
+
returns: [124,127], typedReturns: 1,
|
4060
|
+
locals: [127], localNames: ["_this","_this#type","key","key#type","#last_type"],
|
4061
|
+
};
|
4062
|
+
this.__WeakMap_prototype_set = {
|
4063
|
+
wasm: (scope, {builtin,internalThrow}) => [[32,2],[32,3],[16, builtin('__Porffor_rawType')],[68,0,0,0,0,0,0,16,64],[99],[4,64],...internalThrow(scope, 'TypeError', `Value in WeakSet needs to be an object or symbol`),[11],[32,0],[65,35],[32,2],[32,3],[32,4],[32,5],[16, builtin('__Map_prototype_set')],[26],[26],[32,0],[65,35],[15]],
|
4064
|
+
params: [124,127,124,127,124,127], typedParams: 1,
|
4065
|
+
returns: [124,127], typedReturns: 1,
|
4066
|
+
locals: [127], localNames: ["_this","_this#type","key","key#type","value","value#type","#last_type"],
|
4067
|
+
};
|
4068
|
+
this.__WeakMap_prototype_delete = {
|
4069
|
+
wasm: (scope, {builtin}) => [[32,0],[65,35],[32,2],[32,3],[16, builtin('__Map_prototype_delete')],[34,4],[15]],
|
4070
|
+
params: [124,127,124,127], typedParams: 1,
|
4071
|
+
returns: [124,127], typedReturns: 1,
|
4072
|
+
locals: [127], localNames: ["_this","_this#type","key","key#type","#last_type"],
|
4073
|
+
};
|
4074
|
+
this.WeakMap = {
|
4075
|
+
wasm: (scope, {builtin,internalThrow}) => [[32,-1],[184],[65,1],[33,2],[33,3],[32,2],[33,4],[2,124],[32,4],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[32,3],[252,3],[40,1,0],[69],[184],[12,1],[11],[32,4],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,3],[252,3],[40,1,0],[69],[184],[12,1],[11],[32,3],[68,0,0,0,0,0,0,0,0],[97],[184],[11,"TYPESWITCH_end"],[252,3],[4,64],...internalThrow(scope, 'TypeError', `Constructor WeakMap requires 'new'`),[11],[65,8],[16, builtin('__Porffor_allocateBytes')],[183],[33,5],[16, builtin('__Porffor_allocate')],[33,2],[33,6],[32,5],[252,2],[32,6],[252,2],[54,0,0],[16, builtin('__Porffor_allocate')],[33,2],[33,7],[32,5],[252,2],[32,7],[252,2],[54,0,4],[32,0],[32,1],[16, builtin('__Porffor_rawType')],[68,0,0,0,0,0,0,8,64],[98],[32,0],[68,0,0,0,0,0,0,0,0],[98],[32,1],[65,128,1],[114],[65,4],[65,128,1],[114],[71],[114],[113],[4,64],[32,0],[252,3],[33,8],[65,0],[33,10],[32,8],[40,1,0],[33,9],[32,1],[33,4],[2,64],[32,4],[65,19],[70],[4,64,"TYPESWITCH|Set"],[3,64],[32,8],[43,0,4],[32,8],[45,0,12],[33,12],[33,11],[2,64],[2,64],[32,5],[65,35],[32,12],[33,4],[2,124],[32,4],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[65,0],[65,1],[54,0,0],[65,0],[65,0],[65,2],[108],[32,11],[252,3],[106],[47,0,4],[59,0,4],[68,0,0,0,0,0,0,0,0],[65,194,0],[33,2],[12,1],[11],[32,4],[65,208,0],[70],[4,64,"TYPESWITCH|Array"],[65,0],[65,9],[108],[32,11],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[33,2],[12,1],[11],[32,4],[65,216,0],[70],[4,64,"TYPESWITCH|Uint8Array"],[32,11],[252,3],[40,0,4],[65,0],[106],[45,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,217,0],[70],[4,64,"TYPESWITCH|Int8Array"],[32,11],[252,3],[40,0,4],[65,0],[106],[44,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,218,0],[70],[4,64,"TYPESWITCH|Uint8ClampedArray"],[32,11],[252,3],[40,0,4],[65,0],[106],[45,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,219,0],[70],[4,64,"TYPESWITCH|Uint16Array"],[32,11],[252,3],[40,0,4],[65,0],[65,2],[108],[106],[47,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,220,0],[70],[4,64,"TYPESWITCH|Int16Array"],[32,11],[252,3],[40,0,4],[65,0],[65,2],[108],[106],[46,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,221,0],[70],[4,64,"TYPESWITCH|Uint32Array"],[32,11],[252,3],[40,0,4],[65,0],[65,4],[108],[106],[40,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,222,0],[70],[4,64,"TYPESWITCH|Int32Array"],[32,11],[252,3],[40,0,4],[65,0],[65,4],[108],[106],[40,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,223,0],[70],[4,64,"TYPESWITCH|Float32Array"],[32,11],[252,3],[40,0,4],[65,0],[65,4],[108],[106],[42,0,4],[187],[65,0],[33,2],[12,1],[11],[32,4],[65,224,0],[70],[4,64,"TYPESWITCH|Float64Array"],[32,11],[252,3],[40,0,4],[65,0],[65,8],[108],[106],[43,0,4],[65,0],[33,2],[12,1],[11],[32,4],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[65,0],[65,1],[54,0,0],[65,0],[65,0],[32,11],[252,3],[106],[45,0,4],[58,0,4],[68,0,0,0,0,0,0,0,0],[65,194,1],[33,2],[12,1],[11],...internalThrow(scope, 'TypeError', `Member expression is not supported for non-string non-array yet`),[68,0,0,0,0,0,0,0,0],[11,"TYPESWITCH_end"],[32,2],[32,12],[33,4],[2,124],[32,4],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[65,0],[65,1],[54,0,0],[65,0],[65,1],[65,2],[108],[32,11],[252,3],[106],[47,0,4],[59,0,4],[68,0,0,0,0,0,0,0,0],[65,194,0],[33,2],[12,1],[11],[32,4],[65,208,0],[70],[4,64,"TYPESWITCH|Array"],[65,1],[65,9],[108],[32,11],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[33,2],[12,1],[11],[32,4],[65,216,0],[70],[4,64,"TYPESWITCH|Uint8Array"],[32,11],[252,3],[40,0,4],[65,1],[106],[45,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,217,0],[70],[4,64,"TYPESWITCH|Int8Array"],[32,11],[252,3],[40,0,4],[65,1],[106],[44,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,218,0],[70],[4,64,"TYPESWITCH|Uint8ClampedArray"],[32,11],[252,3],[40,0,4],[65,1],[106],[45,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,219,0],[70],[4,64,"TYPESWITCH|Uint16Array"],[32,11],[252,3],[40,0,4],[65,1],[65,2],[108],[106],[47,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,220,0],[70],[4,64,"TYPESWITCH|Int16Array"],[32,11],[252,3],[40,0,4],[65,1],[65,2],[108],[106],[46,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,221,0],[70],[4,64,"TYPESWITCH|Uint32Array"],[32,11],[252,3],[40,0,4],[65,1],[65,4],[108],[106],[40,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,222,0],[70],[4,64,"TYPESWITCH|Int32Array"],[32,11],[252,3],[40,0,4],[65,1],[65,4],[108],[106],[40,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,223,0],[70],[4,64,"TYPESWITCH|Float32Array"],[32,11],[252,3],[40,0,4],[65,1],[65,4],[108],[106],[42,0,4],[187],[65,0],[33,2],[12,1],[11],[32,4],[65,224,0],[70],[4,64,"TYPESWITCH|Float64Array"],[32,11],[252,3],[40,0,4],[65,1],[65,8],[108],[106],[43,0,4],[65,0],[33,2],[12,1],[11],[32,4],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[65,0],[65,1],[54,0,0],[65,0],[65,1],[32,11],[252,3],[106],[45,0,4],[58,0,4],[68,0,0,0,0,0,0,0,0],[65,194,1],[33,2],[12,1],[11],...internalThrow(scope, 'TypeError', `Member expression is not supported for non-string non-array yet`),[68,0,0,0,0,0,0,0,0],[11,"TYPESWITCH_end"],[32,2],[16, builtin('__WeakMap_prototype_set')],[33,2],[26],[11],[32,8],[65,9],[106],[33,8],[32,10],[65,1],[106],[34,10],[32,9],[71],[13,1],[11],[11],[12,1],[11],[32,4],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[65,194,0],[33,12],[65,0],[65,1],[54,0,0],[3,64],[65,0],[32,8],[47,0,4],[59,0,4],[68,0,0,0,0,0,0,0,0],[33,11],[2,64],[2,64],[32,5],[65,35],[32,12],[33,4],[2,124],[32,4],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[65,0],[65,1],[54,0,0],[65,0],[65,0],[65,2],[108],[32,11],[252,3],[106],[47,0,4],[59,0,4],[68,0,0,0,0,0,0,0,0],[65,194,0],[33,2],[12,1],[11],[32,4],[65,208,0],[70],[4,64,"TYPESWITCH|Array"],[65,0],[65,9],[108],[32,11],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[33,2],[12,1],[11],[32,4],[65,216,0],[70],[4,64,"TYPESWITCH|Uint8Array"],[32,11],[252,3],[40,0,4],[65,0],[106],[45,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,217,0],[70],[4,64,"TYPESWITCH|Int8Array"],[32,11],[252,3],[40,0,4],[65,0],[106],[44,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,218,0],[70],[4,64,"TYPESWITCH|Uint8ClampedArray"],[32,11],[252,3],[40,0,4],[65,0],[106],[45,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,219,0],[70],[4,64,"TYPESWITCH|Uint16Array"],[32,11],[252,3],[40,0,4],[65,0],[65,2],[108],[106],[47,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,220,0],[70],[4,64,"TYPESWITCH|Int16Array"],[32,11],[252,3],[40,0,4],[65,0],[65,2],[108],[106],[46,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,221,0],[70],[4,64,"TYPESWITCH|Uint32Array"],[32,11],[252,3],[40,0,4],[65,0],[65,4],[108],[106],[40,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,222,0],[70],[4,64,"TYPESWITCH|Int32Array"],[32,11],[252,3],[40,0,4],[65,0],[65,4],[108],[106],[40,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,223,0],[70],[4,64,"TYPESWITCH|Float32Array"],[32,11],[252,3],[40,0,4],[65,0],[65,4],[108],[106],[42,0,4],[187],[65,0],[33,2],[12,1],[11],[32,4],[65,224,0],[70],[4,64,"TYPESWITCH|Float64Array"],[32,11],[252,3],[40,0,4],[65,0],[65,8],[108],[106],[43,0,4],[65,0],[33,2],[12,1],[11],[32,4],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[65,0],[65,1],[54,0,0],[65,0],[65,0],[32,11],[252,3],[106],[45,0,4],[58,0,4],[68,0,0,0,0,0,0,0,0],[65,194,1],[33,2],[12,1],[11],...internalThrow(scope, 'TypeError', `Member expression is not supported for non-string non-array yet`),[68,0,0,0,0,0,0,0,0],[11,"TYPESWITCH_end"],[32,2],[32,12],[33,4],[2,124],[32,4],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[65,0],[65,1],[54,0,0],[65,0],[65,1],[65,2],[108],[32,11],[252,3],[106],[47,0,4],[59,0,4],[68,0,0,0,0,0,0,0,0],[65,194,0],[33,2],[12,1],[11],[32,4],[65,208,0],[70],[4,64,"TYPESWITCH|Array"],[65,1],[65,9],[108],[32,11],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[33,2],[12,1],[11],[32,4],[65,216,0],[70],[4,64,"TYPESWITCH|Uint8Array"],[32,11],[252,3],[40,0,4],[65,1],[106],[45,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,217,0],[70],[4,64,"TYPESWITCH|Int8Array"],[32,11],[252,3],[40,0,4],[65,1],[106],[44,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,218,0],[70],[4,64,"TYPESWITCH|Uint8ClampedArray"],[32,11],[252,3],[40,0,4],[65,1],[106],[45,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,219,0],[70],[4,64,"TYPESWITCH|Uint16Array"],[32,11],[252,3],[40,0,4],[65,1],[65,2],[108],[106],[47,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,220,0],[70],[4,64,"TYPESWITCH|Int16Array"],[32,11],[252,3],[40,0,4],[65,1],[65,2],[108],[106],[46,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,221,0],[70],[4,64,"TYPESWITCH|Uint32Array"],[32,11],[252,3],[40,0,4],[65,1],[65,4],[108],[106],[40,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,222,0],[70],[4,64,"TYPESWITCH|Int32Array"],[32,11],[252,3],[40,0,4],[65,1],[65,4],[108],[106],[40,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,223,0],[70],[4,64,"TYPESWITCH|Float32Array"],[32,11],[252,3],[40,0,4],[65,1],[65,4],[108],[106],[42,0,4],[187],[65,0],[33,2],[12,1],[11],[32,4],[65,224,0],[70],[4,64,"TYPESWITCH|Float64Array"],[32,11],[252,3],[40,0,4],[65,1],[65,8],[108],[106],[43,0,4],[65,0],[33,2],[12,1],[11],[32,4],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[65,0],[65,1],[54,0,0],[65,0],[65,1],[32,11],[252,3],[106],[45,0,4],[58,0,4],[68,0,0,0,0,0,0,0,0],[65,194,1],[33,2],[12,1],[11],...internalThrow(scope, 'TypeError', `Member expression is not supported for non-string non-array yet`),[68,0,0,0,0,0,0,0,0],[11,"TYPESWITCH_end"],[32,2],[16, builtin('__WeakMap_prototype_set')],[33,2],[26],[11],[32,8],[65,2],[106],[33,8],[32,10],[65,1],[106],[34,10],[32,9],[71],[13,1],[11],[11],[12,1],[11],[32,4],[65,208,0],[70],[4,64,"TYPESWITCH|Array"],[3,64],[32,8],[43,0,4],[32,8],[45,0,12],[33,12],[33,11],[2,64],[2,64],[32,5],[65,35],[32,12],[33,4],[2,124],[32,4],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[65,0],[65,1],[54,0,0],[65,0],[65,0],[65,2],[108],[32,11],[252,3],[106],[47,0,4],[59,0,4],[68,0,0,0,0,0,0,0,0],[65,194,0],[33,2],[12,1],[11],[32,4],[65,208,0],[70],[4,64,"TYPESWITCH|Array"],[65,0],[65,9],[108],[32,11],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[33,2],[12,1],[11],[32,4],[65,216,0],[70],[4,64,"TYPESWITCH|Uint8Array"],[32,11],[252,3],[40,0,4],[65,0],[106],[45,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,217,0],[70],[4,64,"TYPESWITCH|Int8Array"],[32,11],[252,3],[40,0,4],[65,0],[106],[44,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,218,0],[70],[4,64,"TYPESWITCH|Uint8ClampedArray"],[32,11],[252,3],[40,0,4],[65,0],[106],[45,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,219,0],[70],[4,64,"TYPESWITCH|Uint16Array"],[32,11],[252,3],[40,0,4],[65,0],[65,2],[108],[106],[47,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,220,0],[70],[4,64,"TYPESWITCH|Int16Array"],[32,11],[252,3],[40,0,4],[65,0],[65,2],[108],[106],[46,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,221,0],[70],[4,64,"TYPESWITCH|Uint32Array"],[32,11],[252,3],[40,0,4],[65,0],[65,4],[108],[106],[40,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,222,0],[70],[4,64,"TYPESWITCH|Int32Array"],[32,11],[252,3],[40,0,4],[65,0],[65,4],[108],[106],[40,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,223,0],[70],[4,64,"TYPESWITCH|Float32Array"],[32,11],[252,3],[40,0,4],[65,0],[65,4],[108],[106],[42,0,4],[187],[65,0],[33,2],[12,1],[11],[32,4],[65,224,0],[70],[4,64,"TYPESWITCH|Float64Array"],[32,11],[252,3],[40,0,4],[65,0],[65,8],[108],[106],[43,0,4],[65,0],[33,2],[12,1],[11],[32,4],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[65,0],[65,1],[54,0,0],[65,0],[65,0],[32,11],[252,3],[106],[45,0,4],[58,0,4],[68,0,0,0,0,0,0,0,0],[65,194,1],[33,2],[12,1],[11],...internalThrow(scope, 'TypeError', `Member expression is not supported for non-string non-array yet`),[68,0,0,0,0,0,0,0,0],[11,"TYPESWITCH_end"],[32,2],[32,12],[33,4],[2,124],[32,4],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[65,0],[65,1],[54,0,0],[65,0],[65,1],[65,2],[108],[32,11],[252,3],[106],[47,0,4],[59,0,4],[68,0,0,0,0,0,0,0,0],[65,194,0],[33,2],[12,1],[11],[32,4],[65,208,0],[70],[4,64,"TYPESWITCH|Array"],[65,1],[65,9],[108],[32,11],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[33,2],[12,1],[11],[32,4],[65,216,0],[70],[4,64,"TYPESWITCH|Uint8Array"],[32,11],[252,3],[40,0,4],[65,1],[106],[45,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,217,0],[70],[4,64,"TYPESWITCH|Int8Array"],[32,11],[252,3],[40,0,4],[65,1],[106],[44,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,218,0],[70],[4,64,"TYPESWITCH|Uint8ClampedArray"],[32,11],[252,3],[40,0,4],[65,1],[106],[45,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,219,0],[70],[4,64,"TYPESWITCH|Uint16Array"],[32,11],[252,3],[40,0,4],[65,1],[65,2],[108],[106],[47,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,220,0],[70],[4,64,"TYPESWITCH|Int16Array"],[32,11],[252,3],[40,0,4],[65,1],[65,2],[108],[106],[46,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,221,0],[70],[4,64,"TYPESWITCH|Uint32Array"],[32,11],[252,3],[40,0,4],[65,1],[65,4],[108],[106],[40,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,222,0],[70],[4,64,"TYPESWITCH|Int32Array"],[32,11],[252,3],[40,0,4],[65,1],[65,4],[108],[106],[40,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,223,0],[70],[4,64,"TYPESWITCH|Float32Array"],[32,11],[252,3],[40,0,4],[65,1],[65,4],[108],[106],[42,0,4],[187],[65,0],[33,2],[12,1],[11],[32,4],[65,224,0],[70],[4,64,"TYPESWITCH|Float64Array"],[32,11],[252,3],[40,0,4],[65,1],[65,8],[108],[106],[43,0,4],[65,0],[33,2],[12,1],[11],[32,4],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[65,0],[65,1],[54,0,0],[65,0],[65,1],[32,11],[252,3],[106],[45,0,4],[58,0,4],[68,0,0,0,0,0,0,0,0],[65,194,1],[33,2],[12,1],[11],...internalThrow(scope, 'TypeError', `Member expression is not supported for non-string non-array yet`),[68,0,0,0,0,0,0,0,0],[11,"TYPESWITCH_end"],[32,2],[16, builtin('__WeakMap_prototype_set')],[33,2],[26],[11],[32,8],[65,9],[106],[33,8],[32,10],[65,1],[106],[34,10],[32,9],[71],[13,1],[11],[11],[12,1],[11],[32,4],[65,216,0],[70],[4,64,"TYPESWITCH|Uint8Array"],[65,0],[33,12],[3,64],[32,8],[40,0,4],[32,10],[106],[45,0,4],[184],[33,11],[2,64],[2,64],[32,5],[65,35],[32,12],[33,4],[2,124],[32,4],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[65,0],[65,1],[54,0,0],[65,0],[65,0],[65,2],[108],[32,11],[252,3],[106],[47,0,4],[59,0,4],[68,0,0,0,0,0,0,0,0],[65,194,0],[33,2],[12,1],[11],[32,4],[65,208,0],[70],[4,64,"TYPESWITCH|Array"],[65,0],[65,9],[108],[32,11],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[33,2],[12,1],[11],[32,4],[65,216,0],[70],[4,64,"TYPESWITCH|Uint8Array"],[32,11],[252,3],[40,0,4],[65,0],[106],[45,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,217,0],[70],[4,64,"TYPESWITCH|Int8Array"],[32,11],[252,3],[40,0,4],[65,0],[106],[44,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,218,0],[70],[4,64,"TYPESWITCH|Uint8ClampedArray"],[32,11],[252,3],[40,0,4],[65,0],[106],[45,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,219,0],[70],[4,64,"TYPESWITCH|Uint16Array"],[32,11],[252,3],[40,0,4],[65,0],[65,2],[108],[106],[47,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,220,0],[70],[4,64,"TYPESWITCH|Int16Array"],[32,11],[252,3],[40,0,4],[65,0],[65,2],[108],[106],[46,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,221,0],[70],[4,64,"TYPESWITCH|Uint32Array"],[32,11],[252,3],[40,0,4],[65,0],[65,4],[108],[106],[40,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,222,0],[70],[4,64,"TYPESWITCH|Int32Array"],[32,11],[252,3],[40,0,4],[65,0],[65,4],[108],[106],[40,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,223,0],[70],[4,64,"TYPESWITCH|Float32Array"],[32,11],[252,3],[40,0,4],[65,0],[65,4],[108],[106],[42,0,4],[187],[65,0],[33,2],[12,1],[11],[32,4],[65,224,0],[70],[4,64,"TYPESWITCH|Float64Array"],[32,11],[252,3],[40,0,4],[65,0],[65,8],[108],[106],[43,0,4],[65,0],[33,2],[12,1],[11],[32,4],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[65,0],[65,1],[54,0,0],[65,0],[65,0],[32,11],[252,3],[106],[45,0,4],[58,0,4],[68,0,0,0,0,0,0,0,0],[65,194,1],[33,2],[12,1],[11],...internalThrow(scope, 'TypeError', `Member expression is not supported for non-string non-array yet`),[68,0,0,0,0,0,0,0,0],[11,"TYPESWITCH_end"],[32,2],[32,12],[33,4],[2,124],[32,4],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[65,0],[65,1],[54,0,0],[65,0],[65,1],[65,2],[108],[32,11],[252,3],[106],[47,0,4],[59,0,4],[68,0,0,0,0,0,0,0,0],[65,194,0],[33,2],[12,1],[11],[32,4],[65,208,0],[70],[4,64,"TYPESWITCH|Array"],[65,1],[65,9],[108],[32,11],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[33,2],[12,1],[11],[32,4],[65,216,0],[70],[4,64,"TYPESWITCH|Uint8Array"],[32,11],[252,3],[40,0,4],[65,1],[106],[45,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,217,0],[70],[4,64,"TYPESWITCH|Int8Array"],[32,11],[252,3],[40,0,4],[65,1],[106],[44,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,218,0],[70],[4,64,"TYPESWITCH|Uint8ClampedArray"],[32,11],[252,3],[40,0,4],[65,1],[106],[45,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,219,0],[70],[4,64,"TYPESWITCH|Uint16Array"],[32,11],[252,3],[40,0,4],[65,1],[65,2],[108],[106],[47,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,220,0],[70],[4,64,"TYPESWITCH|Int16Array"],[32,11],[252,3],[40,0,4],[65,1],[65,2],[108],[106],[46,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,221,0],[70],[4,64,"TYPESWITCH|Uint32Array"],[32,11],[252,3],[40,0,4],[65,1],[65,4],[108],[106],[40,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,222,0],[70],[4,64,"TYPESWITCH|Int32Array"],[32,11],[252,3],[40,0,4],[65,1],[65,4],[108],[106],[40,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,223,0],[70],[4,64,"TYPESWITCH|Float32Array"],[32,11],[252,3],[40,0,4],[65,1],[65,4],[108],[106],[42,0,4],[187],[65,0],[33,2],[12,1],[11],[32,4],[65,224,0],[70],[4,64,"TYPESWITCH|Float64Array"],[32,11],[252,3],[40,0,4],[65,1],[65,8],[108],[106],[43,0,4],[65,0],[33,2],[12,1],[11],[32,4],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[65,0],[65,1],[54,0,0],[65,0],[65,1],[32,11],[252,3],[106],[45,0,4],[58,0,4],[68,0,0,0,0,0,0,0,0],[65,194,1],[33,2],[12,1],[11],...internalThrow(scope, 'TypeError', `Member expression is not supported for non-string non-array yet`),[68,0,0,0,0,0,0,0,0],[11,"TYPESWITCH_end"],[32,2],[16, builtin('__WeakMap_prototype_set')],[33,2],[26],[11],[32,10],[65,1],[106],[34,10],[32,9],[71],[13,1],[11],[11],[12,1],[11],[32,4],[65,217,0],[70],[4,64,"TYPESWITCH|Int8Array"],[65,0],[33,12],[3,64],[32,8],[40,0,4],[32,10],[106],[44,0,4],[183],[33,11],[2,64],[2,64],[32,5],[65,35],[32,12],[33,4],[2,124],[32,4],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[65,0],[65,1],[54,0,0],[65,0],[65,0],[65,2],[108],[32,11],[252,3],[106],[47,0,4],[59,0,4],[68,0,0,0,0,0,0,0,0],[65,194,0],[33,2],[12,1],[11],[32,4],[65,208,0],[70],[4,64,"TYPESWITCH|Array"],[65,0],[65,9],[108],[32,11],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[33,2],[12,1],[11],[32,4],[65,216,0],[70],[4,64,"TYPESWITCH|Uint8Array"],[32,11],[252,3],[40,0,4],[65,0],[106],[45,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,217,0],[70],[4,64,"TYPESWITCH|Int8Array"],[32,11],[252,3],[40,0,4],[65,0],[106],[44,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,218,0],[70],[4,64,"TYPESWITCH|Uint8ClampedArray"],[32,11],[252,3],[40,0,4],[65,0],[106],[45,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,219,0],[70],[4,64,"TYPESWITCH|Uint16Array"],[32,11],[252,3],[40,0,4],[65,0],[65,2],[108],[106],[47,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,220,0],[70],[4,64,"TYPESWITCH|Int16Array"],[32,11],[252,3],[40,0,4],[65,0],[65,2],[108],[106],[46,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,221,0],[70],[4,64,"TYPESWITCH|Uint32Array"],[32,11],[252,3],[40,0,4],[65,0],[65,4],[108],[106],[40,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,222,0],[70],[4,64,"TYPESWITCH|Int32Array"],[32,11],[252,3],[40,0,4],[65,0],[65,4],[108],[106],[40,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,223,0],[70],[4,64,"TYPESWITCH|Float32Array"],[32,11],[252,3],[40,0,4],[65,0],[65,4],[108],[106],[42,0,4],[187],[65,0],[33,2],[12,1],[11],[32,4],[65,224,0],[70],[4,64,"TYPESWITCH|Float64Array"],[32,11],[252,3],[40,0,4],[65,0],[65,8],[108],[106],[43,0,4],[65,0],[33,2],[12,1],[11],[32,4],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[65,0],[65,1],[54,0,0],[65,0],[65,0],[32,11],[252,3],[106],[45,0,4],[58,0,4],[68,0,0,0,0,0,0,0,0],[65,194,1],[33,2],[12,1],[11],...internalThrow(scope, 'TypeError', `Member expression is not supported for non-string non-array yet`),[68,0,0,0,0,0,0,0,0],[11,"TYPESWITCH_end"],[32,2],[32,12],[33,4],[2,124],[32,4],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[65,0],[65,1],[54,0,0],[65,0],[65,1],[65,2],[108],[32,11],[252,3],[106],[47,0,4],[59,0,4],[68,0,0,0,0,0,0,0,0],[65,194,0],[33,2],[12,1],[11],[32,4],[65,208,0],[70],[4,64,"TYPESWITCH|Array"],[65,1],[65,9],[108],[32,11],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[33,2],[12,1],[11],[32,4],[65,216,0],[70],[4,64,"TYPESWITCH|Uint8Array"],[32,11],[252,3],[40,0,4],[65,1],[106],[45,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,217,0],[70],[4,64,"TYPESWITCH|Int8Array"],[32,11],[252,3],[40,0,4],[65,1],[106],[44,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,218,0],[70],[4,64,"TYPESWITCH|Uint8ClampedArray"],[32,11],[252,3],[40,0,4],[65,1],[106],[45,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,219,0],[70],[4,64,"TYPESWITCH|Uint16Array"],[32,11],[252,3],[40,0,4],[65,1],[65,2],[108],[106],[47,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,220,0],[70],[4,64,"TYPESWITCH|Int16Array"],[32,11],[252,3],[40,0,4],[65,1],[65,2],[108],[106],[46,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,221,0],[70],[4,64,"TYPESWITCH|Uint32Array"],[32,11],[252,3],[40,0,4],[65,1],[65,4],[108],[106],[40,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,222,0],[70],[4,64,"TYPESWITCH|Int32Array"],[32,11],[252,3],[40,0,4],[65,1],[65,4],[108],[106],[40,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,223,0],[70],[4,64,"TYPESWITCH|Float32Array"],[32,11],[252,3],[40,0,4],[65,1],[65,4],[108],[106],[42,0,4],[187],[65,0],[33,2],[12,1],[11],[32,4],[65,224,0],[70],[4,64,"TYPESWITCH|Float64Array"],[32,11],[252,3],[40,0,4],[65,1],[65,8],[108],[106],[43,0,4],[65,0],[33,2],[12,1],[11],[32,4],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[65,0],[65,1],[54,0,0],[65,0],[65,1],[32,11],[252,3],[106],[45,0,4],[58,0,4],[68,0,0,0,0,0,0,0,0],[65,194,1],[33,2],[12,1],[11],...internalThrow(scope, 'TypeError', `Member expression is not supported for non-string non-array yet`),[68,0,0,0,0,0,0,0,0],[11,"TYPESWITCH_end"],[32,2],[16, builtin('__WeakMap_prototype_set')],[33,2],[26],[11],[32,10],[65,1],[106],[34,10],[32,9],[71],[13,1],[11],[11],[12,1],[11],[32,4],[65,218,0],[70],[4,64,"TYPESWITCH|Uint8ClampedArray"],[65,0],[33,12],[3,64],[32,8],[40,0,4],[32,10],[106],[45,0,4],[184],[33,11],[2,64],[2,64],[32,5],[65,35],[32,12],[33,4],[2,124],[32,4],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[65,0],[65,1],[54,0,0],[65,0],[65,0],[65,2],[108],[32,11],[252,3],[106],[47,0,4],[59,0,4],[68,0,0,0,0,0,0,0,0],[65,194,0],[33,2],[12,1],[11],[32,4],[65,208,0],[70],[4,64,"TYPESWITCH|Array"],[65,0],[65,9],[108],[32,11],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[33,2],[12,1],[11],[32,4],[65,216,0],[70],[4,64,"TYPESWITCH|Uint8Array"],[32,11],[252,3],[40,0,4],[65,0],[106],[45,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,217,0],[70],[4,64,"TYPESWITCH|Int8Array"],[32,11],[252,3],[40,0,4],[65,0],[106],[44,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,218,0],[70],[4,64,"TYPESWITCH|Uint8ClampedArray"],[32,11],[252,3],[40,0,4],[65,0],[106],[45,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,219,0],[70],[4,64,"TYPESWITCH|Uint16Array"],[32,11],[252,3],[40,0,4],[65,0],[65,2],[108],[106],[47,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,220,0],[70],[4,64,"TYPESWITCH|Int16Array"],[32,11],[252,3],[40,0,4],[65,0],[65,2],[108],[106],[46,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,221,0],[70],[4,64,"TYPESWITCH|Uint32Array"],[32,11],[252,3],[40,0,4],[65,0],[65,4],[108],[106],[40,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,222,0],[70],[4,64,"TYPESWITCH|Int32Array"],[32,11],[252,3],[40,0,4],[65,0],[65,4],[108],[106],[40,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,223,0],[70],[4,64,"TYPESWITCH|Float32Array"],[32,11],[252,3],[40,0,4],[65,0],[65,4],[108],[106],[42,0,4],[187],[65,0],[33,2],[12,1],[11],[32,4],[65,224,0],[70],[4,64,"TYPESWITCH|Float64Array"],[32,11],[252,3],[40,0,4],[65,0],[65,8],[108],[106],[43,0,4],[65,0],[33,2],[12,1],[11],[32,4],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[65,0],[65,1],[54,0,0],[65,0],[65,0],[32,11],[252,3],[106],[45,0,4],[58,0,4],[68,0,0,0,0,0,0,0,0],[65,194,1],[33,2],[12,1],[11],...internalThrow(scope, 'TypeError', `Member expression is not supported for non-string non-array yet`),[68,0,0,0,0,0,0,0,0],[11,"TYPESWITCH_end"],[32,2],[32,12],[33,4],[2,124],[32,4],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[65,0],[65,1],[54,0,0],[65,0],[65,1],[65,2],[108],[32,11],[252,3],[106],[47,0,4],[59,0,4],[68,0,0,0,0,0,0,0,0],[65,194,0],[33,2],[12,1],[11],[32,4],[65,208,0],[70],[4,64,"TYPESWITCH|Array"],[65,1],[65,9],[108],[32,11],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[33,2],[12,1],[11],[32,4],[65,216,0],[70],[4,64,"TYPESWITCH|Uint8Array"],[32,11],[252,3],[40,0,4],[65,1],[106],[45,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,217,0],[70],[4,64,"TYPESWITCH|Int8Array"],[32,11],[252,3],[40,0,4],[65,1],[106],[44,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,218,0],[70],[4,64,"TYPESWITCH|Uint8ClampedArray"],[32,11],[252,3],[40,0,4],[65,1],[106],[45,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,219,0],[70],[4,64,"TYPESWITCH|Uint16Array"],[32,11],[252,3],[40,0,4],[65,1],[65,2],[108],[106],[47,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,220,0],[70],[4,64,"TYPESWITCH|Int16Array"],[32,11],[252,3],[40,0,4],[65,1],[65,2],[108],[106],[46,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,221,0],[70],[4,64,"TYPESWITCH|Uint32Array"],[32,11],[252,3],[40,0,4],[65,1],[65,4],[108],[106],[40,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,222,0],[70],[4,64,"TYPESWITCH|Int32Array"],[32,11],[252,3],[40,0,4],[65,1],[65,4],[108],[106],[40,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,223,0],[70],[4,64,"TYPESWITCH|Float32Array"],[32,11],[252,3],[40,0,4],[65,1],[65,4],[108],[106],[42,0,4],[187],[65,0],[33,2],[12,1],[11],[32,4],[65,224,0],[70],[4,64,"TYPESWITCH|Float64Array"],[32,11],[252,3],[40,0,4],[65,1],[65,8],[108],[106],[43,0,4],[65,0],[33,2],[12,1],[11],[32,4],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[65,0],[65,1],[54,0,0],[65,0],[65,1],[32,11],[252,3],[106],[45,0,4],[58,0,4],[68,0,0,0,0,0,0,0,0],[65,194,1],[33,2],[12,1],[11],...internalThrow(scope, 'TypeError', `Member expression is not supported for non-string non-array yet`),[68,0,0,0,0,0,0,0,0],[11,"TYPESWITCH_end"],[32,2],[16, builtin('__WeakMap_prototype_set')],[33,2],[26],[11],[32,10],[65,1],[106],[34,10],[32,9],[71],[13,1],[11],[11],[12,1],[11],[32,4],[65,219,0],[70],[4,64,"TYPESWITCH|Uint16Array"],[65,0],[33,12],[3,64],[32,8],[40,0,4],[32,10],[65,2],[108],[106],[47,0,4],[184],[33,11],[2,64],[2,64],[32,5],[65,35],[32,12],[33,4],[2,124],[32,4],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[65,0],[65,1],[54,0,0],[65,0],[65,0],[65,2],[108],[32,11],[252,3],[106],[47,0,4],[59,0,4],[68,0,0,0,0,0,0,0,0],[65,194,0],[33,2],[12,1],[11],[32,4],[65,208,0],[70],[4,64,"TYPESWITCH|Array"],[65,0],[65,9],[108],[32,11],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[33,2],[12,1],[11],[32,4],[65,216,0],[70],[4,64,"TYPESWITCH|Uint8Array"],[32,11],[252,3],[40,0,4],[65,0],[106],[45,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,217,0],[70],[4,64,"TYPESWITCH|Int8Array"],[32,11],[252,3],[40,0,4],[65,0],[106],[44,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,218,0],[70],[4,64,"TYPESWITCH|Uint8ClampedArray"],[32,11],[252,3],[40,0,4],[65,0],[106],[45,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,219,0],[70],[4,64,"TYPESWITCH|Uint16Array"],[32,11],[252,3],[40,0,4],[65,0],[65,2],[108],[106],[47,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,220,0],[70],[4,64,"TYPESWITCH|Int16Array"],[32,11],[252,3],[40,0,4],[65,0],[65,2],[108],[106],[46,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,221,0],[70],[4,64,"TYPESWITCH|Uint32Array"],[32,11],[252,3],[40,0,4],[65,0],[65,4],[108],[106],[40,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,222,0],[70],[4,64,"TYPESWITCH|Int32Array"],[32,11],[252,3],[40,0,4],[65,0],[65,4],[108],[106],[40,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,223,0],[70],[4,64,"TYPESWITCH|Float32Array"],[32,11],[252,3],[40,0,4],[65,0],[65,4],[108],[106],[42,0,4],[187],[65,0],[33,2],[12,1],[11],[32,4],[65,224,0],[70],[4,64,"TYPESWITCH|Float64Array"],[32,11],[252,3],[40,0,4],[65,0],[65,8],[108],[106],[43,0,4],[65,0],[33,2],[12,1],[11],[32,4],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[65,0],[65,1],[54,0,0],[65,0],[65,0],[32,11],[252,3],[106],[45,0,4],[58,0,4],[68,0,0,0,0,0,0,0,0],[65,194,1],[33,2],[12,1],[11],...internalThrow(scope, 'TypeError', `Member expression is not supported for non-string non-array yet`),[68,0,0,0,0,0,0,0,0],[11,"TYPESWITCH_end"],[32,2],[32,12],[33,4],[2,124],[32,4],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[65,0],[65,1],[54,0,0],[65,0],[65,1],[65,2],[108],[32,11],[252,3],[106],[47,0,4],[59,0,4],[68,0,0,0,0,0,0,0,0],[65,194,0],[33,2],[12,1],[11],[32,4],[65,208,0],[70],[4,64,"TYPESWITCH|Array"],[65,1],[65,9],[108],[32,11],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[33,2],[12,1],[11],[32,4],[65,216,0],[70],[4,64,"TYPESWITCH|Uint8Array"],[32,11],[252,3],[40,0,4],[65,1],[106],[45,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,217,0],[70],[4,64,"TYPESWITCH|Int8Array"],[32,11],[252,3],[40,0,4],[65,1],[106],[44,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,218,0],[70],[4,64,"TYPESWITCH|Uint8ClampedArray"],[32,11],[252,3],[40,0,4],[65,1],[106],[45,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,219,0],[70],[4,64,"TYPESWITCH|Uint16Array"],[32,11],[252,3],[40,0,4],[65,1],[65,2],[108],[106],[47,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,220,0],[70],[4,64,"TYPESWITCH|Int16Array"],[32,11],[252,3],[40,0,4],[65,1],[65,2],[108],[106],[46,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,221,0],[70],[4,64,"TYPESWITCH|Uint32Array"],[32,11],[252,3],[40,0,4],[65,1],[65,4],[108],[106],[40,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,222,0],[70],[4,64,"TYPESWITCH|Int32Array"],[32,11],[252,3],[40,0,4],[65,1],[65,4],[108],[106],[40,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,223,0],[70],[4,64,"TYPESWITCH|Float32Array"],[32,11],[252,3],[40,0,4],[65,1],[65,4],[108],[106],[42,0,4],[187],[65,0],[33,2],[12,1],[11],[32,4],[65,224,0],[70],[4,64,"TYPESWITCH|Float64Array"],[32,11],[252,3],[40,0,4],[65,1],[65,8],[108],[106],[43,0,4],[65,0],[33,2],[12,1],[11],[32,4],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[65,0],[65,1],[54,0,0],[65,0],[65,1],[32,11],[252,3],[106],[45,0,4],[58,0,4],[68,0,0,0,0,0,0,0,0],[65,194,1],[33,2],[12,1],[11],...internalThrow(scope, 'TypeError', `Member expression is not supported for non-string non-array yet`),[68,0,0,0,0,0,0,0,0],[11,"TYPESWITCH_end"],[32,2],[16, builtin('__WeakMap_prototype_set')],[33,2],[26],[11],[32,10],[65,1],[106],[34,10],[32,9],[71],[13,1],[11],[11],[12,1],[11],[32,4],[65,220,0],[70],[4,64,"TYPESWITCH|Int16Array"],[65,0],[33,12],[3,64],[32,8],[40,0,4],[32,10],[65,2],[108],[106],[46,0,4],[183],[33,11],[2,64],[2,64],[32,5],[65,35],[32,12],[33,4],[2,124],[32,4],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[65,0],[65,1],[54,0,0],[65,0],[65,0],[65,2],[108],[32,11],[252,3],[106],[47,0,4],[59,0,4],[68,0,0,0,0,0,0,0,0],[65,194,0],[33,2],[12,1],[11],[32,4],[65,208,0],[70],[4,64,"TYPESWITCH|Array"],[65,0],[65,9],[108],[32,11],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[33,2],[12,1],[11],[32,4],[65,216,0],[70],[4,64,"TYPESWITCH|Uint8Array"],[32,11],[252,3],[40,0,4],[65,0],[106],[45,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,217,0],[70],[4,64,"TYPESWITCH|Int8Array"],[32,11],[252,3],[40,0,4],[65,0],[106],[44,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,218,0],[70],[4,64,"TYPESWITCH|Uint8ClampedArray"],[32,11],[252,3],[40,0,4],[65,0],[106],[45,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,219,0],[70],[4,64,"TYPESWITCH|Uint16Array"],[32,11],[252,3],[40,0,4],[65,0],[65,2],[108],[106],[47,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,220,0],[70],[4,64,"TYPESWITCH|Int16Array"],[32,11],[252,3],[40,0,4],[65,0],[65,2],[108],[106],[46,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,221,0],[70],[4,64,"TYPESWITCH|Uint32Array"],[32,11],[252,3],[40,0,4],[65,0],[65,4],[108],[106],[40,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,222,0],[70],[4,64,"TYPESWITCH|Int32Array"],[32,11],[252,3],[40,0,4],[65,0],[65,4],[108],[106],[40,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,223,0],[70],[4,64,"TYPESWITCH|Float32Array"],[32,11],[252,3],[40,0,4],[65,0],[65,4],[108],[106],[42,0,4],[187],[65,0],[33,2],[12,1],[11],[32,4],[65,224,0],[70],[4,64,"TYPESWITCH|Float64Array"],[32,11],[252,3],[40,0,4],[65,0],[65,8],[108],[106],[43,0,4],[65,0],[33,2],[12,1],[11],[32,4],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[65,0],[65,1],[54,0,0],[65,0],[65,0],[32,11],[252,3],[106],[45,0,4],[58,0,4],[68,0,0,0,0,0,0,0,0],[65,194,1],[33,2],[12,1],[11],...internalThrow(scope, 'TypeError', `Member expression is not supported for non-string non-array yet`),[68,0,0,0,0,0,0,0,0],[11,"TYPESWITCH_end"],[32,2],[32,12],[33,4],[2,124],[32,4],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[65,0],[65,1],[54,0,0],[65,0],[65,1],[65,2],[108],[32,11],[252,3],[106],[47,0,4],[59,0,4],[68,0,0,0,0,0,0,0,0],[65,194,0],[33,2],[12,1],[11],[32,4],[65,208,0],[70],[4,64,"TYPESWITCH|Array"],[65,1],[65,9],[108],[32,11],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[33,2],[12,1],[11],[32,4],[65,216,0],[70],[4,64,"TYPESWITCH|Uint8Array"],[32,11],[252,3],[40,0,4],[65,1],[106],[45,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,217,0],[70],[4,64,"TYPESWITCH|Int8Array"],[32,11],[252,3],[40,0,4],[65,1],[106],[44,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,218,0],[70],[4,64,"TYPESWITCH|Uint8ClampedArray"],[32,11],[252,3],[40,0,4],[65,1],[106],[45,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,219,0],[70],[4,64,"TYPESWITCH|Uint16Array"],[32,11],[252,3],[40,0,4],[65,1],[65,2],[108],[106],[47,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,220,0],[70],[4,64,"TYPESWITCH|Int16Array"],[32,11],[252,3],[40,0,4],[65,1],[65,2],[108],[106],[46,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,221,0],[70],[4,64,"TYPESWITCH|Uint32Array"],[32,11],[252,3],[40,0,4],[65,1],[65,4],[108],[106],[40,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,222,0],[70],[4,64,"TYPESWITCH|Int32Array"],[32,11],[252,3],[40,0,4],[65,1],[65,4],[108],[106],[40,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,223,0],[70],[4,64,"TYPESWITCH|Float32Array"],[32,11],[252,3],[40,0,4],[65,1],[65,4],[108],[106],[42,0,4],[187],[65,0],[33,2],[12,1],[11],[32,4],[65,224,0],[70],[4,64,"TYPESWITCH|Float64Array"],[32,11],[252,3],[40,0,4],[65,1],[65,8],[108],[106],[43,0,4],[65,0],[33,2],[12,1],[11],[32,4],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[65,0],[65,1],[54,0,0],[65,0],[65,1],[32,11],[252,3],[106],[45,0,4],[58,0,4],[68,0,0,0,0,0,0,0,0],[65,194,1],[33,2],[12,1],[11],...internalThrow(scope, 'TypeError', `Member expression is not supported for non-string non-array yet`),[68,0,0,0,0,0,0,0,0],[11,"TYPESWITCH_end"],[32,2],[16, builtin('__WeakMap_prototype_set')],[33,2],[26],[11],[32,10],[65,1],[106],[34,10],[32,9],[71],[13,1],[11],[11],[12,1],[11],[32,4],[65,221,0],[70],[4,64,"TYPESWITCH|Uint32Array"],[65,0],[33,12],[3,64],[32,8],[40,0,4],[32,10],[65,4],[108],[106],[40,0,4],[184],[33,11],[2,64],[2,64],[32,5],[65,35],[32,12],[33,4],[2,124],[32,4],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[65,0],[65,1],[54,0,0],[65,0],[65,0],[65,2],[108],[32,11],[252,3],[106],[47,0,4],[59,0,4],[68,0,0,0,0,0,0,0,0],[65,194,0],[33,2],[12,1],[11],[32,4],[65,208,0],[70],[4,64,"TYPESWITCH|Array"],[65,0],[65,9],[108],[32,11],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[33,2],[12,1],[11],[32,4],[65,216,0],[70],[4,64,"TYPESWITCH|Uint8Array"],[32,11],[252,3],[40,0,4],[65,0],[106],[45,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,217,0],[70],[4,64,"TYPESWITCH|Int8Array"],[32,11],[252,3],[40,0,4],[65,0],[106],[44,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,218,0],[70],[4,64,"TYPESWITCH|Uint8ClampedArray"],[32,11],[252,3],[40,0,4],[65,0],[106],[45,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,219,0],[70],[4,64,"TYPESWITCH|Uint16Array"],[32,11],[252,3],[40,0,4],[65,0],[65,2],[108],[106],[47,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,220,0],[70],[4,64,"TYPESWITCH|Int16Array"],[32,11],[252,3],[40,0,4],[65,0],[65,2],[108],[106],[46,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,221,0],[70],[4,64,"TYPESWITCH|Uint32Array"],[32,11],[252,3],[40,0,4],[65,0],[65,4],[108],[106],[40,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,222,0],[70],[4,64,"TYPESWITCH|Int32Array"],[32,11],[252,3],[40,0,4],[65,0],[65,4],[108],[106],[40,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,223,0],[70],[4,64,"TYPESWITCH|Float32Array"],[32,11],[252,3],[40,0,4],[65,0],[65,4],[108],[106],[42,0,4],[187],[65,0],[33,2],[12,1],[11],[32,4],[65,224,0],[70],[4,64,"TYPESWITCH|Float64Array"],[32,11],[252,3],[40,0,4],[65,0],[65,8],[108],[106],[43,0,4],[65,0],[33,2],[12,1],[11],[32,4],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[65,0],[65,1],[54,0,0],[65,0],[65,0],[32,11],[252,3],[106],[45,0,4],[58,0,4],[68,0,0,0,0,0,0,0,0],[65,194,1],[33,2],[12,1],[11],...internalThrow(scope, 'TypeError', `Member expression is not supported for non-string non-array yet`),[68,0,0,0,0,0,0,0,0],[11,"TYPESWITCH_end"],[32,2],[32,12],[33,4],[2,124],[32,4],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[65,0],[65,1],[54,0,0],[65,0],[65,1],[65,2],[108],[32,11],[252,3],[106],[47,0,4],[59,0,4],[68,0,0,0,0,0,0,0,0],[65,194,0],[33,2],[12,1],[11],[32,4],[65,208,0],[70],[4,64,"TYPESWITCH|Array"],[65,1],[65,9],[108],[32,11],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[33,2],[12,1],[11],[32,4],[65,216,0],[70],[4,64,"TYPESWITCH|Uint8Array"],[32,11],[252,3],[40,0,4],[65,1],[106],[45,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,217,0],[70],[4,64,"TYPESWITCH|Int8Array"],[32,11],[252,3],[40,0,4],[65,1],[106],[44,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,218,0],[70],[4,64,"TYPESWITCH|Uint8ClampedArray"],[32,11],[252,3],[40,0,4],[65,1],[106],[45,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,219,0],[70],[4,64,"TYPESWITCH|Uint16Array"],[32,11],[252,3],[40,0,4],[65,1],[65,2],[108],[106],[47,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,220,0],[70],[4,64,"TYPESWITCH|Int16Array"],[32,11],[252,3],[40,0,4],[65,1],[65,2],[108],[106],[46,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,221,0],[70],[4,64,"TYPESWITCH|Uint32Array"],[32,11],[252,3],[40,0,4],[65,1],[65,4],[108],[106],[40,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,222,0],[70],[4,64,"TYPESWITCH|Int32Array"],[32,11],[252,3],[40,0,4],[65,1],[65,4],[108],[106],[40,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,223,0],[70],[4,64,"TYPESWITCH|Float32Array"],[32,11],[252,3],[40,0,4],[65,1],[65,4],[108],[106],[42,0,4],[187],[65,0],[33,2],[12,1],[11],[32,4],[65,224,0],[70],[4,64,"TYPESWITCH|Float64Array"],[32,11],[252,3],[40,0,4],[65,1],[65,8],[108],[106],[43,0,4],[65,0],[33,2],[12,1],[11],[32,4],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[65,0],[65,1],[54,0,0],[65,0],[65,1],[32,11],[252,3],[106],[45,0,4],[58,0,4],[68,0,0,0,0,0,0,0,0],[65,194,1],[33,2],[12,1],[11],...internalThrow(scope, 'TypeError', `Member expression is not supported for non-string non-array yet`),[68,0,0,0,0,0,0,0,0],[11,"TYPESWITCH_end"],[32,2],[16, builtin('__WeakMap_prototype_set')],[33,2],[26],[11],[32,10],[65,1],[106],[34,10],[32,9],[71],[13,1],[11],[11],[12,1],[11],[32,4],[65,222,0],[70],[4,64,"TYPESWITCH|Int32Array"],[65,0],[33,12],[3,64],[32,8],[40,0,4],[32,10],[65,4],[108],[106],[40,0,4],[183],[33,11],[2,64],[2,64],[32,5],[65,35],[32,12],[33,4],[2,124],[32,4],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[65,0],[65,1],[54,0,0],[65,0],[65,0],[65,2],[108],[32,11],[252,3],[106],[47,0,4],[59,0,4],[68,0,0,0,0,0,0,0,0],[65,194,0],[33,2],[12,1],[11],[32,4],[65,208,0],[70],[4,64,"TYPESWITCH|Array"],[65,0],[65,9],[108],[32,11],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[33,2],[12,1],[11],[32,4],[65,216,0],[70],[4,64,"TYPESWITCH|Uint8Array"],[32,11],[252,3],[40,0,4],[65,0],[106],[45,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,217,0],[70],[4,64,"TYPESWITCH|Int8Array"],[32,11],[252,3],[40,0,4],[65,0],[106],[44,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,218,0],[70],[4,64,"TYPESWITCH|Uint8ClampedArray"],[32,11],[252,3],[40,0,4],[65,0],[106],[45,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,219,0],[70],[4,64,"TYPESWITCH|Uint16Array"],[32,11],[252,3],[40,0,4],[65,0],[65,2],[108],[106],[47,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,220,0],[70],[4,64,"TYPESWITCH|Int16Array"],[32,11],[252,3],[40,0,4],[65,0],[65,2],[108],[106],[46,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,221,0],[70],[4,64,"TYPESWITCH|Uint32Array"],[32,11],[252,3],[40,0,4],[65,0],[65,4],[108],[106],[40,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,222,0],[70],[4,64,"TYPESWITCH|Int32Array"],[32,11],[252,3],[40,0,4],[65,0],[65,4],[108],[106],[40,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,223,0],[70],[4,64,"TYPESWITCH|Float32Array"],[32,11],[252,3],[40,0,4],[65,0],[65,4],[108],[106],[42,0,4],[187],[65,0],[33,2],[12,1],[11],[32,4],[65,224,0],[70],[4,64,"TYPESWITCH|Float64Array"],[32,11],[252,3],[40,0,4],[65,0],[65,8],[108],[106],[43,0,4],[65,0],[33,2],[12,1],[11],[32,4],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[65,0],[65,1],[54,0,0],[65,0],[65,0],[32,11],[252,3],[106],[45,0,4],[58,0,4],[68,0,0,0,0,0,0,0,0],[65,194,1],[33,2],[12,1],[11],...internalThrow(scope, 'TypeError', `Member expression is not supported for non-string non-array yet`),[68,0,0,0,0,0,0,0,0],[11,"TYPESWITCH_end"],[32,2],[32,12],[33,4],[2,124],[32,4],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[65,0],[65,1],[54,0,0],[65,0],[65,1],[65,2],[108],[32,11],[252,3],[106],[47,0,4],[59,0,4],[68,0,0,0,0,0,0,0,0],[65,194,0],[33,2],[12,1],[11],[32,4],[65,208,0],[70],[4,64,"TYPESWITCH|Array"],[65,1],[65,9],[108],[32,11],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[33,2],[12,1],[11],[32,4],[65,216,0],[70],[4,64,"TYPESWITCH|Uint8Array"],[32,11],[252,3],[40,0,4],[65,1],[106],[45,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,217,0],[70],[4,64,"TYPESWITCH|Int8Array"],[32,11],[252,3],[40,0,4],[65,1],[106],[44,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,218,0],[70],[4,64,"TYPESWITCH|Uint8ClampedArray"],[32,11],[252,3],[40,0,4],[65,1],[106],[45,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,219,0],[70],[4,64,"TYPESWITCH|Uint16Array"],[32,11],[252,3],[40,0,4],[65,1],[65,2],[108],[106],[47,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,220,0],[70],[4,64,"TYPESWITCH|Int16Array"],[32,11],[252,3],[40,0,4],[65,1],[65,2],[108],[106],[46,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,221,0],[70],[4,64,"TYPESWITCH|Uint32Array"],[32,11],[252,3],[40,0,4],[65,1],[65,4],[108],[106],[40,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,222,0],[70],[4,64,"TYPESWITCH|Int32Array"],[32,11],[252,3],[40,0,4],[65,1],[65,4],[108],[106],[40,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,223,0],[70],[4,64,"TYPESWITCH|Float32Array"],[32,11],[252,3],[40,0,4],[65,1],[65,4],[108],[106],[42,0,4],[187],[65,0],[33,2],[12,1],[11],[32,4],[65,224,0],[70],[4,64,"TYPESWITCH|Float64Array"],[32,11],[252,3],[40,0,4],[65,1],[65,8],[108],[106],[43,0,4],[65,0],[33,2],[12,1],[11],[32,4],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[65,0],[65,1],[54,0,0],[65,0],[65,1],[32,11],[252,3],[106],[45,0,4],[58,0,4],[68,0,0,0,0,0,0,0,0],[65,194,1],[33,2],[12,1],[11],...internalThrow(scope, 'TypeError', `Member expression is not supported for non-string non-array yet`),[68,0,0,0,0,0,0,0,0],[11,"TYPESWITCH_end"],[32,2],[16, builtin('__WeakMap_prototype_set')],[33,2],[26],[11],[32,10],[65,1],[106],[34,10],[32,9],[71],[13,1],[11],[11],[12,1],[11],[32,4],[65,223,0],[70],[4,64,"TYPESWITCH|Float32Array"],[65,0],[33,12],[3,64],[32,8],[40,0,4],[32,10],[65,4],[108],[106],[42,0,4],[187],[33,11],[2,64],[2,64],[32,5],[65,35],[32,12],[33,4],[2,124],[32,4],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[65,0],[65,1],[54,0,0],[65,0],[65,0],[65,2],[108],[32,11],[252,3],[106],[47,0,4],[59,0,4],[68,0,0,0,0,0,0,0,0],[65,194,0],[33,2],[12,1],[11],[32,4],[65,208,0],[70],[4,64,"TYPESWITCH|Array"],[65,0],[65,9],[108],[32,11],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[33,2],[12,1],[11],[32,4],[65,216,0],[70],[4,64,"TYPESWITCH|Uint8Array"],[32,11],[252,3],[40,0,4],[65,0],[106],[45,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,217,0],[70],[4,64,"TYPESWITCH|Int8Array"],[32,11],[252,3],[40,0,4],[65,0],[106],[44,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,218,0],[70],[4,64,"TYPESWITCH|Uint8ClampedArray"],[32,11],[252,3],[40,0,4],[65,0],[106],[45,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,219,0],[70],[4,64,"TYPESWITCH|Uint16Array"],[32,11],[252,3],[40,0,4],[65,0],[65,2],[108],[106],[47,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,220,0],[70],[4,64,"TYPESWITCH|Int16Array"],[32,11],[252,3],[40,0,4],[65,0],[65,2],[108],[106],[46,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,221,0],[70],[4,64,"TYPESWITCH|Uint32Array"],[32,11],[252,3],[40,0,4],[65,0],[65,4],[108],[106],[40,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,222,0],[70],[4,64,"TYPESWITCH|Int32Array"],[32,11],[252,3],[40,0,4],[65,0],[65,4],[108],[106],[40,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,223,0],[70],[4,64,"TYPESWITCH|Float32Array"],[32,11],[252,3],[40,0,4],[65,0],[65,4],[108],[106],[42,0,4],[187],[65,0],[33,2],[12,1],[11],[32,4],[65,224,0],[70],[4,64,"TYPESWITCH|Float64Array"],[32,11],[252,3],[40,0,4],[65,0],[65,8],[108],[106],[43,0,4],[65,0],[33,2],[12,1],[11],[32,4],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[65,0],[65,1],[54,0,0],[65,0],[65,0],[32,11],[252,3],[106],[45,0,4],[58,0,4],[68,0,0,0,0,0,0,0,0],[65,194,1],[33,2],[12,1],[11],...internalThrow(scope, 'TypeError', `Member expression is not supported for non-string non-array yet`),[68,0,0,0,0,0,0,0,0],[11,"TYPESWITCH_end"],[32,2],[32,12],[33,4],[2,124],[32,4],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[65,0],[65,1],[54,0,0],[65,0],[65,1],[65,2],[108],[32,11],[252,3],[106],[47,0,4],[59,0,4],[68,0,0,0,0,0,0,0,0],[65,194,0],[33,2],[12,1],[11],[32,4],[65,208,0],[70],[4,64,"TYPESWITCH|Array"],[65,1],[65,9],[108],[32,11],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[33,2],[12,1],[11],[32,4],[65,216,0],[70],[4,64,"TYPESWITCH|Uint8Array"],[32,11],[252,3],[40,0,4],[65,1],[106],[45,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,217,0],[70],[4,64,"TYPESWITCH|Int8Array"],[32,11],[252,3],[40,0,4],[65,1],[106],[44,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,218,0],[70],[4,64,"TYPESWITCH|Uint8ClampedArray"],[32,11],[252,3],[40,0,4],[65,1],[106],[45,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,219,0],[70],[4,64,"TYPESWITCH|Uint16Array"],[32,11],[252,3],[40,0,4],[65,1],[65,2],[108],[106],[47,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,220,0],[70],[4,64,"TYPESWITCH|Int16Array"],[32,11],[252,3],[40,0,4],[65,1],[65,2],[108],[106],[46,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,221,0],[70],[4,64,"TYPESWITCH|Uint32Array"],[32,11],[252,3],[40,0,4],[65,1],[65,4],[108],[106],[40,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,222,0],[70],[4,64,"TYPESWITCH|Int32Array"],[32,11],[252,3],[40,0,4],[65,1],[65,4],[108],[106],[40,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,223,0],[70],[4,64,"TYPESWITCH|Float32Array"],[32,11],[252,3],[40,0,4],[65,1],[65,4],[108],[106],[42,0,4],[187],[65,0],[33,2],[12,1],[11],[32,4],[65,224,0],[70],[4,64,"TYPESWITCH|Float64Array"],[32,11],[252,3],[40,0,4],[65,1],[65,8],[108],[106],[43,0,4],[65,0],[33,2],[12,1],[11],[32,4],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[65,0],[65,1],[54,0,0],[65,0],[65,1],[32,11],[252,3],[106],[45,0,4],[58,0,4],[68,0,0,0,0,0,0,0,0],[65,194,1],[33,2],[12,1],[11],...internalThrow(scope, 'TypeError', `Member expression is not supported for non-string non-array yet`),[68,0,0,0,0,0,0,0,0],[11,"TYPESWITCH_end"],[32,2],[16, builtin('__WeakMap_prototype_set')],[33,2],[26],[11],[32,10],[65,1],[106],[34,10],[32,9],[71],[13,1],[11],[11],[12,1],[11],[32,4],[65,224,0],[70],[4,64,"TYPESWITCH|Float64Array"],[65,0],[33,12],[3,64],[32,8],[40,0,4],[32,10],[65,8],[108],[106],[43,0,4],[33,11],[2,64],[2,64],[32,5],[65,35],[32,12],[33,4],[2,124],[32,4],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[65,0],[65,1],[54,0,0],[65,0],[65,0],[65,2],[108],[32,11],[252,3],[106],[47,0,4],[59,0,4],[68,0,0,0,0,0,0,0,0],[65,194,0],[33,2],[12,1],[11],[32,4],[65,208,0],[70],[4,64,"TYPESWITCH|Array"],[65,0],[65,9],[108],[32,11],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[33,2],[12,1],[11],[32,4],[65,216,0],[70],[4,64,"TYPESWITCH|Uint8Array"],[32,11],[252,3],[40,0,4],[65,0],[106],[45,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,217,0],[70],[4,64,"TYPESWITCH|Int8Array"],[32,11],[252,3],[40,0,4],[65,0],[106],[44,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,218,0],[70],[4,64,"TYPESWITCH|Uint8ClampedArray"],[32,11],[252,3],[40,0,4],[65,0],[106],[45,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,219,0],[70],[4,64,"TYPESWITCH|Uint16Array"],[32,11],[252,3],[40,0,4],[65,0],[65,2],[108],[106],[47,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,220,0],[70],[4,64,"TYPESWITCH|Int16Array"],[32,11],[252,3],[40,0,4],[65,0],[65,2],[108],[106],[46,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,221,0],[70],[4,64,"TYPESWITCH|Uint32Array"],[32,11],[252,3],[40,0,4],[65,0],[65,4],[108],[106],[40,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,222,0],[70],[4,64,"TYPESWITCH|Int32Array"],[32,11],[252,3],[40,0,4],[65,0],[65,4],[108],[106],[40,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,223,0],[70],[4,64,"TYPESWITCH|Float32Array"],[32,11],[252,3],[40,0,4],[65,0],[65,4],[108],[106],[42,0,4],[187],[65,0],[33,2],[12,1],[11],[32,4],[65,224,0],[70],[4,64,"TYPESWITCH|Float64Array"],[32,11],[252,3],[40,0,4],[65,0],[65,8],[108],[106],[43,0,4],[65,0],[33,2],[12,1],[11],[32,4],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[65,0],[65,1],[54,0,0],[65,0],[65,0],[32,11],[252,3],[106],[45,0,4],[58,0,4],[68,0,0,0,0,0,0,0,0],[65,194,1],[33,2],[12,1],[11],...internalThrow(scope, 'TypeError', `Member expression is not supported for non-string non-array yet`),[68,0,0,0,0,0,0,0,0],[11,"TYPESWITCH_end"],[32,2],[32,12],[33,4],[2,124],[32,4],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[65,0],[65,1],[54,0,0],[65,0],[65,1],[65,2],[108],[32,11],[252,3],[106],[47,0,4],[59,0,4],[68,0,0,0,0,0,0,0,0],[65,194,0],[33,2],[12,1],[11],[32,4],[65,208,0],[70],[4,64,"TYPESWITCH|Array"],[65,1],[65,9],[108],[32,11],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[33,2],[12,1],[11],[32,4],[65,216,0],[70],[4,64,"TYPESWITCH|Uint8Array"],[32,11],[252,3],[40,0,4],[65,1],[106],[45,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,217,0],[70],[4,64,"TYPESWITCH|Int8Array"],[32,11],[252,3],[40,0,4],[65,1],[106],[44,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,218,0],[70],[4,64,"TYPESWITCH|Uint8ClampedArray"],[32,11],[252,3],[40,0,4],[65,1],[106],[45,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,219,0],[70],[4,64,"TYPESWITCH|Uint16Array"],[32,11],[252,3],[40,0,4],[65,1],[65,2],[108],[106],[47,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,220,0],[70],[4,64,"TYPESWITCH|Int16Array"],[32,11],[252,3],[40,0,4],[65,1],[65,2],[108],[106],[46,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,221,0],[70],[4,64,"TYPESWITCH|Uint32Array"],[32,11],[252,3],[40,0,4],[65,1],[65,4],[108],[106],[40,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,222,0],[70],[4,64,"TYPESWITCH|Int32Array"],[32,11],[252,3],[40,0,4],[65,1],[65,4],[108],[106],[40,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,223,0],[70],[4,64,"TYPESWITCH|Float32Array"],[32,11],[252,3],[40,0,4],[65,1],[65,4],[108],[106],[42,0,4],[187],[65,0],[33,2],[12,1],[11],[32,4],[65,224,0],[70],[4,64,"TYPESWITCH|Float64Array"],[32,11],[252,3],[40,0,4],[65,1],[65,8],[108],[106],[43,0,4],[65,0],[33,2],[12,1],[11],[32,4],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[65,0],[65,1],[54,0,0],[65,0],[65,1],[32,11],[252,3],[106],[45,0,4],[58,0,4],[68,0,0,0,0,0,0,0,0],[65,194,1],[33,2],[12,1],[11],...internalThrow(scope, 'TypeError', `Member expression is not supported for non-string non-array yet`),[68,0,0,0,0,0,0,0,0],[11,"TYPESWITCH_end"],[32,2],[16, builtin('__WeakMap_prototype_set')],[33,2],[26],[11],[32,10],[65,1],[106],[34,10],[32,9],[71],[13,1],[11],[11],[12,1],[11],[32,4],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[65,194,1],[33,12],[65,0],[65,1],[54,0,0],[3,64],[65,0],[32,8],[32,10],[106],[45,0,4],[58,0,4],[68,0,0,0,0,0,0,0,0],[33,11],[2,64],[2,64],[32,5],[65,35],[32,12],[33,4],[2,124],[32,4],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[65,0],[65,1],[54,0,0],[65,0],[65,0],[65,2],[108],[32,11],[252,3],[106],[47,0,4],[59,0,4],[68,0,0,0,0,0,0,0,0],[65,194,0],[33,2],[12,1],[11],[32,4],[65,208,0],[70],[4,64,"TYPESWITCH|Array"],[65,0],[65,9],[108],[32,11],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[33,2],[12,1],[11],[32,4],[65,216,0],[70],[4,64,"TYPESWITCH|Uint8Array"],[32,11],[252,3],[40,0,4],[65,0],[106],[45,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,217,0],[70],[4,64,"TYPESWITCH|Int8Array"],[32,11],[252,3],[40,0,4],[65,0],[106],[44,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,218,0],[70],[4,64,"TYPESWITCH|Uint8ClampedArray"],[32,11],[252,3],[40,0,4],[65,0],[106],[45,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,219,0],[70],[4,64,"TYPESWITCH|Uint16Array"],[32,11],[252,3],[40,0,4],[65,0],[65,2],[108],[106],[47,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,220,0],[70],[4,64,"TYPESWITCH|Int16Array"],[32,11],[252,3],[40,0,4],[65,0],[65,2],[108],[106],[46,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,221,0],[70],[4,64,"TYPESWITCH|Uint32Array"],[32,11],[252,3],[40,0,4],[65,0],[65,4],[108],[106],[40,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,222,0],[70],[4,64,"TYPESWITCH|Int32Array"],[32,11],[252,3],[40,0,4],[65,0],[65,4],[108],[106],[40,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,223,0],[70],[4,64,"TYPESWITCH|Float32Array"],[32,11],[252,3],[40,0,4],[65,0],[65,4],[108],[106],[42,0,4],[187],[65,0],[33,2],[12,1],[11],[32,4],[65,224,0],[70],[4,64,"TYPESWITCH|Float64Array"],[32,11],[252,3],[40,0,4],[65,0],[65,8],[108],[106],[43,0,4],[65,0],[33,2],[12,1],[11],[32,4],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[65,0],[65,1],[54,0,0],[65,0],[65,0],[32,11],[252,3],[106],[45,0,4],[58,0,4],[68,0,0,0,0,0,0,0,0],[65,194,1],[33,2],[12,1],[11],...internalThrow(scope, 'TypeError', `Member expression is not supported for non-string non-array yet`),[68,0,0,0,0,0,0,0,0],[11,"TYPESWITCH_end"],[32,2],[32,12],[33,4],[2,124],[32,4],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[65,0],[65,1],[54,0,0],[65,0],[65,1],[65,2],[108],[32,11],[252,3],[106],[47,0,4],[59,0,4],[68,0,0,0,0,0,0,0,0],[65,194,0],[33,2],[12,1],[11],[32,4],[65,208,0],[70],[4,64,"TYPESWITCH|Array"],[65,1],[65,9],[108],[32,11],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[33,2],[12,1],[11],[32,4],[65,216,0],[70],[4,64,"TYPESWITCH|Uint8Array"],[32,11],[252,3],[40,0,4],[65,1],[106],[45,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,217,0],[70],[4,64,"TYPESWITCH|Int8Array"],[32,11],[252,3],[40,0,4],[65,1],[106],[44,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,218,0],[70],[4,64,"TYPESWITCH|Uint8ClampedArray"],[32,11],[252,3],[40,0,4],[65,1],[106],[45,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,219,0],[70],[4,64,"TYPESWITCH|Uint16Array"],[32,11],[252,3],[40,0,4],[65,1],[65,2],[108],[106],[47,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,220,0],[70],[4,64,"TYPESWITCH|Int16Array"],[32,11],[252,3],[40,0,4],[65,1],[65,2],[108],[106],[46,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,221,0],[70],[4,64,"TYPESWITCH|Uint32Array"],[32,11],[252,3],[40,0,4],[65,1],[65,4],[108],[106],[40,0,4],[184],[65,0],[33,2],[12,1],[11],[32,4],[65,222,0],[70],[4,64,"TYPESWITCH|Int32Array"],[32,11],[252,3],[40,0,4],[65,1],[65,4],[108],[106],[40,0,4],[183],[65,0],[33,2],[12,1],[11],[32,4],[65,223,0],[70],[4,64,"TYPESWITCH|Float32Array"],[32,11],[252,3],[40,0,4],[65,1],[65,4],[108],[106],[42,0,4],[187],[65,0],[33,2],[12,1],[11],[32,4],[65,224,0],[70],[4,64,"TYPESWITCH|Float64Array"],[32,11],[252,3],[40,0,4],[65,1],[65,8],[108],[106],[43,0,4],[65,0],[33,2],[12,1],[11],[32,4],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[65,0],[65,1],[54,0,0],[65,0],[65,1],[32,11],[252,3],[106],[45,0,4],[58,0,4],[68,0,0,0,0,0,0,0,0],[65,194,1],[33,2],[12,1],[11],...internalThrow(scope, 'TypeError', `Member expression is not supported for non-string non-array yet`),[68,0,0,0,0,0,0,0,0],[11,"TYPESWITCH_end"],[32,2],[16, builtin('__WeakMap_prototype_set')],[33,2],[26],[11],[32,10],[65,1],[106],[34,10],[32,9],[71],[13,1],[11],[11],[12,1],[11],...internalThrow(scope, 'TypeError', `Tried for..of on non-iterable type`),[11,"TYPESWITCH_end"],[11],[32,5],[65,35],[15]],
|
4076
|
+
params: [124,127], typedParams: 1,
|
4077
|
+
returns: [124,127], typedReturns: 1,
|
4078
|
+
locals: [127,124,127,124,124,124,127,127,127,124,127,127], localNames: ["iterable","iterable#type","#last_type","#logicinner_tmp","#typeswitch_tmp","out","keys","vals","forof_base_pointer","forof_length","forof_counter","x","x#type","#loadArray_offset"],
|
4079
|
+
constr: 1,
|
4080
|
+
};
|
4081
|
+
this.__WeakMap_prototype_toString = {
|
4082
|
+
wasm: (scope, {allocPage}) => [...number(allocPage(scope, 'bytestring: __WeakMap_prototype_toString/out', 'i8') * pageSize, 124),[34,2],[65,194,1],[15]],
|
4083
|
+
params: [124,127], typedParams: 1,
|
4084
|
+
returns: [124,127], typedReturns: 1,
|
4085
|
+
locals: [124], localNames: ["_this","_this#type","out"],
|
4086
|
+
data: [[0,[16,0,0,0,91,111,98,106,101,99,116,32,87,101,97,107,77,97,112,93]]],
|
4087
|
+
};
|
4088
|
+
this.__WeakMap_prototype_toLocaleString = {
|
4089
|
+
wasm: (scope, {builtin}) => [[32,0],[65,35],[16, builtin('__WeakMap_prototype_toString')],[34,2],[15]],
|
4090
|
+
params: [124,127], typedParams: 1,
|
4091
|
+
returns: [124,127], typedReturns: 1,
|
4092
|
+
locals: [127], localNames: ["_this","_this#type","#last_type"],
|
4093
|
+
};
|
4094
|
+
this.__WeakSet_prototype_has = {
|
4095
|
+
wasm: (scope, {builtin}) => [[32,0],[65,34],[32,2],[32,3],[16, builtin('__Set_prototype_has')],[34,4],[15]],
|
4096
|
+
params: [124,127,124,127], typedParams: 1,
|
4097
|
+
returns: [124,127], typedReturns: 1,
|
4098
|
+
locals: [127], localNames: ["_this","_this#type","value","value#type","#last_type"],
|
4099
|
+
};
|
4100
|
+
this.__WeakSet_prototype_add = {
|
4101
|
+
wasm: (scope, {builtin,internalThrow}) => [[32,2],[32,3],[16, builtin('__Porffor_rawType')],[68,0,0,0,0,0,0,16,64],[99],[4,64],...internalThrow(scope, 'TypeError', `Value in WeakSet needs to be an object or symbol`),[11],[32,0],[65,34],[32,2],[32,3],[16, builtin('__Set_prototype_add')],[26],[26],[32,0],[65,34],[15]],
|
4102
|
+
params: [124,127,124,127], typedParams: 1,
|
4103
|
+
returns: [124,127], typedReturns: 1,
|
4104
|
+
locals: [127], localNames: ["_this","_this#type","value","value#type","#last_type"],
|
4105
|
+
};
|
4106
|
+
this.__WeakSet_prototype_delete = {
|
4107
|
+
wasm: (scope, {builtin}) => [[32,0],[65,34],[32,2],[32,3],[16, builtin('__Set_prototype_delete')],[34,4],[15]],
|
4108
|
+
params: [124,127,124,127], typedParams: 1,
|
4109
|
+
returns: [124,127], typedReturns: 1,
|
4110
|
+
locals: [127], localNames: ["_this","_this#type","value","value#type","#last_type"],
|
4111
|
+
};
|
4112
|
+
this.WeakSet = {
|
4113
|
+
wasm: (scope, {builtin,internalThrow}) => [[32,-1],[184],[65,1],[33,2],[33,3],[32,2],[33,4],[2,124],[32,4],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[32,3],[252,3],[40,1,0],[69],[184],[12,1],[11],[32,4],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,3],[252,3],[40,1,0],[69],[184],[12,1],[11],[32,3],[68,0,0,0,0,0,0,0,0],[97],[184],[11,"TYPESWITCH_end"],[252,3],[4,64],...internalThrow(scope, 'TypeError', `Constructor WeakSet requires 'new'`),[11],[16, builtin('__Porffor_allocate')],[33,2],[33,5],[32,0],[32,1],[16, builtin('__Porffor_rawType')],[68,0,0,0,0,0,0,8,64],[98],[32,0],[68,0,0,0,0,0,0,0,0],[98],[32,1],[65,128,1],[114],[65,4],[65,128,1],[114],[71],[114],[113],[4,64],[32,0],[252,3],[33,6],[65,0],[33,8],[32,6],[40,1,0],[33,7],[32,1],[33,4],[2,64],[32,4],[65,19],[70],[4,64,"TYPESWITCH|Set"],[3,64],[32,6],[43,0,4],[32,6],[45,0,12],[33,10],[33,9],[2,64],[32,5],[65,34],[32,9],[32,10],[16, builtin('__WeakSet_prototype_add')],[33,2],[26],[32,6],[65,9],[106],[33,6],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,4],[65,194,0],[70],[4,64,"TYPESWITCH|String"],[65,194,0],[33,10],[65,0],[65,1],[54,0,0],[3,64],[65,0],[32,6],[47,0,4],[59,0,4],[68,0,0,0,0,0,0,0,0],[33,9],[2,64],[32,5],[65,34],[32,9],[32,10],[16, builtin('__WeakSet_prototype_add')],[33,2],[26],[32,6],[65,2],[106],[33,6],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,4],[65,208,0],[70],[4,64,"TYPESWITCH|Array"],[3,64],[32,6],[43,0,4],[32,6],[45,0,12],[33,10],[33,9],[2,64],[32,5],[65,34],[32,9],[32,10],[16, builtin('__WeakSet_prototype_add')],[33,2],[26],[32,6],[65,9],[106],[33,6],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,4],[65,216,0],[70],[4,64,"TYPESWITCH|Uint8Array"],[65,0],[33,10],[3,64],[32,6],[40,0,4],[32,8],[106],[45,0,4],[184],[33,9],[2,64],[32,5],[65,34],[32,9],[32,10],[16, builtin('__WeakSet_prototype_add')],[33,2],[26],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,4],[65,217,0],[70],[4,64,"TYPESWITCH|Int8Array"],[65,0],[33,10],[3,64],[32,6],[40,0,4],[32,8],[106],[44,0,4],[183],[33,9],[2,64],[32,5],[65,34],[32,9],[32,10],[16, builtin('__WeakSet_prototype_add')],[33,2],[26],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,4],[65,218,0],[70],[4,64,"TYPESWITCH|Uint8ClampedArray"],[65,0],[33,10],[3,64],[32,6],[40,0,4],[32,8],[106],[45,0,4],[184],[33,9],[2,64],[32,5],[65,34],[32,9],[32,10],[16, builtin('__WeakSet_prototype_add')],[33,2],[26],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,4],[65,219,0],[70],[4,64,"TYPESWITCH|Uint16Array"],[65,0],[33,10],[3,64],[32,6],[40,0,4],[32,8],[65,2],[108],[106],[47,0,4],[184],[33,9],[2,64],[32,5],[65,34],[32,9],[32,10],[16, builtin('__WeakSet_prototype_add')],[33,2],[26],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,4],[65,220,0],[70],[4,64,"TYPESWITCH|Int16Array"],[65,0],[33,10],[3,64],[32,6],[40,0,4],[32,8],[65,2],[108],[106],[46,0,4],[183],[33,9],[2,64],[32,5],[65,34],[32,9],[32,10],[16, builtin('__WeakSet_prototype_add')],[33,2],[26],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,4],[65,221,0],[70],[4,64,"TYPESWITCH|Uint32Array"],[65,0],[33,10],[3,64],[32,6],[40,0,4],[32,8],[65,4],[108],[106],[40,0,4],[184],[33,9],[2,64],[32,5],[65,34],[32,9],[32,10],[16, builtin('__WeakSet_prototype_add')],[33,2],[26],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,4],[65,222,0],[70],[4,64,"TYPESWITCH|Int32Array"],[65,0],[33,10],[3,64],[32,6],[40,0,4],[32,8],[65,4],[108],[106],[40,0,4],[183],[33,9],[2,64],[32,5],[65,34],[32,9],[32,10],[16, builtin('__WeakSet_prototype_add')],[33,2],[26],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,4],[65,223,0],[70],[4,64,"TYPESWITCH|Float32Array"],[65,0],[33,10],[3,64],[32,6],[40,0,4],[32,8],[65,4],[108],[106],[42,0,4],[187],[33,9],[2,64],[32,5],[65,34],[32,9],[32,10],[16, builtin('__WeakSet_prototype_add')],[33,2],[26],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,4],[65,224,0],[70],[4,64,"TYPESWITCH|Float64Array"],[65,0],[33,10],[3,64],[32,6],[40,0,4],[32,8],[65,8],[108],[106],[43,0,4],[33,9],[2,64],[32,5],[65,34],[32,9],[32,10],[16, builtin('__WeakSet_prototype_add')],[33,2],[26],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],[32,4],[65,194,1],[70],[4,64,"TYPESWITCH|ByteString"],[65,194,1],[33,10],[65,0],[65,1],[54,0,0],[3,64],[65,0],[32,6],[32,8],[106],[45,0,4],[58,0,4],[68,0,0,0,0,0,0,0,0],[33,9],[2,64],[32,5],[65,34],[32,9],[32,10],[16, builtin('__WeakSet_prototype_add')],[33,2],[26],[32,8],[65,1],[106],[34,8],[32,7],[71],[13,1],[11],[11],[12,1],[11],...internalThrow(scope, 'TypeError', `Tried for..of on non-iterable type`),[11,"TYPESWITCH_end"],[11],[32,5],[65,34],[15]],
|
4114
|
+
params: [124,127], typedParams: 1,
|
4115
|
+
returns: [124,127], typedReturns: 1,
|
4116
|
+
locals: [127,124,127,124,127,127,127,124,127], localNames: ["iterable","iterable#type","#last_type","#logicinner_tmp","#typeswitch_tmp","out","forof_base_pointer","forof_length","forof_counter","x","x#type"],
|
4117
|
+
constr: 1,
|
4118
|
+
};
|
4119
|
+
this.__WeakSet_prototype_toString = {
|
4120
|
+
wasm: (scope, {allocPage}) => [...number(allocPage(scope, 'bytestring: __WeakSet_prototype_toString/out', 'i8') * pageSize, 124),[34,2],[65,194,1],[15]],
|
4121
|
+
params: [124,127], typedParams: 1,
|
4122
|
+
returns: [124,127], typedReturns: 1,
|
4123
|
+
locals: [124], localNames: ["_this","_this#type","out"],
|
4124
|
+
data: [[0,[16,0,0,0,91,111,98,106,101,99,116,32,87,101,97,107,83,101,116,93]]],
|
4125
|
+
};
|
4126
|
+
this.__WeakSet_prototype_toLocaleString = {
|
4127
|
+
wasm: (scope, {builtin}) => [[32,0],[65,34],[16, builtin('__WeakSet_prototype_toString')],[34,2],[15]],
|
4128
|
+
params: [124,127], typedParams: 1,
|
4129
|
+
returns: [124,127], typedReturns: 1,
|
4130
|
+
locals: [127], localNames: ["_this","_this#type","#last_type"],
|
4131
|
+
};
|
4094
4132
|
};
|
package/compiler/types.js
CHANGED
@@ -69,4 +69,5 @@ registerInternalType('Float32Array', ['iterable', 'length']);
|
|
69
69
|
registerInternalType('Float64Array', ['iterable', 'length']);
|
70
70
|
|
71
71
|
registerInternalType('WeakRef');
|
72
|
-
registerInternalType('WeakSet');
|
72
|
+
registerInternalType('WeakSet');
|
73
|
+
registerInternalType('WeakMap');
|
package/compiler/wrap.js
CHANGED
@@ -81,49 +81,6 @@ const porfToJSValue = ({ memory, funcs, pages }, value, type) => {
|
|
81
81
|
return new Date(t);
|
82
82
|
}
|
83
83
|
|
84
|
-
case TYPES.set: {
|
85
|
-
const size = (new Uint32Array(memory.buffer, value, 1))[0];
|
86
|
-
|
87
|
-
const out = new Set();
|
88
|
-
for (let i = 0; i < size; i++) {
|
89
|
-
const offset = value + 4 + (i * 9);
|
90
|
-
|
91
|
-
// have to slice because of memory alignment (?)
|
92
|
-
const v = (new Float64Array(memory.buffer.slice(offset, offset + 8), 0, 1))[0];
|
93
|
-
const t = (new Uint8Array(memory.buffer, offset + 8, 1))[0];
|
94
|
-
|
95
|
-
// console.log(`reading value at index ${i}...`)
|
96
|
-
// console.log(' memory:', Array.from(new Uint8Array(memory.buffer, offset, 9)).map(x => x.toString(16).padStart(2, '0')).join(' '));
|
97
|
-
// console.log(' read:', { value: v, type: t }, '\n');
|
98
|
-
|
99
|
-
out.add(porfToJSValue({ memory, funcs, pages }, v, t));
|
100
|
-
}
|
101
|
-
|
102
|
-
return out;
|
103
|
-
}
|
104
|
-
|
105
|
-
case TYPES.map: {
|
106
|
-
const [ keysPtr, valsPtr ] = (new Uint32Array(memory.buffer, value, 2));
|
107
|
-
const size = (new Uint32Array(memory.buffer, keysPtr, 1))[0];
|
108
|
-
|
109
|
-
const out = new Map();
|
110
|
-
for (let i = 0; i < size; i++) {
|
111
|
-
const offset = 4 + (i * 9);
|
112
|
-
|
113
|
-
const kValue = (new Float64Array(memory.buffer.slice(keysPtr + offset, keysPtr + offset + 8), 0, 1))[0];
|
114
|
-
const kType = (new Uint8Array(memory.buffer, keysPtr + offset + 8, 1))[0];
|
115
|
-
const k = porfToJSValue({ memory, funcs, pages }, kValue, kType);
|
116
|
-
|
117
|
-
const vValue = (new Float64Array(memory.buffer.slice(valsPtr + offset, valsPtr + offset + 8), 0, 1))[0];
|
118
|
-
const vType = (new Uint8Array(memory.buffer, valsPtr + offset + 8, 1))[0];
|
119
|
-
const v = porfToJSValue({ memory, funcs, pages }, vValue, vType);
|
120
|
-
|
121
|
-
out.set(k, v);
|
122
|
-
}
|
123
|
-
|
124
|
-
return out;
|
125
|
-
}
|
126
|
-
|
127
84
|
case TYPES.symbol: {
|
128
85
|
const descStore = pages.get('bytestring: __Porffor_symbol_descStore/ptr').ind * pageSize;
|
129
86
|
if (!descStore) return Symbol();
|
@@ -184,10 +141,11 @@ const porfToJSValue = ({ memory, funcs, pages }, value, type) => {
|
|
184
141
|
return new WeakRef(porfToJSValue({ memory, funcs, pages }, v, t));
|
185
142
|
}
|
186
143
|
|
187
|
-
case TYPES.weakset:
|
144
|
+
case TYPES.weakset:
|
145
|
+
case TYPES.set: {
|
188
146
|
const size = (new Uint32Array(memory.buffer, value, 1))[0];
|
189
147
|
|
190
|
-
const out = new WeakSet();
|
148
|
+
const out = type === TYPES.weakset ? new WeakSet() : new Set();
|
191
149
|
for (let i = 0; i < size; i++) {
|
192
150
|
const offset = value + 4 + (i * 9);
|
193
151
|
const v = (new Float64Array(memory.buffer.slice(offset, offset + 8), 0, 1))[0];
|
@@ -199,6 +157,29 @@ const porfToJSValue = ({ memory, funcs, pages }, value, type) => {
|
|
199
157
|
return out;
|
200
158
|
}
|
201
159
|
|
160
|
+
case TYPES.weakmap:
|
161
|
+
case TYPES.map: {
|
162
|
+
const [ keysPtr, valsPtr ] = (new Uint32Array(memory.buffer, value, 2));
|
163
|
+
const size = (new Uint32Array(memory.buffer, keysPtr, 1))[0];
|
164
|
+
|
165
|
+
const out = type === TYPES.weakmap ? new WeakMap() : new Map();
|
166
|
+
for (let i = 0; i < size; i++) {
|
167
|
+
const offset = 4 + (i * 9);
|
168
|
+
|
169
|
+
const kValue = (new Float64Array(memory.buffer.slice(keysPtr + offset, keysPtr + offset + 8), 0, 1))[0];
|
170
|
+
const kType = (new Uint8Array(memory.buffer, keysPtr + offset + 8, 1))[0];
|
171
|
+
const k = porfToJSValue({ memory, funcs, pages }, kValue, kType);
|
172
|
+
|
173
|
+
const vValue = (new Float64Array(memory.buffer.slice(valsPtr + offset, valsPtr + offset + 8), 0, 1))[0];
|
174
|
+
const vType = (new Uint8Array(memory.buffer, valsPtr + offset + 8, 1))[0];
|
175
|
+
const v = porfToJSValue({ memory, funcs, pages }, vValue, vType);
|
176
|
+
|
177
|
+
out.set(k, v);
|
178
|
+
}
|
179
|
+
|
180
|
+
return out;
|
181
|
+
}
|
182
|
+
|
202
183
|
default: return value;
|
203
184
|
}
|
204
185
|
};
|
package/package.json
CHANGED
package/runner/index.js
CHANGED
@@ -1,102 +0,0 @@
|
|
1
|
-
import type {} from './porffor.d.ts';
|
2
|
-
|
3
|
-
export const __WeakSet_prototype_has = (_this: WeakSet, value: any) => {
|
4
|
-
const size: number = Porffor.wasm.i32.load(_this, 0, 0);
|
5
|
-
|
6
|
-
for (let i: number = 0; i < size; i++) {
|
7
|
-
if (__Porffor_set_read(_this, i) === value) return true;
|
8
|
-
}
|
9
|
-
|
10
|
-
return false;
|
11
|
-
};
|
12
|
-
|
13
|
-
export const __WeakSet_prototype_add = (_this: WeakSet, value: any) => {
|
14
|
-
if (Porffor.rawType(value) < 0x04) throw new TypeError('Value in WeakSet needs to be an object or symbol');
|
15
|
-
|
16
|
-
const size: number = Porffor.wasm.i32.load(_this, 0, 0);
|
17
|
-
|
18
|
-
// check if already in set
|
19
|
-
for (let i: number = 0; i < size; i++) {
|
20
|
-
if (__Porffor_set_read(_this, i) === value) return _this;
|
21
|
-
}
|
22
|
-
|
23
|
-
// not, add it
|
24
|
-
// increment size by 1
|
25
|
-
Porffor.wasm.i32.store(_this, size + 1, 0, 0);
|
26
|
-
|
27
|
-
// write new value at end
|
28
|
-
__Porffor_set_write(_this, size, value);
|
29
|
-
|
30
|
-
return _this;
|
31
|
-
};
|
32
|
-
|
33
|
-
export const __WeakSet_prototype_delete = (_this: WeakSet, value: any) => {
|
34
|
-
const size: number = Porffor.wasm.i32.load(_this, 0, 0);
|
35
|
-
|
36
|
-
// check if already in set
|
37
|
-
for (let i: number = 0; i < size; i++) {
|
38
|
-
if (__Porffor_set_read(_this, i) === value) {
|
39
|
-
// found, delete
|
40
|
-
// decrement size by 1
|
41
|
-
Porffor.wasm.i32.store(_this, size - 1, 0, 0);
|
42
|
-
|
43
|
-
// offset all elements after by -1 ind
|
44
|
-
Porffor.wasm`
|
45
|
-
local offset i32
|
46
|
-
local.get ${i}
|
47
|
-
i32.to_u
|
48
|
-
i32.const 9
|
49
|
-
i32.mul
|
50
|
-
local.get ${_this}
|
51
|
-
i32.to_u
|
52
|
-
i32.add
|
53
|
-
i32.const 4
|
54
|
-
i32.add
|
55
|
-
local.set offset
|
56
|
-
|
57
|
-
;; dst = offset (this element)
|
58
|
-
local.get offset
|
59
|
-
|
60
|
-
;; src = offset + 9 (this element + 1 element)
|
61
|
-
local.get offset
|
62
|
-
i32.const 9
|
63
|
-
i32.add
|
64
|
-
|
65
|
-
;; size = (size - i - 1) * 9
|
66
|
-
local.get ${size}
|
67
|
-
local.get ${i}
|
68
|
-
f64.sub
|
69
|
-
i32.to_u
|
70
|
-
i32.const 1
|
71
|
-
i32.sub
|
72
|
-
i32.const 9
|
73
|
-
i32.mul
|
74
|
-
|
75
|
-
memory.copy 0 0`;
|
76
|
-
|
77
|
-
return true;
|
78
|
-
}
|
79
|
-
}
|
80
|
-
|
81
|
-
// not, return false
|
82
|
-
return false;
|
83
|
-
};
|
84
|
-
|
85
|
-
export const WeakSet = function (iterable: any): WeakSet {
|
86
|
-
if (!new.target) throw new TypeError("Constructor Set requires 'new'");
|
87
|
-
|
88
|
-
const out: WeakSet = __Porffor_allocate();
|
89
|
-
|
90
|
-
if (Porffor.rawType(iterable) != Porffor.TYPES.undefined) for (const x of iterable) {
|
91
|
-
__WeakSet_prototype_add(out, x);
|
92
|
-
}
|
93
|
-
|
94
|
-
return out;
|
95
|
-
};
|
96
|
-
|
97
|
-
export const __WeakSet_prototype_toString = (_this: WeakSet) => {
|
98
|
-
const out: bytestring = '[object WeakSet]';
|
99
|
-
return out;
|
100
|
-
};
|
101
|
-
|
102
|
-
export const __WeakSet_prototype_toLocaleString = (_this: WeakSet) => __WeakSet_prototype_toString(_this);
|