Home
last modified time | relevance | path

Searched refs:aGlobal (Results 1 – 2 of 2) sorted by relevance

/external/v8/test/webkit/fast/js/
Dbasic-strict-mode.js219 var aGlobal = false; variable
221 aGlobal = false;
223 aGlobal = false;
225 aGlobal = false;
227 aGlobal = false;
229 aGlobal = false;
Dbasic-strict-mode-expected.txt227 PASS 'use strict'; try { throw 1; } catch (e) { aGlobal = true; } is true
228 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 true
231 PASS (function () { try { throw 1; } catch (e) { aGlobal = true; }})(); aGlobal; is true
232 PASS (function () {try { throw 1; } catch (e) { aGlobal = true; }})(); aGlobal; is true