Home
last modified time | relevance | path

Searched defs:rest (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_frontend/es2panda/test/parser/js/
Dtest-patterns.js26 function test1(...rest){}
27 function test2(...[...[...rest]]){}
/arkcompiler/ets_frontend/ets2panda/test/parser/js/
Dtest-patterns.js26 function test1(...rest){}
27 function test2(...[...[...rest]]){}
/arkcompiler/ets_runtime/test/moduletest/forawaitof/
Dforawaitof.js22 let rest; variable
/arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_dynamic/apply/
Dnewobjapply_dynamic.js20 constructor(...rest) {
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsNamedTupleMember.h34 … explicit TSNamedTupleMember(Expression *label, Expression *elementType, bool optional, bool rest) in TSNamedTupleMember()
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
DdeclgenEts2Ts.h244 void OutDts(F &&first, T &&...rest) in OutDts()
253 void OutTs(F &&first, T &&...rest) in OutTs()
/arkcompiler/runtime_core/static_core/libpandabase/os/
Dmutex.h270 inline int TryLock(L0 &lock0, L1 &...rest) NO_THREAD_SAFETY_ANALYSIS in TryLock()
304 void Lock(L0 &lock0, L1 &...rest) NO_THREAD_SAFETY_ANALYSIS in Lock()
/arkcompiler/ets_frontend/ets2panda/util/
Ddtoa_helper.cpp86 void DtoaHelper::GrisuRound(uint64_t delta, uint64_t rest, uint64_t tenKappa, uint64_t distance) in GrisuRound()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
Ddtoa_helper.cpp86 void DtoaHelper::GrisuRound(uint64_t delta, uint64_t rest, uint64_t tenKappa, uint64_t distance) in GrisuRound()
/arkcompiler/ets_frontend/es2panda/typescript/core/
DdestructuringContext.cpp379 void ArrayDestructuringContext::HandleRest(const ir::SpreadElement *rest) in HandleRest()
533 void ObjectDestructuringContext::HandleRest(const ir::SpreadElement *rest) in HandleRest()
/arkcompiler/ets_frontend/ets2panda/checker/ts/
DdestructuringContext.cpp384 void ArrayDestructuringContext::HandleRest(ir::SpreadElement *rest) in HandleRest()
543 void ObjectDestructuringContext::HandleRest(ir::SpreadElement *rest) in HandleRest()
/arkcompiler/runtime_core/compiler/tests/
Dunit_test.h178 …auto rest = std::accumulate(users_map.begin(), users_map.end(), 0, [](int a, auto &x) { return a +… in CheckUsers() local
/arkcompiler/ets_runtime/ecmascript/base/
Ddtoa_helper.cpp68 void DtoaHelper::GrisuRound(char *buffer, int len, uint64_t delta, uint64_t rest, uint64_t tenKappa… in GrisuRound()
/arkcompiler/runtime_core/static_core/compiler/tests/
Dunit_test.h240 …auto rest = std::accumulate(usersMap.begin(), usersMap.end(), 0, [](int a, auto &x) { return a + x… in CheckUsers() local