/arkcompiler/ets_frontend/ts2panda/src/ |
D | cmdOptions.ts | 25 …{ 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/ |
D | encoder.md | 11 ### 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/ |
D | pt_types.cpp | 241 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/ |
D | rule14_1.ts | 17 description: string property in DescribableFunction
|
/arkcompiler/ets_frontend/ets2panda/linter/test_rules/ |
D | rule14_1.ts | 17 description: string property in DescribableFunction
|
/arkcompiler/ets_frontend/ets2panda/linter/stats_calculator/src/ |
D | calculate-stats.ts | 24 description: string; property 44 description: string; property
|
/arkcompiler/ets_frontend/ets2panda/linter-4.2/stats_calculator/src/ |
D | calculate-stats.ts | 24 description: string; property 44 description: string; property
|
/arkcompiler/ets_runtime/test/fuzztest/symbolnew_fuzzer/ |
D | symbolnew_fuzzer.cpp | 37 Local<StringRef> description = StringRef::NewFromUtf8(vm_, value, (int)size); in SymbolNewFuzzTest() local
|
/arkcompiler/ets_runtime/test/fuzztest/symbolrefgetdescription_fuzzer/ |
D | symbolrefgetdescription_fuzzer.cpp | 33 Local<JSValueRef> description = StringRef::NewFromUtf8(vm, (char *)data, (int)size); in SymbolRefGetDescriptionFuzzTest() local
|
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/ |
D | remote_object.h | 92 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/ |
D | partial_type.ts | 18 description: string; property
|
/arkcompiler/ets_frontend/ets2panda/linter-4.2/test/ |
D | partial_type.ts | 18 description: string; property
|
/arkcompiler/runtime_core/static_core/tools/sampler/scripts/ |
D | package.json | 4 "description": "", string
|
/arkcompiler/ets_runtime/tools/circuit_viewer/ |
D | package.json | 4 "description": "", string
|
/arkcompiler/ets_frontend/legacy_bin/api8/ |
D | package.json | 4 "description": "", string
|
/arkcompiler/toolchain/tooling/client/manager/ |
D | watch_manager.cpp | 190 std::string description; in ShowWatchResult() local 218 std::string description; in OutputWatchResult() local
|
/arkcompiler/runtime_core/static_core/tests/cts-generator/generator/ |
D | test_base.rb | 42 …def write_runner_options(content, run_options, ignore, bugids, tags, description, test_panda_optio… argument
|
/arkcompiler/runtime_core/tests/cts-generator/generator/ |
D | test_base.rb | 42 …def write_runner_options(content, run_options, ignore, bugids, tags, description, test_panda_optio… argument
|
/arkcompiler/ets_frontend/ |
D | bundle.json | 3 "description": "支持应用TS/JS语言代码的编译,行为符合ArkUI框架需要的Strict模式的ES2015标准", string
|
/arkcompiler/toolchain/ |
D | bundle.json | 4 "description": "arkcompiler toolchain", string
|
/arkcompiler/toolchain/tooling/test/testcases/ |
D | js_watch_test.h | 207 std::string description; in RecvWatchDescriptionByJack() local
|
/arkcompiler/ets_frontend/ts2panda/ |
D | package.json | 4 "description": "", string
|
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
D | test-schema.json | 30 "description": { object 124 "description": { object 194 "description": { object 284 "description": { object
|
/arkcompiler/ets_frontend/arkguard/ |
D | package.json | 4 "description": "An obfuscator tools for open harmony apps.", string
|
/arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
D | test-schema.json | 30 "description": { object 124 "description": { object 194 "description": { object 284 "description": { object
|