| /arkcompiler/ets_frontend/ts2panda/tests/strictmode/ |
| D | strictmode.test.ts | 59 let funcName = jshelpers.getTextOfIdentifierOrLiteral(funcId); variable
|
| /arkcompiler/ets_frontend/es2panda/ir/statements/ |
| D | functionDeclaration.cpp | 45 const util::StringView &funcName = func_->Id()->Name(); in Check() local
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | hotfix.cpp | 132 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
|
| D | symbolTable.h | 30 std::string funcName; member
|
| /arkcompiler/ets_frontend/ts2panda/tests/statements/ |
| D | functionDeclaration.test.ts | 50 let funcName = "foo"; variable
|
| /arkcompiler/ets_frontend/ts2panda/src/ |
| D | compilerStatistics.ts | 116 private funcName: string; property in HistogramStatistics
|
| D | ts2panda.ts | 349 let funcName = pg.internalName; variable
|
| D | scope.ts | 466 private funcName: string = ""; property in FunctionScope
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/tests/ |
| D | js_pandafile_manager_test.cpp | 196 …JSHandle<JSTaggedValue> funcName = JSFunction::GetFunctionName(thread, JSHandle<JSFunctionBase>(ma… in HWTEST_F_L0() local
|
| /arkcompiler/ets_frontend/ts2panda/ts2abc/ |
| D | ts2abc.cpp | 184 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/ |
| D | js_function.cpp | 153 std::string funcName = target->ParseFunctionName(); in NameGetter() local
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_module_manager.cpp | 667 auto funcName = (moduleType == ModuleTypes::NATIVE_MODULE) ? in GetRequireNativeModuleFunc() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
| D | type_infer.cpp | 1065 auto funcName = gateAccessor_.GetValueIn(func, 1); in TypeCheck() local
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| D | containers_private.cpp | 232 JSHandle<JSTaggedValue> funcName(factory->NewFromASCII(name)); in CreateGetter() local
|
| /arkcompiler/toolchain/tooling/agent/ |
| D | debugger_impl.cpp | 1084 auto funcName = Local<FunctionRef>(value)->GetName(vm_)->ToString(); in GetLocalVariables() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins.cpp | 2791 JSHandle<JSTaggedValue> funcName(factory_->NewFromUtf8(name)); in CreateGetter() local 2802 JSHandle<JSTaggedValue> funcName(factory_->NewFromUtf8(name)); in CreateSetter() local
|