Lines Matching refs:script_error
1758 StructuredData::ObjectSP implementor_sp, Event *event, bool &script_error) { in ScriptedThreadPlanExplainsStop() argument
1767 generic->GetValue(), "explains_stop", event, script_error); in ScriptedThreadPlanExplainsStop()
1768 if (script_error) in ScriptedThreadPlanExplainsStop()
1775 StructuredData::ObjectSP implementor_sp, Event *event, bool &script_error) { in ScriptedThreadPlanShouldStop() argument
1784 generic->GetValue(), "should_stop", event, script_error); in ScriptedThreadPlanShouldStop()
1785 if (script_error) in ScriptedThreadPlanShouldStop()
1792 StructuredData::ObjectSP implementor_sp, bool &script_error) { in ScriptedThreadPlanIsStale() argument
1801 nullptr, script_error); in ScriptedThreadPlanIsStale()
1802 if (script_error) in ScriptedThreadPlanIsStale()
1809 StructuredData::ObjectSP implementor_sp, bool &script_error) { in ScriptedThreadPlanGetRunState() argument
1818 generic->GetValue(), "should_step", nullptr, script_error); in ScriptedThreadPlanGetRunState()
1819 if (script_error) in ScriptedThreadPlanGetRunState()