Lines Matching refs:push
612 this.body.push(kExprEnd);
633 this.locals.push(locals);
636 this.local_names.push(...new Array(missing_names), ...names);
655 this.module.exports.push({name: name, kind: kExternalGlobal,
671 this.module.exports.push({name: name, kind: kExternalTable,
707 this.explicit.push(bytes);
728 this.explicit.push(this.createCustomSection(name, bytes));
732 this.types.push(type);
741 this.globals.push(glob);
751 this.tables.push(table);
758 this.tags.push(type_index);
766 this.functions.push(func);
775 this.imports.push({module: module, name: name, kind: kExternalFunction,
786 this.imports.push(o);
793 this.imports.push(o);
803 this.imports.push(o);
813 this.imports.push(o);
818 this.exports.push({name: name, kind: kExternalFunction, index: index});
823 this.exports.push({name: name, kind: kind, index: index});
828 this.data_segments.push(
834 this.data_segments.push({data: data, is_active: false});
839 this.exports.push({name: name, kind: kExternalMemory, index: 0});
843 this.element_segments.push({table: table, base: base, is_global: is_global,
849 this.element_segments.push({array: array, is_active: false});
1149 local_decls.push({count: l.i32_count, type: kWasmI32});
1152 local_decls.push({count: l.i64_count, type: kWasmI64});
1155 local_decls.push({count: l.f32_count, type: kWasmF32});
1158 local_decls.push({count: l.f64_count, type: kWasmF64});
1161 local_decls.push({count: l.s128_count, type: kWasmS128});
1164 local_decls.push({count: l.anyref_count, type: kWasmAnyRef});
1167 local_decls.push({count: l.anyfunc_count, type: kWasmAnyFunc});
1294 res.push(v);
1297 res.push(v | 0x80);