1
0
Fork 0
easejs/test/Util
Mike Gerwitz d400a4cbb1 FallbackSymbol now returns instance of self
Existing functionality is maintained using toString. This is necessary to
support type checking, and to be more consistent with the native Symbol
implementation.

Technically `new FallbackSymbol` is supposed to throw a TypeError, just as
`new Symbol` would, but doing so complicates the constructor unncessarily,
so I am not going to bother with that here.
2014-07-09 23:50:36 -04:00
..
symbol FallbackSymbol now returns instance of self 2014-07-09 23:50:36 -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
SymbolTest.js util/Symbol added 2014-07-09 00:14:24 -04:00