checkout trunk

This commit is contained in:
satotake 2021-11-08 11:13:17 +00:00 committed by GitHub
parent c8f7a98d74
commit b8340b47c6
5 changed files with 31 additions and 48 deletions

View file

@ -1084,7 +1084,9 @@ define_builtins! {
7 DICT_INSERT: "insert"
8 DICT_LEN: "len"
9 DICT_TEST_HASH: "#hashTestOnly" // for testing the hash function ONLY
// This should not be exposed to users, its for testing the
// hash function ONLY
9 DICT_TEST_HASH: "hashTestOnly"
10 DICT_REMOVE: "remove"
11 DICT_CONTAINS: "contains"