assert.sameValue(arrowFn.hasOwnProperty('caller'),false,'Functions created using ArrowFunction syntactic form do not have own property "caller"');
assert.sameValue(arrowFn.hasOwnProperty('arguments'),false,'Functions created using ArrowFunction syntactic form do not have own property "arguments"');