feat: add remove() method to Map class with native implementation and tests

This commit is contained in:
Bob Nystrom
2015-01-26 01:42:36 +00:00
parent a83205ef89
commit f647680184
7 changed files with 142 additions and 46 deletions
+1
View File
@@ -0,0 +1 @@
var result = {}.remove([]) // expect runtime error: Key must be a value type.