Home
last modified time | relevance | path

Searched refs:WasmEngineProxy (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/ui/src/controller/
Dtrace_controller.ts32 WasmEngineProxy
102 if (this.engine instanceof WasmEngineProxy) {
234 this.engine = new WasmEngineProxy(
/external/perfetto/ui/src/common/
Dwasm_engine_proxy.ts75 export class WasmEngineProxy extends Engine { class