Searched refs:trueStatements_ (Results 1 – 2 of 2) sorted by relevance
144 … : UScriptStatement(STATEMENT_TYPE_IF), expression_(expression), trueStatements_(statements) {} in UScriptIfStatement()159 UScriptStatementList* trueStatements_ = nullptr; variable
273 if (trueStatements_ == nullptr) { in Execute()277 return trueStatements_->Execute(interpreter, local); in Execute()318 delete trueStatements_; in ~UScriptIfStatement()