| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index 1f6c42630b89d81fcb73b6c7ae85ca0e910111a1..56fa53f1fc337ce1e1dc018c4b2f89329e1fb858 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -118,7 +118,10 @@ namespace internal {
|
| F(WeakCollectionHas, 3, 1) \
|
| F(WeakCollectionDelete, 3, 1) \
|
| F(WeakCollectionSet, 4, 1) \
|
| - F(GetWeakSetValues, 2, 1)
|
| + F(GetWeakSetValues, 2, 1) \
|
| + F(WeakRefInitialize, 4, 1) \
|
| + F(WeakRefValue, 1, 1) \
|
| + F(WeakRefClear, 1, 1)
|
|
|
| #define FOR_EACH_INTRINSIC_COMPILER(F) \
|
| F(CompileLazy, 1, 1) \
|
|
|