Home
last modified time | relevance | path

Searched refs:optResult (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/evaluate/
H A DpathResolver.cpp169 auto optResult = FindExportedEntity(path, entityName); in FindExportedEntity() local
170 if (optResult) { in FindExportedEntity()
171 return optResult; in FindExportedEntity()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
H A Ddebuggable_thread.cpp142 std::optional<RemoteObject> optResult; in Evaluate() local
145 RequestToObjectRepository([this, &bcFragment, &optResult, &optException](ObjectRepository &objectRepo) { in Evaluate()
161 optResult.emplace(objectRepo.CreateObject(result, resultTypeId)); in Evaluate()
164 return std::make_pair(optResult, optException); in Evaluate()
H A Dinspector.cpp526 auto [optResult, optExceptionObject] = it->second.Evaluate(bcFragment); in Evaluate()
531 return std::make_pair(optResult, optException); in Evaluate()

Completed in 2 milliseconds