Searched defs:rest (Results 1 – 14 of 14) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/test/parser/js/ |
| D | test-patterns.js | 26 function test1(...rest){} 27 function test2(...[...[...rest]]){}
|
| /arkcompiler/ets_frontend/ets2panda/test/parser/js/ |
| D | test-patterns.js | 26 function test1(...rest){} 27 function test2(...[...[...rest]]){}
|
| /arkcompiler/ets_runtime/test/moduletest/forawaitof/ |
| D | forawaitof.js | 22 let rest; variable
|
| /arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_dynamic/apply/ |
| D | newobjapply_dynamic.js | 20 constructor(...rest) {
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| D | tsNamedTupleMember.h | 34 … explicit TSNamedTupleMember(Expression *label, Expression *elementType, bool optional, bool rest) in TSNamedTupleMember()
|
| /arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/ |
| D | declgenEts2Ts.h | 244 void OutDts(F &&first, T &&...rest) in OutDts() 253 void OutTs(F &&first, T &&...rest) in OutTs()
|
| /arkcompiler/runtime_core/static_core/libpandabase/os/ |
| D | mutex.h | 270 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/ |
| D | dtoa_helper.cpp | 86 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/ |
| D | dtoa_helper.cpp | 86 void DtoaHelper::GrisuRound(uint64_t delta, uint64_t rest, uint64_t tenKappa, uint64_t distance) in GrisuRound()
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | destructuringContext.cpp | 379 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/ |
| D | destructuringContext.cpp | 384 void ArrayDestructuringContext::HandleRest(ir::SpreadElement *rest) in HandleRest() 543 void ObjectDestructuringContext::HandleRest(ir::SpreadElement *rest) in HandleRest()
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | unit_test.h | 178 …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/ |
| D | dtoa_helper.cpp | 68 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/ |
| D | unit_test.h | 240 …auto rest = std::accumulate(usersMap.begin(), usersMap.end(), 0, [](int a, auto &x) { return a + x… in CheckUsers() local
|