Home
last modified time | relevance | path

Searched refs:Strings (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DjsDeclarationsExportSubAssignments.ts21 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; }");
DjsDeclarationsClassStatic.ts38 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; }");
DjsDeclarationsExportAssignmentExpressionPlusSecondary.ts21 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/
Dcls.js27 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/
Demitter.h78 const ArenaSet<util::StringView> &Strings() const;
Demitter.cpp77 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/
Dpandagen.h110 const ArenaSet<util::StringView> &Strings() const in Strings() function
/arkcompiler/runtime_core/docs/
Dassembly_format.md535 **Strings** and **arrays** can be thought as `external` record with some manipulating functions. Th…