To create a new primitive symbol, you write new Symbol() with an optional string as its description.
NOTE: Unlike plain JavaScript, in Haxe new Symbol() syntax is used, however Symbol(...) expression
will be generated as required by JavaScript specification.