!27089 Fix debug info incomplete when parse class instance

Merge pull request !27089 from huanghui/fix-class-install-resolve
This commit is contained in:
i-robot 2021-12-02 08:14:29 +00:00 committed by Gitee
commit a2ad64e94f
1 changed files with 1 additions and 0 deletions

View File

@ -1264,6 +1264,7 @@ class CreateInstanceEvaluator : public TransitionPrimEvaluator {
}
// Process the object.
TraceGuard guard(std::make_shared<TraceResolve>(out_conf->node()->debug_info()));
ValuePtr converted_ret = nullptr;
bool converted = parse::ConvertData(obj, &converted_ret, true);
if (!converted) {