There are no attributes or fields specified.
evaluate(code, globals)
Evaluate the code given the global variables.
evaluateRawCode(code, globals)
Evaluate the code given the global variables.
However, this method does a little bit more. Sometimes (or in our case often) code might come from an uncontrolled environment, like a page template and is not properly formatted, i.e. indentation, so that some cleanup is necessary. This method does the cleanup before evaluating the code.