Home
last modified time | relevance | path

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

/third_party/jsframework/runtime/preparation/
Dinit.ts55 const globalMethods: GlobalInterface = { constant
69 globalMethods['registerModules'](modules);
81 for (const methodName in globalMethods) {
83 const res: any = globalMethods[methodName](...args);