Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_util_module/util/src/
H A Dutil_js.ts1830 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)) {
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_pattern_test_ng.cpp286 auto oldFunc = richEditorPattern->customKeyboardBuilder_; variable
297 richEditorPattern->customKeyboardBuilder_ = oldFunc;