Searched refs:oldFunc (Results 1 – 2 of 2) sorted by relevance
1830 let oldFunc = obj[methodName];1831 if (!Aspect.checkMethodType(oldFunc, methodName)) {1834 let ret = oldFunc.bind(this)(...args);1841 let ret = oldFunc.bind(this)(...args);1858 let oldFunc = obj[methodName];1859 if (!Aspect.checkMethodType(oldFunc, methodName)) {1861 let ret1 = oldFunc.bind(this)(...args);1868 let ret1 = oldFunc.bind(this)(...args);1886 let oldFunc = obj[methodName];1887 if (!Aspect.checkMethodType(oldFunc, methodName)) {
286 auto oldFunc = richEditorPattern->customKeyboardBuilder_; variable297 richEditorPattern->customKeyboardBuilder_ = oldFunc;