Searched refs:screenGlobalFunctions (Results 1 – 3 of 3) sorted by relevance
115 enum ErrorCode screenGlobalFunctions(Script &pScript);
121 if (mCompiler.screenGlobalFunctions(pScript) != Compiler::kSuccess) { in compileScript()
489 enum Compiler::ErrorCode Compiler::screenGlobalFunctions(Script &script) { in screenGlobalFunctions() function in Compiler