Home
last modified time | relevance | path

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

/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/toolchain/tooling/base/
Dpt_types.cpp239 std::string description = tagged->IsTrue() ? "true" : "false"; in PrimitiveRemoteObject() local
247 std::string description = tagged->ToString(ecmaVm)->ToString(); in PrimitiveRemoteObject() local
253 …std::string description = tagged->ToString(ecmaVm)->ToString() + "n"; // n : BigInt literal postf… in PrimitiveRemoteObject() local
263 std::string description = tagged->ToString(); in StringRemoteObject() local
272 std::string description = DescriptionForSymbol(ecmaVm, tagged); in SymbolRemoteObject() local
281 std::string description = DescriptionForFunction(ecmaVm, tagged); in FunctionRemoteObject() local
291 std::string description = DescriptionForGeneratorFunction(ecmaVm, tagged); in GeneratorFunctionRemoteObject() local
302 std::string description = DescriptionForObject(ecmaVm, tagged); in ObjectRemoteObject() local
313 std::string description = DescriptionForObject(ecmaVm, tagged); in ObjectRemoteObject() local
474 std::string description = "Array(" + std::to_string(tagged->Length(ecmaVm)) + ")"; in DescriptionForArray() local
[all …]
Dpt_types.h345 RemoteObject &SetDescription(const std::string &description) in SetDescription()
/arkcompiler/ets_runtime/tools/circuit_viewer/
Dpackage.json4 "description": "", string
/arkcompiler/ets_frontend/legacy_bin/api8/
Dpackage.json4 "description": "", string
/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/ets_frontend/arkguard/
Dpackage.json4 "description": "An obfuscator tools for open harmony apps.", string
/arkcompiler/ets_frontend/ts2panda/
Dpackage.json4 "description": "", string
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dtest-schema.json30 "description": { object
124 "description": { object
194 "description": { object
284 "description": { object
/arkcompiler/ets_runtime/
Dbundle.json4 "description": "支持应用TS/JS语言代码的运行,行为符合ArkUI框架需要的Strict模式的ES2015标准", string
/arkcompiler/ets_runtime/ecmascript/mem/
Dgc_stats.cpp26 #define STATS_DESCRIPTION_FORMAT(description) \ argument
/arkcompiler/runtime_core/
Dbundle.json4 "description": "方舟运行时的公共组件", string
/arkcompiler/runtime_core/tests/cts-coverage-tool/lib/
Dspec.rb160 def split(description) # rubocop:disable Metrics argument
/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp503 JSTaggedValue description = JSHandle<JSSymbol>::Cast(name)->GetDescription(); in SetFunctionName() local
625 JSTaggedValue description = JSSymbol::Cast(name.GetTaggedObject())->GetDescription(); in SetFunctionNameNoPrefix() local
Dobject_factory.cpp1963 JSHandle<JSSymbol> ObjectFactory::NewPrivateNameSymbolWithChar(const char *description) in NewPrivateNameSymbolWithChar()
1969 JSHandle<JSSymbol> ObjectFactory::NewWellKnownSymbolWithChar(const char *description) in NewWellKnownSymbolWithChar()
1975 JSHandle<JSSymbol> ObjectFactory::NewPublicSymbolWithChar(const char *description) in NewPublicSymbolWithChar()
1981 JSHandle<JSSymbol> ObjectFactory::NewSymbolWithTableWithChar(const char *description) in NewSymbolWithTableWithChar()
Ddump.cpp2295 JSTaggedValue description = GetDescription(); in Dump() local
/arkcompiler/toolchain/tooling/test/
Dpt_types_test.cpp408 std::string description = ObjectRemoteObject::DescriptionForObject(ecmaVm, date); in HWTEST_F_L0() local
416 std::string description = ObjectRemoteObject::DescriptionForObject(ecmaVm, promise); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp1281 Local<SymbolRef> SymbolRef::New(const EcmaVM *vm, Local<StringRef> description) in New()
1294 …JSTaggedValue description = JSSymbol::Cast(JSNApiHelper::ToJSTaggedValue(this).GetTaggedObject())-… in GetDescription() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp208 Local<StringRef> description = StringRef::NewFromUtf8(vm_, "test"); in HWTEST_F_L0() local