Home
last modified time | relevance | path

Searched defs:funcName (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/tests/strictmode/
Dstrictmode.test.ts59 let funcName = jshelpers.getTextOfIdentifierOrLiteral(funcId); variable
/arkcompiler/ets_frontend/es2panda/ir/statements/
DfunctionDeclaration.cpp45 const util::StringView &funcName = func_->Id()->Name(); in Check() local
/arkcompiler/ets_frontend/es2panda/util/
Dhotfix.cpp132 bool Hotfix::IsAnonymousOrDuplicateNameFunction(const std::string &funcName) in IsAnonymousOrDuplicateNameFunction()
263 auto funcName = scope->AsFunctionVariableScope()->InternalName(); in IsScopeValidToPatchLexical() local
434 bool Hotfix::CompareLexenv(const std::string &funcName, const compiler::PandaGen *pg, in CompareLexenv()
496 std::string funcName = func->name; in HandleFunction() local
DsymbolTable.h30 std::string funcName; member
/arkcompiler/ets_frontend/ts2panda/tests/statements/
DfunctionDeclaration.test.ts50 let funcName = "foo"; variable
/arkcompiler/ets_frontend/ts2panda/src/
DcompilerStatistics.ts116 private funcName: string; property in HistogramStatistics
Dts2panda.ts349 let funcName = pg.internalName; variable
Dscope.ts466 private funcName: string = ""; property in FunctionScope
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_manager_test.cpp196 …JSHandle<JSTaggedValue> funcName = JSFunction::GetFunctionName(thread, JSHandle<JSFunctionBase>(ma… in HWTEST_F_L0() local
/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc.cpp184 static bool IsFuncMain0(std::string funcName) in IsFuncMain0()
524 std::string funcName = ""; in GetFunctionDefintion() local
763 std::string funcName = ""; in ParseFunctionExportedType() local
790 std::string funcName = ""; in ParseFunctionDeclaredType() local
/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp153 std::string funcName = target->ParseFunctionName(); in NameGetter() local
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_manager.cpp667 auto funcName = (moduleType == ModuleTypes::NATIVE_MODULE) ? in GetRequireNativeModuleFunc() local
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dtype_infer.cpp1065 auto funcName = gateAccessor_.GetValueIn(func, 1); in TypeCheck() local
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_private.cpp232 JSHandle<JSTaggedValue> funcName(factory->NewFromASCII(name)); in CreateGetter() local
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1084 auto funcName = Local<FunctionRef>(value)->GetName(vm_)->ToString(); in GetLocalVariables() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp2791 JSHandle<JSTaggedValue> funcName(factory_->NewFromUtf8(name)); in CreateGetter() local
2802 JSHandle<JSTaggedValue> funcName(factory_->NewFromUtf8(name)); in CreateSetter() local