8013325: function named 'arguments' should set DEFINES_ARGUMENTS flag in its parent, not itself
Reviewed-by: hannesw, sundar
99world1undefinedundefinedhelloScoping OKfunction cake() { print('moist and delicious!'); }moist and delicious!function cookie() { print('sweet and crunchy!'); }sweet and crunchy!