Searched refs:aGlobal (Results 1 – 2 of 2) sorted by relevance
219 var aGlobal = false; variable221 aGlobal = false;223 aGlobal = false;225 aGlobal = false;227 aGlobal = false;229 aGlobal = false;
227 PASS 'use strict'; try { throw 1; } catch (e) { aGlobal = true; } is true228 PASS 'use strict'; (function () { try { throw 1; } catch (e) { aGlobal = true; }})(); aGlobal; is t…229 PASS (function () {'use strict'; try { throw 1; } catch (e) { aGlobal = true; }})(); aGlobal; is t…230 PASS try { throw 1; } catch (e) { aGlobal = true; } is true231 PASS (function () { try { throw 1; } catch (e) { aGlobal = true; }})(); aGlobal; is true232 PASS (function () {try { throw 1; } catch (e) { aGlobal = true; }})(); aGlobal; is true