Searched refs:others (Results 1 – 10 of 10) sorted by relevance
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | jsDeclarationsExportAssignmentWithKeywordName.ts | 26 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/ |
D | test-obj-destructuring-with-rest-element.js | 25 const {_times: times, _values: values, ...others} = obj; 27 for (let prop in others) { 29 print("value: ", others[prop])
|
/arkcompiler/runtime_core/compiler/optimizer/analysis/ |
D | loop_analyzer.h | 175 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/ |
D | readme.md | 18 All tests can run without others, read the seperate readme for more details.
|
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
D | snapshot_processor.h | 117 size_t &methodNums, size_t &others);
|
D | snapshot_processor.cpp | 1378 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/ |
D | readme.md | 15 If you need to modify others, you can set in application_configs, refer to the 'HelloWorld'
|
/arkcompiler/runtime_core/compiler/docs/ |
D | plt.md | 224 Jump to the callee Method in `CallStatic` Resolver, and do a usual "return" in others.
|
/arkcompiler/runtime_core/docs/ |
D | ir_format.md | 13 …endencies between different passes. Second, often some optimization creates a context for others.
|
D | doxygen.config | 1826 # Note: WordPad (write) and others do not support links.
|