Home
last modified time | relevance | path

Searched defs:fullName (Results 1 – 9 of 9) 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_runtime/test/moduletest/builtins/
Dbuiltinsir.js38 fullName: function(city, country) { method
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
Dfunction_call_timer.cpp56 CString fullName = funcName + "@" + recordName; in GetFullName() local
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dglobal_type_infer.cpp63 std::string fullName = module->GetFuncName(methodLiteral, jsPandaFile_); in NewTypeInfer() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dpass_manager.cpp87 std::string fullName = module->GetFuncName(methodLiteral, jsPandaFile); in Compile() local
Dts_inline_lowering.cpp134 std::string fullName = methodName + "@" + recordName + "@" + fileName; in TryInline() local
189 std::string fullName = methodName + "@" + std::string(recordName) + "@" + fileName; in InlineCall() local
/arkcompiler/ets_runtime/ecmascript/require/
Djs_cjs_module.cpp130 CString fullName = ConvertToString(filename.GetTaggedValue()); in Load() local
/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_path_helper.cpp420 CString fullName = jsPandaFile->GetJSPandaFileDesc(); in ResolveCurrentPath() local
/arkcompiler/ets_runtime/ecmascript/
Decma_context.cpp323 CString fullName = ConvertToString(filename.GetTaggedValue()); in CJSExecution() local