/*global a, b:true ,c: false , d: true */ /* global w */ function f() { /*properties p*/ function g() { /*global y*/ } /*jslint browser:true, bitwise:false, maxlen:80*/ } /*property q*/ /* members x, y, z */