Lines Matching defs:mutable
647 constructor(module, type, mutable) {
650 this.mutable = mutable;
738 addGlobal(local_type, mutable) {
739 let glob = new WasmGlobalBuilder(this, local_type, mutable);
780 addImportedGlobal(module, name, type, mutable = false) {
785 mutable: mutable};
924 section.emit_u8(imp.mutable);
1001 section.emit_u8(global.mutable);