Home
last modified time | relevance | path

Searched refs:others (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DjsDeclarationsExportAssignmentWithKeywordName.ts26 AssertType(module.exports = { extends: 'base', more: { others: ['strs'] }, x}, "…
28 AssertType({ extends: 'base', more: { others: ['strs'] }, x}, "{ extends: string…
36 AssertType({ others: ['strs'] }, "{ others: string[]; }");
38 others: ['strs']
39 AssertType(others, "string[]");
/arkcompiler/ets_frontend/es2panda/test/compiler/js/language/destructuring/
Dtest-obj-destructuring-with-rest-element.js25 const {_times: times, _values: values, ...others} = obj;
27 for (let prop in others) {
29 print("value: ", others[prop])
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dloop_analyzer.h175 static inline bool IsEqualBlocks(const ArenaVector<T> &blocks, const ArenaVector<T> &others) in IsEqualBlocks() argument
177 …return blocks.size() == others.size() && std::is_permutation(blocks.begin(), blocks.end(), others.… in IsEqualBlocks()
/arkcompiler/ets_frontend/test/scripts/
Dreadme.md18 All tests can run without others, read the seperate readme for more details.
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.h117 size_t &methodNums, size_t &others);
Dsnapshot_processor.cpp1378 size_t &methodNums, size_t &others) in DeserializePandaMethod() argument
1380 for (size_t i = 0; i < others; i++) { in DeserializePandaMethod()
1389 others = others - i - 1; in DeserializePandaMethod()
1528 size_t others = 0; in RelocateSpaceObject() local
1532 …space->EnumerateRegions([jsPandaFile, stringTable, &others, &objIndex, &rootObjSize, &constSpecial… in RelocateSpaceObject()
1542 if (others != 0) { in RelocateSpaceObject()
1543 DeserializePandaMethod(begin, end, methods, methodNums, others); in RelocateSpaceObject()
1550 others = encodeBit.GetNativePointerOrObjectIndex(); in RelocateSpaceObject()
1551 DeserializePandaMethod(begin, end, methods, methodNums, others); in RelocateSpaceObject()
/arkcompiler/ets_frontend/test/scripts/performance_test/
Dreadme.md15 If you need to modify others, you can set in application_configs, refer to the 'HelloWorld'
/arkcompiler/runtime_core/compiler/docs/
Dplt.md224 Jump to the callee Method in `CallStatic` Resolver, and do a usual "return" in others.
/arkcompiler/runtime_core/docs/
Dir_format.md13 …endencies between different passes. Second, often some optimization creates a context for others.
Ddoxygen.config1826 # Note: WordPad (write) and others do not support links.