1
0
Fork 0
easejs/test/Util
Mike Gerwitz 2f615fbe68 FallbackSymbol added
This is the closest we will get to implementing a concept similar to symbols
in pre-ES6. The intent is that, in an ES5 environment, the caller should
ensure that the object receiving this key will mark it as non-enumerable.
Otherwise, we're out of luck.

The symbol string is pseduo-randomly generated with an attempt to reduce the
likelihood of field collisions and malicious Math.{floor,random} overwrites
(so long as they are clean at the time of loading the module).
2014-07-09 00:14:24 -04:00
..
symbol FallbackSymbol added 2014-07-09 00:14:24 -04:00
AbstractTest.js [copyright] Copyright assignment to the FSF 2014-04-09 19:05:07 -04:00
CloneTest.js [copyright] Copyright assignment to the FSF 2014-04-09 19:05:07 -04:00
CopyTest.js GNU ease.js and test cases now compile in strict mode 2014-05-04 22:17:28 -04:00
DefineSecurePropTest.js [copyright] Copyright assignment to the FSF 2014-04-09 19:05:07 -04:00
GetPropertyDescriptorTest.js [copyright] Copyright assignment to the FSF 2014-04-09 19:05:07 -04:00
GlobalTest.js Added Global prototype 2014-06-11 23:08:48 -04:00
IndexTest.js Added Global prototype 2014-06-11 23:08:48 -04:00
PropParseKeywordsTest.js [copyright] Copyright assignment to the FSF 2014-04-09 19:05:07 -04:00
PropParseTest.js GNU ease.js and test cases now compile in strict mode 2014-05-04 22:17:28 -04:00