Home
last modified time | relevance | path

Searched defs:description (Results 1 – 25 of 45) sorted by relevance

12

/arkcompiler/ets_frontend/ts2panda/src/
DcmdOptions.ts25 …{ name: 'commonjs', alias: 'c', type: Boolean, defaultValue: false, description: "compile as commo… constant
26 …{ name: 'modules', alias: 'm', type: Boolean, defaultValue: false, description: "compile as module… constant
27 …{ name: 'debug-log', alias: 'l', type: Boolean, defaultValue: false, description: "show info debug… constant
28 …{ name: 'dump-assembly', alias: 'a', type: Boolean, defaultValue: false, description: "dump assemb… constant
29 …{ name: 'debug', alias: 'd', type: Boolean, defaultValue: false, description: "compile with debug … constant
40 { name: 'help', alias: 'h', type: Boolean, description: "Show usage guide." }, constant
41 …{ name: 'bc-version', alias: 'v', type: Boolean, defaultValue: false, description: "Print ark byte… constant
42 …{ name: 'bc-min-version', type: Boolean, defaultValue: false, description: "Print ark bytecode min… constant
44 …{ name: 'record-type', alias: 'p', type: Boolean, defaultValue: false, description: "Record type i… constant
45 …{ name: 'dts-type-record', alias: 'q', type: Boolean, defaultValue: false, description: "Record ty… constant
[all …]
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencoder.md11 ### Register file (concrete implementation is architecture dependent)
16 ### Encoder (concrete implementation is architecture dependent)
21 ### Calling Convention (concrete implementation is architecture dependent)
69 ### Execution model (concrete implementation - must be architecture independent)
74 ### Codegen (concrete implementation - must be architecture independent)
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp241 std::string &description) in AppendingHashToDescription()
259 std::string description = tagged->IsTrue() ? "true" : "false"; in PrimitiveRemoteObject() local
267 std::string description = tagged->ToString(ecmaVm)->ToString(); in PrimitiveRemoteObject() local
273 …std::string description = tagged->ToString(ecmaVm)->ToString() + "n"; // n : BigInt literal postf… in PrimitiveRemoteObject() local
283 std::string description = tagged->DebuggerToString(); in StringRemoteObject() local
292 std::string description = DescriptionForSymbol(ecmaVm, tagged); in SymbolRemoteObject() local
302 std::string description = DescriptionForFunction(ecmaVm, tagged); in FunctionRemoteObject() local
313 std::string description = DescriptionForGeneratorFunction(ecmaVm, tagged); in GeneratorFunctionRemoteObject() local
325 std::string description = DescriptionForObject(ecmaVm, tagged); in ObjectRemoteObject() local
337 std::string description = DescriptionForObject(ecmaVm, tagged); in ObjectRemoteObject() local
[all …]
/arkcompiler/ets_frontend/ets2panda/linter-4.2/test_rules/
Drule14_1.ts17 description: string property in DescribableFunction
/arkcompiler/ets_frontend/ets2panda/linter/test_rules/
Drule14_1.ts17 description: string property in DescribableFunction
/arkcompiler/ets_frontend/ets2panda/linter/stats_calculator/src/
Dcalculate-stats.ts24 description: string; property
44 description: string; property
/arkcompiler/ets_frontend/ets2panda/linter-4.2/stats_calculator/src/
Dcalculate-stats.ts24 description: string; property
44 description: string; property
/arkcompiler/ets_runtime/test/fuzztest/symbolnew_fuzzer/
Dsymbolnew_fuzzer.cpp37 Local<StringRef> description = StringRef::NewFromUtf8(vm_, value, (int)size); in SymbolNewFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/symbolrefgetdescription_fuzzer/
Dsymbolrefgetdescription_fuzzer.cpp33 Local<JSValueRef> description = StringRef::NewFromUtf8(vm, (char *)data, (int)size); in SymbolRefGetDescriptionFuzzTest() local
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
Dremote_object.h92 static RemoteObject Symbol(std::string description) in Symbol()
128 std::string description; member
133 std::optional<std::string> description; member
/arkcompiler/ets_frontend/ets2panda/linter/test/
Dpartial_type.ts18 description: string; property
/arkcompiler/ets_frontend/ets2panda/linter-4.2/test/
Dpartial_type.ts18 description: string; property
/arkcompiler/runtime_core/static_core/tools/sampler/scripts/
Dpackage.json4 "description": "", string
/arkcompiler/ets_runtime/tools/circuit_viewer/
Dpackage.json4 "description": "", string
/arkcompiler/ets_frontend/legacy_bin/api8/
Dpackage.json4 "description": "", string
/arkcompiler/toolchain/tooling/client/manager/
Dwatch_manager.cpp190 std::string description; in ShowWatchResult() local
218 std::string description; in OutputWatchResult() local
/arkcompiler/runtime_core/static_core/tests/cts-generator/generator/
Dtest_base.rb42 …def write_runner_options(content, run_options, ignore, bugids, tags, description, test_panda_optio… argument
/arkcompiler/runtime_core/tests/cts-generator/generator/
Dtest_base.rb42 …def write_runner_options(content, run_options, ignore, bugids, tags, description, test_panda_optio… argument
/arkcompiler/ets_frontend/
Dbundle.json3 "description": "支持应用TS/JS语言代码的编译,行为符合ArkUI框架需要的Strict模式的ES2015标准", string
/arkcompiler/toolchain/
Dbundle.json4 "description": "arkcompiler toolchain", string
/arkcompiler/toolchain/tooling/test/testcases/
Djs_watch_test.h207 std::string description; in RecvWatchDescriptionByJack() local
/arkcompiler/ets_frontend/ts2panda/
Dpackage.json4 "description": "", string
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Dtest-schema.json30 "description": { object
124 "description": { object
194 "description": { object
284 "description": { object
/arkcompiler/ets_frontend/arkguard/
Dpackage.json4 "description": "An obfuscator tools for open harmony apps.", string
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dtest-schema.json30 "description": { object
124 "description": { object
194 "description": { object
284 "description": { object

12