Home
last modified time | relevance | path

Searched refs:CreateForStatement (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/update/updater/services/script/script_interpreter/
H A Dscript_statement.h106 static UScriptStatement* CreateForStatement(UScriptExpression *before,
H A Dscript_yacc.y345 $$ = UScriptStatement::CreateForStatement($3,$5,$7,$9);
H A Dscript_statement.cpp109 UScriptStatement* UScriptStatement::CreateForStatement(UScriptExpression *before, in CreateForStatement() function in Uscript::UScriptStatement