| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/01.numerical_comparison_operators/ |
| D | float_comparison.sts | 16 {% for fc in float_comparison %} 19 desc: Integer comparison {{fc.xvalue}} {{fc.op}} {{fc.yvalue}} 23 let x: {{fc.xtype}} = {{fc.xvalue}}; 24 let bx: {{fc.xboxed}} = new {{fc.xboxed}}({{fc.xvalue}} as {{fc.xtype}}); 25 let y: {{fc.ytype}} = {{fc.yvalue}}; 26 let by: {{fc.yboxed}} = new {{fc.yboxed}}({{fc.yvalue}} as {{fc.ytype}}); 27 assert (x {{fc.op}} y) == {{fc.result}}; 28 assert (bx {{fc.op}} by) == {{fc.result}}; 29 assert (x {{fc.op}} by) == {{fc.result}};
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/main/ |
| D | structural_identity.sts | 78 function fC(a: IdentLibC) {} 107 fC(c); // OK 108 fC(i); // ERR, no inheritance relation 109 fC(ci); // ERR, no inheritance relation 110 fC(cc); // OK 111 fC(ii); // ERR, no inheritance relation 138 fC(dc); // ERR, no inheritance relation 139 fC(di); // ERR, no inheritance relation 140 fC(dci); // ERR, no inheritance relation 141 fC(dcc); // ERR, no inheritance relation [all …]
|
| D | instanceof.sts | 50 const fc = 3 instanceof Object; // Compile-time error
|
| /arkcompiler/ets_frontend/ets2panda/test/parser/ets/ |
| D | default_parameter8.sts | 28 fc:int=10001; 30 public setC (param:int=this.fc) : void {
|
| D | default_parameter8-expected.txt | 1003 "name": "fc", 1460 "name": "fc",
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | assembly-label.h | 29 Label(std::string s, size_t bL, size_t bR, std::string fC, bool d, size_t lN) in Label() 30 : name(std::move(s)), fileLocation({fC, bL, bR, lN, d}) in Label()
|
| D | assembly-file-location.h | 32 FileLocation(std::string &fC, size_t bL, size_t bR, size_t lN, bool d) in FileLocation() argument 33 : wholeLine(std::move(fC)), boundLeft(bL), boundRight(bR), lineNumber(lN), isDefined(d) in FileLocation()
|
| D | assembly-debug.h | 43 Ins(size_t lN, std::string &fC, size_t bL, size_t bR) in Ins() 44 : lineNumber(lN), wholeLine(std::move(fC)), boundLeft(bL), boundRight(bR) in Ins()
|
| D | assembly-record.h | 44 …Record(std::string s, ark::panda_file::SourceLang lang, size_t bL, size_t bR, std::string fC, bool… in Record() 48 fileLocation({fC, bL, bR, lN, d}) in Record()
|
| D | assembly-function.h | 106 …Function(std::string s, ark::panda_file::SourceLang lang, size_t bL, size_t bR, std::string fC, bo… in Function() 110 fileLocation({fC, bL, bR, lN, d}) in Function()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/std/core/ |
| D | EscapeUnescapeTest.sts | 31 failures += test(unescape("%E4%F6%FC") == "äöü", "äöü failed, got " + unescape("%E4%F6%FC"))
|
| /arkcompiler/runtime_core/static_core/static_linker/ |
| D | linker_context.cpp | 45 auto *fc = static_cast<panda_file::ForeignClassItem *>(item); in AddItemToKnown() local 46 auto name = GetStr(fc->GetNameItem()); in AddItemToKnown() 48 knownItems_[fc] = iter->second; in AddItemToKnown() 52 knownItems_[fc] = clz; in AddItemToKnown() 428 auto *fc = static_cast<panda_file::BaseClassItem *>(clz); in MergeForeignMethodCreate() local 433 …std::piecewise_construct, std::forward_as_tuple(fc, name, proto, access), std::forward_as_tuple(nu… in MergeForeignMethodCreate() 435 iter->second = cont_.CreateItem<panda_file::ForeignMethodItem>(fc, name, proto, access); in MergeForeignMethodCreate() 529 auto *fc = static_cast<panda_file::ForeignClassItem *>(clz); in MergeForeignFieldCreate() local 532 …_inserted] = foreignFields_.emplace(std::piecewise_construct, std::forward_as_tuple(fc, name, typ), in MergeForeignFieldCreate() 535 iter->second = cont_.CreateItem<panda_file::ForeignFieldItem>(fc, name, typ); in MergeForeignFieldCreate()
|
| /arkcompiler/runtime_core/libabckit/src/wrappers/ |
| D | pandasm_wrapper.h | 135 DebugIns(size_t ln, std::string &fc, size_t bl, size_t br) in DebugIns() 136 : lineNumber(ln), wholeLine(fc), boundLeft(bl), boundRight(br) in DebugIns()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/src/pages/codeEditor/ |
| D | ArkTSEditor.tsx | 30 const ArkTSEditor: React.FC = () => {
|
| /arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/src/pages/disasmView/ |
| D | DisasmCode.tsx | 31 const DisasmEditor: React.FC = () => {
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | newobj.yaml | 468 panda.Class fC 605 ldobj.obj v1, Z.fC 807 panda.Class fC 924 ldobj.obj v1, Z.fC
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | newobj.yaml | 312 panda.Class fC 448 ldobj.obj v1, Z.fC
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/ |
| D | assembler_x64_test.cpp | 424 // 8d 90 ff ff ff fc leal -0x3000001(%rax),%edx in HWTEST_F_L0()
|
| /arkcompiler/ets_frontend/es2panda/test/version_control/API12beta1_and_beta2/bytecode_feature/ |
| D | wide_sendable_lexical_env_supported_compile_for_higher_or_equal_to_API16beta3_asm_version-expected.txt | 2776 .function any .#~@fc=#TopLevelSendableClass253(any a0, any a1, any a2) { 5368 callruntime.definesendableclass 0xfe, .#~@fc=#TopLevelSendableClass253, _507, 0x0, v0
|
| D | wide_sendable_lexical_env_supported_compile_for_higher_or_equal_to_API12beta3_asm_version-expected.txt | 3027 .function any .#~@fc=#TopLevelSendableClass253(any a0, any a1, any a2) { 5623 callruntime.definesendableclass 0xfe, .#~@fc=#TopLevelSendableClass253, _507, 0x0, v0
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …Fc(t))&&!Ta(t)&&!(!e.length(e.filter(ec(t),G))&&!e.length(Tc(t,0)))&&!e.length(Tc(t,1))&&!R(n,u)&&… class
|
| /arkcompiler/ets_runtime/test/regresstest/ |
| D | regresstest_skip_tests.json | 1817 "mjsunit/do-not-strip-fc.js",
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| D | cocos_worker_test.js | 23704 const fc = jsb.Asset.prototype; 23705 fc._ctor = function() { 23716 Object.defineProperty(fc, "_nativeAsset", { 23724 Object.defineProperty(fc, "nativeUrl", { 23742 Object.defineProperty(fc, "refCount", { 23749 fc.addRef = function() { 23754 fc.decRef = function(t = !0) { 23760 fc.toString = function() { 23763 fc.createNode = null; 23777 var Cc, xc, wc, Rc, Ic, Mc, Bc, Dc, Pc, Oc, Nc, Lc, Fc; [all …]
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | README.md | 6668 FunctionCallScope::FunctionCallScope FC(vm_);
|