Searched refs:string_maps (Results 1 – 1 of 1) sorted by relevance
26 private string_maps: Map<string | Uint8Array, number> | null = null; property in Builder61 this.string_maps = null;507 if (!this.string_maps) {508 this.string_maps = new Map();511 if (this.string_maps.has(s)) {512 return this.string_maps.get(s) as Offset515 this.string_maps.set(s, offset)