/ark/ts2abc/ts2panda/src/ |
D | cmdOptions.ts | 25 …{ name: 'modules', alias: 'm', type: Boolean, defaultValue: false, description: "compile as module… constant 26 …{ name: 'debug-log', alias: 'l', type: Boolean, defaultValue: false, description: "show info debug… constant 27 …{ name: 'dump-assembly', alias: 'a', type: Boolean, defaultValue: false, description: "dump assemb… constant 28 …{ name: 'debug', alias: 'd', type: Boolean, defaultValue: false, description: "compile with debug … constant 29 …atch', alias: 'w', type: String, lazyMultiple: true, defaultValue: [], description: "watch express… 30 …atch', alias: 'k', type: String, lazyMultiple: true, defaultValue: [], description: "keep persiste… 31 …tics', alias: 's', type: String, lazyMultiple: true, defaultValue: "", description: "show compile … 32 { name: 'output', alias: 'o', type: String, defaultValue: "", description: "set output file." }, 33 …{ name: 'timeout', alias: 't', type: Number, defaultValue: 0, description: "js to abc timeout thre… 34 …{ name: 'opt-log-level', type: String, defaultValue: "error", description: "specifie optimizer log… [all …]
|
/ark/runtime_core/gn/build/toolchain/ |
D | BUILD.gn | 38 description = "CC {{output}}" 47 description = "CXX {{output}}" 56 description = "ASM {{output}}" 63 description = "AR {{target_output_name}}{{output_extension}}" 82 description = "SOLINK $soname" 98 description = "LINK $outfile" 106 description = "STAMP {{output}}" 111 description = "COPY {{source}} {{output}}"
|
/ark/runtime_core/tests/cts-generator/generator/ |
D | test_base.rb | 53 …def write_runner_options(content, run_options, ignore, bugids, tags, description, test_panda_optio… argument 69 if description != "" 71 description.split("\n").each {|t| content.puts "\# #{t}" }
|
D | single_test.rb | 44 description = @command[Generator::TEST_DESCRIPTION] || "" 47 … write_runner_options content, run_options, ignore, bugids, tags, description, test_panda_options
|
D | test_case.rb | 73 description = @current_case[Generator::CASE_DESCRIPTION] || "" 77 test_description + " " + description, test_panda_options
|
/ark/js_runtime/ecmascript/tooling/base/ |
D | pt_types.cpp | 172 std::string description = tagged->IsTrue() ? "true" : "false"; in PrimitiveRemoteObject() local 175 .SetUnserializableValue(description) in PrimitiveRemoteObject() 176 .SetDescription(description); in PrimitiveRemoteObject() 180 std::string description = tagged->ToString(ecmaVm)->ToString(); in PrimitiveRemoteObject() local 183 .SetUnserializableValue(description) in PrimitiveRemoteObject() 184 .SetDescription(description); in PrimitiveRemoteObject() 186 …std::string description = tagged->ToString(ecmaVm)->ToString() + "n"; // n : BigInt literal postf… in PrimitiveRemoteObject() local 189 .SetUnserializableValue(description) in PrimitiveRemoteObject() 190 .SetDescription(description); in PrimitiveRemoteObject() 196 std::string description = tagged->ToString(); in StringRemoteObject() local [all …]
|
/ark/runtime_core/libpandabase/ |
D | README.md | 15 The more detail description of each type is in "Usage" section below. 28 // argument name | default value | argument description 33 - 3 parameters: argument name, default value, description. 34 - 4 parameters for single list: argument name, default value, description, delimiter. 35 - 5 parameters for integer args: argument name, default value, description, min value, max value 37 There is description for them: 40 - Argument description will be used to form a help messsage. 58 - `std::string GetDesc()` - return description of an argument 92 - `std::string GetHelpString()` - return string with all arguments and their description
|
/ark/runtime_core/tests/verifier-tests/ |
D | bug_2107_1.pa | 18 # description: 'Perform specified primitive type conversion of accumulator. 35 # Test description:
|
D | bug_2107_2.pa | 18 # description: 'Perform specified integer extension or truncations of accumulator. 37 # Test description:
|
D | bug_2086_1.pa | 18 # description: 'Get field value from an object by field id and put it into accumulator. 33 # Test description:
|
D | bug_2086_2.pa | 18 # description: 'Get field value from an object by field id and put it into accumulator. 33 # Test description:
|
D | bug_2084.pa | 18 # description: 'Get field value from an object by field id and put it into accumulator. 31 # Test description:
|
D | bug_2088.pa | 18 # description: 'Get field value from an object by field id and put it into accumulator. 33 # Test description:
|
D | bug_2085.pa | 18 # description: 'Get field value from an object by field id and put it into accumulator. 33 # Test description:
|
/ark/runtime_core/tests/cts-assembly/ |
D | arrays-02.pa | 18 # description: > 27 # description: >
|
D | arrays-03.pa | 18 # description: > 28 # description: >
|
D | arrays-04.pa | 18 # description: > 28 # description: >
|
D | arrays-05.pa | 18 # description: Get length of an array and put it into accumulator.
|
D | arrays-06.pa | 18 # description: > 27 # description: >
|
D | arrays-08.pa | 18 # description: >
|
/ark/runtime_core/tests/cts-coverage-tool/ |
D | spec.rb | 121 def split(description) argument 124 description.split(/\./).each do |p|
|
/ark/runtime_core/templates/ |
D | common.rb | 43 full_desc = description
|
/ark/js_runtime/ecmascript/ |
D | object_factory.h | 199 JSHandle<JSSymbol> NewPrivateNameSymbolWithChar(const char *description); 201 JSHandle<JSSymbol> NewWellKnownSymbolWithChar(const char *description); 203 JSHandle<JSSymbol> NewPublicSymbolWithChar(const char *description); 205 JSHandle<JSSymbol> NewSymbolWithTableWithChar(const char *description);
|
D | js_function.cpp | 389 JSTaggedValue description = JSHandle<JSSymbol>::Cast(name)->GetDescription(); in SetFunctionName() local 390 JSHandle<EcmaString> descriptionHandle(thread, description); in SetFunctionName() 391 if (description.IsUndefined()) { in SetFunctionName() 501 JSTaggedValue description = JSSymbol::Cast(name.GetTaggedObject())->GetDescription(); in SetFunctionNameNoPrefix() local 502 if (description.IsUndefined()) { in SetFunctionNameNoPrefix()
|
/ark/runtime_core/docs/bc_verification/ |
D | type_system.md | 15 For type_system description technical details can be ommitted and Sorts will be understood in this
|