# Helpers
# The options
-parameter
In addition to the parameters used in the helper-call, an options
-object is passed to the helper as additional
parameter.
lookupProperty(object, propertyName)
: a function that returns an "own property" of an object. Whitelists specified inallowedProtoProperties
andallowedProtoMethods
are respected by this function. Example:TODO: Describe all options that are passed to helpers