Home
last modified time | relevance | path

Searched refs:change (Results 1 – 25 of 57) sorted by relevance

123

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DnoCrashOnThisTypeUsage.ts23 observe(handler: (change: any, oldValue?: any) => void, fireImmediately?: boolean): void
26 function notifyListeners<T>(listenable: IListenable, change: T) {
64 observe(handler: (change: any, oldValue?: any) => void, fireImmediately?: boolean) {}
/arkcompiler/runtime_core/scripts/
Dinstall-third-party81 git apply --ignore-space-change --check "$patch"
82 git am --ignore-space-change "$patch"
/arkcompiler/ets_frontend/es2panda/test/hotreload/hotreload-throwerror/modify-class-1/
Dexpected.txt14 … If .Model is not changed and you are changing UI Component, please only change one Component at a…
15 [Patch] Found unsupported change in file, will not generate patch!
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dcleanup.cpp634 auto change = GetIdom(phi); in PhiChecker() local
635 if (change == fake_root_) { in PhiChecker()
638 while (GetIdom(change) != fake_root_) { in PhiChecker()
639 change = GetIdom(change); in PhiChecker()
642 phi->ReplaceUsers(change); in PhiChecker()
/arkcompiler/ets_frontend/es2panda/test/hotfix/hotfix-throwerror/modify-class-1/
Dexpected.txt15 [Patch] Found unsupported change in file, will not generate patch!
/arkcompiler/ets_frontend/es2panda/test/hotfix/hotfix-throwerror/modify-lexenv-4/
Dexpected.txt15 [Patch] Found unsupported change in file, will not generate patch!
/arkcompiler/ets_frontend/es2panda/test/coldfix/coldfix-throwerror/modify-export-2/
Dexpected.txt15 [Patch] Found unsupported change in file, will not generate patch!
/arkcompiler/ets_frontend/es2panda/test/hotfix/hotfix-throwerror/modify-export-3/
Dexpected.txt15 [Patch] Found unsupported change in file, will not generate patch!
/arkcompiler/ets_frontend/es2panda/test/coldfix/coldfix-noerror/modify-lexenv-6/
Dexpected.txt15 [Patch] Found unsupported change in file, will not generate patch!
/arkcompiler/ets_frontend/es2panda/test/hotreload/hotreload-throwerror/modify-lexenv-4/
Dexpected.txt15 [Patch] Found unsupported change in file, will not generate patch!
/arkcompiler/ets_frontend/es2panda/test/hotreload/hotreload-throwerror/modify-import/
Dexpected.txt15 [Patch] Found unsupported change in file, will not generate patch!
/arkcompiler/ets_frontend/es2panda/test/coldfix/coldfix-throwerror/modify-import/
Dexpected.txt15 [Patch] Found unsupported change in file, will not generate patch!
/arkcompiler/ets_frontend/es2panda/test/hotreload/hotreload-throwerror/modify-lexenv-2/
Dexpected.txt15 [Patch] Found unsupported change in file, will not generate patch!
/arkcompiler/ets_frontend/es2panda/test/hotreload/hotreload-throwerror/modify-export-2/
Dexpected.txt15 [Patch] Found unsupported change in file, will not generate patch!
/arkcompiler/ets_frontend/es2panda/test/hotreload/hotreload-throwerror/modify-export-3/
Dexpected.txt15 [Patch] Found unsupported change in file, will not generate patch!
/arkcompiler/ets_frontend/es2panda/test/hotfix/hotfix-throwerror/modify-export-2/
Dexpected.txt15 [Patch] Found unsupported change in file, will not generate patch!
/arkcompiler/ets_frontend/es2panda/test/coldfix/coldfix-throwerror/modify-export-1/
Dexpected.txt15 [Patch] Found unsupported change in file, will not generate patch!
/arkcompiler/ets_frontend/es2panda/test/hotreload/hotreload-throwerror/modify-lexenv-1/
Dexpected.txt15 [Patch] Found unsupported change in file, will not generate patch!
/arkcompiler/ets_frontend/es2panda/test/hotfix/hotfix-throwerror/modify-export-1/
Dexpected.txt15 [Patch] Found unsupported change in file, will not generate patch!
/arkcompiler/ets_frontend/es2panda/test/hotreload/hotreload-throwerror/modify-export-1/
Dexpected.txt15 [Patch] Found unsupported change in file, will not generate patch!
/arkcompiler/ets_frontend/es2panda/test/hotfix/hotfix-throwerror/modify-lexenv-2/
Dexpected.txt15 [Patch] Found unsupported change in file, will not generate patch!
/arkcompiler/ets_frontend/es2panda/test/hotreload/hotreload-throwerror/modify-lexenv-6/
Dexpected.txt15 [Patch] Found unsupported change in file, will not generate patch!
/arkcompiler/ets_frontend/es2panda/test/hotreload/hotreload-throwerror/modify-lexenv-3/
Dexpected.txt15 [Patch] Found unsupported change in file, will not generate patch!
/arkcompiler/ets_frontend/es2panda/test/hotfix/hotfix-throwerror/modify-lexenv-1/
Dexpected.txt15 [Patch] Found unsupported change in file, will not generate patch!
/arkcompiler/ets_frontend/es2panda/test/hotfix/hotfix-throwerror/del-dup-add-anon-function/
Dexpected.txt15 [Patch] Found unsupported change in file, will not generate patch!

123