Home
last modified time | relevance | path

Searched refs:description (Results 1 – 25 of 42) sorted by relevance

12

/ark/ts2abc/ts2panda/src/
DcmdOptions.ts25 …{ 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/
DBUILD.gn38 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/
Dtest_base.rb53 …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}" }
Dsingle_test.rb44 description = @command[Generator::TEST_DESCRIPTION] || ""
47 … write_runner_options content, run_options, ignore, bugids, tags, description, test_panda_options
Dtest_case.rb73 description = @current_case[Generator::CASE_DESCRIPTION] || ""
77 test_description + " " + description, test_panda_options
/ark/js_runtime/ecmascript/tooling/base/
Dpt_types.cpp172 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/
DREADME.md15 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/
Dbug_2107_1.pa18 # description: 'Perform specified primitive type conversion of accumulator.
35 # Test description:
Dbug_2107_2.pa18 # description: 'Perform specified integer extension or truncations of accumulator.
37 # Test description:
Dbug_2086_1.pa18 # description: 'Get field value from an object by field id and put it into accumulator.
33 # Test description:
Dbug_2086_2.pa18 # description: 'Get field value from an object by field id and put it into accumulator.
33 # Test description:
Dbug_2084.pa18 # description: 'Get field value from an object by field id and put it into accumulator.
31 # Test description:
Dbug_2088.pa18 # description: 'Get field value from an object by field id and put it into accumulator.
33 # Test description:
Dbug_2085.pa18 # description: 'Get field value from an object by field id and put it into accumulator.
33 # Test description:
/ark/runtime_core/tests/cts-assembly/
Darrays-02.pa18 # description: >
27 # description: >
Darrays-03.pa18 # description: >
28 # description: >
Darrays-04.pa18 # description: >
28 # description: >
Darrays-05.pa18 # description: Get length of an array and put it into accumulator.
Darrays-06.pa18 # description: >
27 # description: >
Darrays-08.pa18 # description: >
/ark/runtime_core/tests/cts-coverage-tool/
Dspec.rb121 def split(description) argument
124 description.split(/\./).each do |p|
/ark/runtime_core/templates/
Dcommon.rb43 full_desc = description
/ark/js_runtime/ecmascript/
Dobject_factory.h199 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);
Djs_function.cpp389 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/
Dtype_system.md15 For type_system description technical details can be ommitted and Sorts will be understood in this

12