Add remove() to Map.

This commit is contained in:
Bob Nystrom
2015-01-25 17:42:36 -08:00
parent 0e6a90443e
commit 4579171afa
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.