Hide Dict.hashTestOnly

This commit is contained in:
satotake 2021-11-07 12:30:04 +00:00 committed by GitHub
parent f3ee0bef40
commit a12b75192e
3 changed files with 18 additions and 19 deletions

View file

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