Searched defs:script_text (Results 1 – 2 of 2) sorted by relevance
260 AnfNodePtr FunctionBlock::MakeInterpret(const std::string &script_text, const AnfNodePtr &global_di… in MakeInterpret()
1836 const auto script_text = py::cast<std::string>(ast()->GetAstNodeText(value_object)); in HandleInterpret() local