Home
last modified time | relevance | path

Searched defs:fullName (Results 1 – 18 of 18) sorted by relevance

/arkcompiler/ets_frontend/arkguard/test/grammar/class_validation/
Dclass_accessor.ts21 get fullName(): string { method in Employee
25 set fullName(newName: string) { method in Employee
/arkcompiler/ets_frontend/ets2panda/linter-4.2/test/
Dfunction_object_methods.ts43 fullName(): string { method in C
94 const fullName = person1.fullName.apply(person2); constant
/arkcompiler/ets_frontend/ets2panda/linter/test/
Dfunction_object_methods.ts43 fullName(): string { method in C
94 const fullName = person1.fullName.apply(person2); constant
/arkcompiler/ets_runtime/test/moduletest/objectgetownproperty/
Dobjectgetownproperty.js30 get fullName() { getter
/arkcompiler/ets_runtime/test/moduletest/builtins/
Dbuiltinsir.js38 fullName: function(city, country) { method
/arkcompiler/ets_runtime/ecmascript/compiler/
Dpass_manager.cpp74 std::string fullName = module->GetFuncName(methodLiteral, jsPandaFile); in Compile() local
232 std::string fullName = module->GetFuncName(methodLiteral, jsPandaFile); in Compile() local
Dts_inline_lowering.cpp169 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/
DETSGen.cpp300 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()
DETSCompiler.cpp1029 …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/
Dfunction_call_timer.cpp56 CString fullName = funcName + "@" + recordName; in GetFullName() local
/arkcompiler/runtime_core/static_core/tools/sampler/
Daspt_converter.cpp145 std::string fullName = className + "::"; in BuildMethodsMapHelper() local
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dglobal_type_infer.cpp64 std::string fullName = module->GetFuncName(methodLiteral, jsPandaFile_); in NewTypeInfer() local
/arkcompiler/ets_frontend/ets2panda/compiler/base/
Dlreference.cpp337 …const util::StringView fullName = etsg_->FormClassPropReference(staticObjRef_->AsETSObjectType(), … in SetValue() local
/arkcompiler/ets_runtime/ecmascript/require/
Djs_cjs_module.cpp130 CString fullName = ConvertToString(filename.GetTaggedValue()); in Load() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dclone.cpp113 std::string fullName = originalFunction.GetBaseClassName(); in CloneFunction() local
/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_path_helper.cpp419 CString fullName = jsPandaFile->GetJSPandaFileDesc(); in ResolveCurrentPath() local
/arkcompiler/ets_runtime/ecmascript/
Decma_context.cpp392 CString fullName = ConvertToString(filename.GetTaggedValue()); in CJSExecution() local
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-parser.cpp2536 static std::string GetFuncNameWithoutArgs(const std::string &fullName) in GetFuncNameWithoutArgs()