Closed nickva closed 4 weeks ago
In SpiderMonkey 1.8.5 allow this type of syntax:
foo : function(doc){emit(doc._id, 1);}
While later versions started throwing a compilation error.
In SpiderMonkey 1.8.5 allow this type of syntax:
While later versions started throwing a compilation error.