| /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/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 | 192 std::string description = tagged->IsTrue() ? "true" : "false"; in PrimitiveRemoteObject() local 200 std::string description = tagged->ToString(ecmaVm)->ToString(); in PrimitiveRemoteObject() local 206 …std::string description = tagged->ToString(ecmaVm)->ToString() + "n"; // n : BigInt literal postf… in PrimitiveRemoteObject() local 216 std::string description = tagged->ToString(); in StringRemoteObject() local 225 std::string description = DescriptionForSymbol(ecmaVm, tagged); in SymbolRemoteObject() local 234 std::string description = DescriptionForFunction(ecmaVm, tagged); in FunctionRemoteObject() local 244 std::string description = DescriptionForGeneratorFunction(ecmaVm, tagged); in GeneratorFunctionRemoteObject() local 255 std::string description = DescriptionForObject(ecmaVm, tagged); in ObjectRemoteObject() local 266 std::string description = DescriptionForObject(ecmaVm, tagged); in ObjectRemoteObject() local 382 std::string description = "Array(" + std::to_string(tagged->Length(ecmaVm)) + ")"; in DescriptionForArray() local [all …]
|
| D | pt_types.h | 202 RemoteObject &SetDescription(const std::string &description) in SetDescription()
|
| /arkcompiler/ets_frontend/ |
| D | bundle.json | 3 "description": "支持应用TS/JS语言代码的编译,行为符合ArkUI框架需要的Strict模式的ES2015标准", 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/toolchain/ |
| D | bundle.json | 4 "description": "arkcompiler toolchain", string
|
| /arkcompiler/ets_runtime/ |
| D | bundle.json | 4 "description": "支持应用TS/JS语言代码的运行,行为符合ArkUI框架需要的Strict模式的ES2015标准", string
|
| /arkcompiler/runtime_core/ |
| D | bundle.json | 4 "description": "方舟运行时的公共组件", string
|
| /arkcompiler/ets_frontend/legacy_bin/api8/ |
| D | package.json | 4 "description": "", 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/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 | 402 JSTaggedValue description = JSHandle<JSSymbol>::Cast(name)->GetDescription(); in SetFunctionName() local 522 JSTaggedValue description = JSSymbol::Cast(name.GetTaggedObject())->GetDescription(); in SetFunctionNameNoPrefix() local
|
| D | object_factory.cpp | 1899 JSHandle<JSSymbol> ObjectFactory::NewPrivateNameSymbolWithChar(const char *description) in NewPrivateNameSymbolWithChar() 1905 JSHandle<JSSymbol> ObjectFactory::NewWellKnownSymbolWithChar(const char *description) in NewWellKnownSymbolWithChar() 1911 JSHandle<JSSymbol> ObjectFactory::NewPublicSymbolWithChar(const char *description) in NewPublicSymbolWithChar() 1917 JSHandle<JSSymbol> ObjectFactory::NewSymbolWithTableWithChar(const char *description) in NewSymbolWithTableWithChar()
|
| D | dump.cpp | 2160 JSTaggedValue description = GetDescription(); in Dump() local
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …md(e);const n=r("./node_modules/color-convert/index.js"),i=(e,t)=>function(){const r=e.apply(n,arg… property
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi.cpp | 971 Local<SymbolRef> SymbolRef::New(const EcmaVM *vm, Local<StringRef> description) in New() 982 …JSTaggedValue description = JSSymbol::Cast(JSNApiHelper::ToJSTaggedValue(this).GetTaggedObject())-… in GetDescription() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_tests.cpp | 204 Local<StringRef> description = StringRef::NewFromUtf8(vm_, "test"); in HWTEST_F_L0() local
|