| Index: src/runtime.h
|
| diff --git a/src/runtime.h b/src/runtime.h
|
| index 0bdc81179241352dd2e71948d390d4a10b22f018..aedea2ffc0fc6a62d7662af8e6da4fa6f2cfab48 100644
|
| --- a/src/runtime.h
|
| +++ b/src/runtime.h
|
| @@ -333,9 +333,8 @@ namespace internal {
|
| F(SetIsObserved, 2, 1) \
|
| F(SetObserverDeliveryPending, 0, 1) \
|
| F(GetObservationState, 0, 1) \
|
| - F(CreateObjectHashTable, 0, 1) \
|
| - F(ObjectHashTableGet, 2, 1) \
|
| - F(ObjectHashTableSet, 3, 1) \
|
| + F(ObservationWeakMapCreate, 0, 1) \
|
| + F(UnwrapGlobalProxy, 1, 1) \
|
| \
|
| /* Statements */ \
|
| F(NewClosure, 3, 1) \
|
|
|