Searched refs:Strings (Results 1 – 8 of 8) sorted by relevance
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | jsDeclarationsExportSubAssignments.ts | 21 const Strings = { 22 AssertType(Strings, "{ a: string; b: string; }"); 40 module.exports.Strings = Strings; 41 AssertType(module.exports.Strings = Strings, "{ a: string; b: string; }"); 42 AssertType(module.exports.Strings, "{ a: string; b: string; }"); 43 AssertType(Strings, "{ a: string; b: string; }");
|
D | jsDeclarationsClassStatic.ts | 38 const Strings = { constant 39 AssertType(Strings, "{ a: string; b: string; }"); 56 module.exports.Strings = Strings 57 AssertType(module.exports.Strings = Strings, "{ a: string; b: string; }"); 58 AssertType(module.exports.Strings, "{ a: string; b: string; }"); 59 AssertType(Strings, "{ a: string; b: string; }");
|
D | jsDeclarationsExportAssignmentExpressionPlusSecondary.ts | 21 const Strings = { 22 AssertType(Strings, "{ a: string; b: string; }"); 56 module.exports.Strings = Strings; 57 AssertType(module.exports.Strings = Strings, "{ a: string; b: string; }"); 58 AssertType(module.exports.Strings, "{ a: string; b: string; }"); 59 AssertType(Strings, "{ a: string; b: string; }");
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/jsDeclarationsClassExtendsVisibility/ |
D | cls.js | 27 const Strings = { constant 28 AssertType(Strings, "{ a: string; b: string; }"); 46 module.exports.Strings = Strings; 47 AssertType(module.exports.Strings = Strings, "{ a: string; b: string; }"); 48 AssertType(module.exports.Strings, "{ a: string; b: string; }"); 49 AssertType(Strings, "{ a: string; b: string; }");
|
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
D | emitter.h | 78 const ArenaSet<util::StringView> &Strings() const;
|
D | emitter.cpp | 77 const ArenaSet<util::StringView> &FunctionEmitter::Strings() const in Strings() function in panda::es2panda::compiler::FunctionEmitter 79 return pg_->Strings(); in Strings() 385 for (const auto &str : func->Strings()) { in AddFunction()
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
D | pandagen.h | 110 const ArenaSet<util::StringView> &Strings() const in Strings() function
|
/arkcompiler/runtime_core/docs/ |
D | assembly_format.md | 535 **Strings** and **arrays** can be thought as `external` record with some manipulating functions. Th…
|