Searched refs:engineId (Results 1 – 3 of 3) sorted by relevance
36 const engineId = 'random-id'; constant38 TraceProcessorFactory.tp = new TraceProcessor(engineId, enginePort);
25 constructor(engineId: string, enginePort: MessagePort) {26 this.wasmEngine = new WasmEngineProxy(engineId, enginePort);
430 get engineId(): string { method in EngineProxy