/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/toolchain/tooling/base/ |
D | pt_types.cpp | 239 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 …]
|
D | pt_types.h | 345 RemoteObject &SetDescription(const std::string &description) in SetDescription()
|
/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/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/ets_frontend/arkguard/ |
D | package.json | 4 "description": "An obfuscator tools for open harmony apps.", string
|
/arkcompiler/ets_frontend/ts2panda/ |
D | package.json | 4 "description": "", 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
|
/arkcompiler/ets_runtime/ |
D | bundle.json | 4 "description": "支持应用TS/JS语言代码的运行,行为符合ArkUI框架需要的Strict模式的ES2015标准", string
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
D | gc_stats.cpp | 26 #define STATS_DESCRIPTION_FORMAT(description) \ argument
|
/arkcompiler/runtime_core/ |
D | bundle.json | 4 "description": "方舟运行时的公共组件", string
|
/arkcompiler/runtime_core/tests/cts-coverage-tool/lib/ |
D | spec.rb | 160 def split(description) # rubocop:disable Metrics argument
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_function.cpp | 503 JSTaggedValue description = JSHandle<JSSymbol>::Cast(name)->GetDescription(); in SetFunctionName() local 625 JSTaggedValue description = JSSymbol::Cast(name.GetTaggedObject())->GetDescription(); in SetFunctionNameNoPrefix() local
|
D | object_factory.cpp | 1963 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()
|
D | dump.cpp | 2295 JSTaggedValue description = GetDescription(); in Dump() local
|
/arkcompiler/toolchain/tooling/test/ |
D | pt_types_test.cpp | 408 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/ |
D | index.js | 2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
D | jsnapi.cpp | 1281 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/ |
D | jsnapi_tests.cpp | 208 Local<StringRef> description = StringRef::NewFromUtf8(vm_, "test"); in HWTEST_F_L0() local
|