Home
last modified time | relevance | path

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

/third_party/jsframework/runtime/main/model/
DpageLife.ts173 emitSubVmLife(vm, 'onPageShow');
176 emitSubVmLife(vm, 'onPageHide');
290 export function emitSubVmLife(vm: Vm, type:string) { function
294 emitSubVmLife(subVm, type);
DdomHelper.ts32 import { emitSubVmLife } from './pageLife';
226 emitSubVmLife(target.vm, 'onDetached');