Home
last modified time | relevance | path

Searched refs:getDefault (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/base/
H A Ddestructuring.cpp175 auto *getDefault = pg->AllocLabel(); in GenDefaultInitializer() local
178 pg->BranchIfUndefined(element, getDefault); in GenDefaultInitializer()
183 pg->SetLabel(element, getDefault); in GenDefaultInitializer()
/arkcompiler/ets_frontend/es2panda/compiler/base/
H A Ddestructuring.cpp157 auto *getDefault = pg->AllocLabel(); in GenObjectProperty() local
160 pg->BranchIfStrictUndefined(element, getDefault); in GenObjectProperty()
165 pg->SetLabel(element, getDefault); in GenObjectProperty()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core_String.cpp317 locale = icu::Locale::getDefault(); in ParseSingleBCP47LanguageTag()
331 return ToUpperCase(thisStr, icu::Locale::getDefault()); in StdCoreStringToUpperCase()
336 return ToLowerCase(thisStr, icu::Locale::getDefault()); in StdCoreStringToLowerCase()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js10893 const n = m.Class.getDefault(s);
11159 si.getDefault = ti;
24127 const u = si.getDefault(s[n + _u]);
24391 void 0 !== o || e.hasOwnProperty(r) || (o = si.getDefault(s[r + _u]));
[all...]

Completed in 34 milliseconds