| /arkcompiler/ets_frontend/arkguard/test/grammar/class_validation/ |
| D | class_accessor.ts | 21 get fullName(): string { method in Employee 25 set fullName(newName: string) { method in Employee
|
| /arkcompiler/ets_frontend/ets2panda/linter-4.2/test/ |
| D | function_object_methods.ts | 43 fullName(): string { method in C 94 const fullName = person1.fullName.apply(person2); constant
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/ |
| D | function_object_methods.ts | 43 fullName(): string { method in C 94 const fullName = person1.fullName.apply(person2); constant
|
| /arkcompiler/ets_runtime/test/moduletest/objectgetownproperty/ |
| D | objectgetownproperty.js | 30 get fullName() { getter
|
| /arkcompiler/ets_runtime/test/moduletest/builtins/ |
| D | builtinsir.js | 38 fullName: function(city, country) { method
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | pass_manager.cpp | 74 std::string fullName = module->GetFuncName(methodLiteral, jsPandaFile); in Compile() local 232 std::string fullName = module->GetFuncName(methodLiteral, jsPandaFile); in Compile() local
|
| D | ts_inline_lowering.cpp | 169 std::string fullName = methodName + "@" + recordName + "@" + fileName; in TryInline() local 221 std::string fullName = methodName + "@" + std::string(recordName) + "@" + fileName; in InlineCall() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ETSGen.cpp | 300 auto fullName = FormClassPropReference(var); in LoadVar() local 305 …const auto fullName = FormClassPropReference(GetVRegType(GetThisReg())->AsETSObjectType(), var->Na… in LoadVar() local 338 auto fullName = FormClassPropReference(result.variable); in StoreVar() local 366 std::string fullName = classType->AssemblerName().Mutf8(); in FormClassPropReference() local 391 util::StringView fullName = FormClassPropReference(containingObjectType_, name); in StoreStaticOwnProperty() local 396 const util::StringView &fullName) in StoreStaticProperty() 408 const util::StringView &fullName) in LoadStaticProperty() 424 const auto fullName = FormClassPropReference(GetVRegType(objReg)->AsETSObjectType(), name); in StoreProperty() local 439 const util::StringView &fullName) in LoadProperty()
|
| D | ETSCompiler.cpp | 1029 …util::StringView fullName = etsg->FormClassPropReference(expr->Object()->TsType()->AsETSObjectType… in Compile() local 1052 … const auto fullName = etsg->FormClassPropReference(objectType->AsETSObjectType(), propName); in Compile() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/vmstat/ |
| D | function_call_timer.cpp | 56 CString fullName = funcName + "@" + recordName; in GetFullName() local
|
| /arkcompiler/runtime_core/static_core/tools/sampler/ |
| D | aspt_converter.cpp | 145 std::string fullName = className + "::"; in BuildMethodsMapHelper() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
| D | global_type_infer.cpp | 64 std::string fullName = module->GetFuncName(methodLiteral, jsPandaFile_); in NewTypeInfer() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/base/ |
| D | lreference.cpp | 337 …const util::StringView fullName = etsg_->FormClassPropReference(staticObjRef_->AsETSObjectType(), … in SetValue() local
|
| /arkcompiler/ets_runtime/ecmascript/require/ |
| D | js_cjs_module.cpp | 130 CString fullName = ConvertToString(filename.GetTaggedValue()); in Load() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| D | clone.cpp | 113 std::string fullName = originalFunction.GetBaseClassName(); in CloneFunction() local
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | module_path_helper.cpp | 419 CString fullName = jsPandaFile->GetJSPandaFileDesc(); in ResolveCurrentPath() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_context.cpp | 392 CString fullName = ConvertToString(filename.GetTaggedValue()); in CJSExecution() local
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | assembly-parser.cpp | 2536 static std::string GetFuncNameWithoutArgs(const std::string &fullName) in GetFuncNameWithoutArgs()
|