| Index: src/runtime.h
|
| diff --git a/src/runtime.h b/src/runtime.h
|
| index 824c7a0078d1dcd8aadb9eaff9aabe29a1473c5c..f8a40853b9dbdbb4e8d169859f0a1261b5f0ca4d 100644
|
| --- a/src/runtime.h
|
| +++ b/src/runtime.h
|
| @@ -320,6 +320,11 @@ namespace internal {
|
| /* Harmony observe */ \
|
| F(IsObserved, 1, 1) \
|
| F(SetIsObserved, 2, 1) \
|
| + F(GetObservationState, 0, 1) \
|
| + F(CreateObjectHashTable, 0, 1) \
|
| + F(ObjectHashTableGet, 2, 1) \
|
| + F(ObjectHashTableSet, 3, 1) \
|
| + F(ObjectHashTableHas, 2, 1) \
|
| \
|
| /* Statements */ \
|
| F(NewClosure, 3, 1) \
|
|
|