Searched refs:EngineProxy (Results 1 – 1 of 1) sorted by relevance
410 getProxy(tag: string): EngineProxy {411 return new EngineProxy(this, tag);417 export class EngineProxy { class