Lines Matching refs:script_error
1881 StructuredData::ObjectSP implementor_sp, Event *event, bool &script_error) { in ScriptedThreadPlanExplainsStop() argument
1890 generic->GetValue(), "explains_stop", event, script_error); in ScriptedThreadPlanExplainsStop()
1891 if (script_error) in ScriptedThreadPlanExplainsStop()
1898 StructuredData::ObjectSP implementor_sp, Event *event, bool &script_error) { in ScriptedThreadPlanShouldStop() argument
1907 generic->GetValue(), "should_stop", event, script_error); in ScriptedThreadPlanShouldStop()
1908 if (script_error) in ScriptedThreadPlanShouldStop()
1915 StructuredData::ObjectSP implementor_sp, bool &script_error) { in ScriptedThreadPlanIsStale() argument
1924 nullptr, script_error); in ScriptedThreadPlanIsStale()
1925 if (script_error) in ScriptedThreadPlanIsStale()
1932 StructuredData::ObjectSP implementor_sp, bool &script_error) { in ScriptedThreadPlanGetRunState() argument
1941 generic->GetValue(), "should_step", nullptr, script_error); in ScriptedThreadPlanGetRunState()
1942 if (script_error) in ScriptedThreadPlanGetRunState()