| Index: src/runtime.h
|
| diff --git a/src/runtime.h b/src/runtime.h
|
| index dc780e6684a87f70e2c060edd19c70bd7546df13..5d99b3bcfd01304f634645284532f88010dbe97d 100644
|
| --- a/src/runtime.h
|
| +++ b/src/runtime.h
|
| @@ -296,6 +296,17 @@ namespace internal {
|
| F(GetConstructTrap, 1, 1) \
|
| F(Fix, 1, 1) \
|
| \
|
| + /* Harmony sets */ \
|
| + F(SetInitialize, 1, 1) \
|
| + F(SetAdd, 2, 1) \
|
| + F(SetHas, 2, 1) \
|
| + F(SetDelete, 2, 1) \
|
| + \
|
| + /* Harmony maps */ \
|
| + F(MapInitialize, 1, 1) \
|
| + F(MapGet, 2, 1) \
|
| + F(MapSet, 3, 1) \
|
| + \
|
| /* Harmony weakmaps */ \
|
| F(WeakMapInitialize, 1, 1) \
|
| F(WeakMapGet, 2, 1) \
|
|
|