Home
last modified time | relevance | path

Searched defs:varName (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/es2panda/util/
H A Dconcurrent.cpp54 ss << "Concurrent function should only use import variable or local variable, '" << varName in ThrowInvalidConcurrentFunction() local
41 ThrowInvalidConcurrentFunction(const lexer::LineIndex &lineIndex, const ir::AstNode *expr, ConcurrentInvalidFlag errFlag, util::StringView varName) ThrowInvalidConcurrentFunction() argument
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
H A Dtest_util.cpp37 int32_t TestUtil::GetValueRegister(Method *method, const char *varName, uint32_t offset) in GetValueRegister() argument
/arkcompiler/toolchain/tooling/backend/
H A Ddebugger_executor.cpp59 std::string varName = Local<StringRef>(name)->ToString(vm); in DebuggerGetValue() local
84 std::string varName = StringRef::Cast(*name)->ToString(vm); in DebuggerSetValue() local
155 std::string varName = name->ToString(vm); in SetLocalValue() local
183 std::string varName = name->ToString(vm); in SetLexicalValue() local
201 std::string varName = name->ToString(vm); SetGlobalValue() local
210 std::string varName = name->ToString(vm); GetModuleValue() local
227 std::string varName = name->ToString(vm); SetModuleValue() local
[all...]
/arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/
H A DdebugInfoDeserializer.cpp39 std::string GetVarDeclSourceCode(std::string_view varName, DebugInfoDeserializer::RegisterNumber regNumber, in GetVarDeclSourceCode() argument
56 std::string GetVarUpdateSourceCode(std::string_view varName, DebugInfoDeserializer::RegisterNumber regNumber, in GetVarUpdateSourceCode() argument
61 << varName << ')'; in GetVarUpdateSourceCode() local
/arkcompiler/ets_runtime/ecmascript/debugger/
H A Djs_debugger_manager.h158 void NotifyScopeUpdated(std::string_view varName, Local<JSValueRef> value, const std::string& scope) in NotifyScopeUpdated() argument
H A Ddebugger_api.cpp474 std::string varName = EcmaStringAccessor(localName).ToStdString(); in GetImportModule() local
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
H A DdeclgenEts2Ts.cpp655 const auto varName = symbol->Name().Mutf8(); in GenGlobalVarDeclaration() local
/arkcompiler/toolchain/tooling/agent/
H A Ddebugger_impl.cpp1848 Local<JSValueRef> varName = StringRef::NewFromUtf8(vm_, name.c_str()); in GetClosureScopeChains() local
1925 std::string varName = localVariableInfo.name; in GetLocalVariables() local
1965 bool DebuggerImpl::IsVariableSkipped(const std::string &varName) in IsVariableSkipped() argument
1989 UpdateScopeObject(const FrameHandler *frameHandler, std::string_view varName, Local<JSValueRef> newVal, const std::string& scope) UpdateScopeObject() argument
2034 std::string varName = expression; CmptEvaluateValue() local
[all...]
/arkcompiler/ets_frontend/es2panda/parser/transformer/
H A Dtransformer.cpp445 auto varName = CreateNewVariable(false); in VisitClassExpression() local
1346 util::StringView varName = CreateNewVariable(false); in CreateVariableDeclarationForDecorators() local
1355 util::StringView varName = CreateNewVariable(false); in CreateVariableDeclarationForDecorators() local
1365 util::StringView varName in CreateVariableDeclarationForDecorators() local
1374 util::StringView varName = CreateNewVariable(false); CreateVariableDeclarationForDecorators() local
1383 util::StringView varName = CreateNewVariable(false); CreateVariableDeclarationForDecorators() local
1505 util::StringView varName = CreateNewVariable(false); CreateMethodDecorators() local
[all...]
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dhelpers.cpp702 void ETSChecker::CheckEnumType(ir::Expression *init, checker::Type *initType, const util::StringView &varName) in CheckEnumType() argument
724 const util::StringView &varName = ident->Name(); in CheckVariableDeclaration() local

Completed in 17 milliseconds