Index: src/transitions-inl.h |
diff --git a/src/transitions-inl.h b/src/transitions-inl.h |
index ca25b5bac0710fef1cf4a2bd6e9bce34ac10cd39..f507af105ceaf17b43cf84b9d55db4adc0979142 100644 |
--- a/src/transitions-inl.h |
+++ b/src/transitions-inl.h |
@@ -112,6 +112,9 @@ bool TransitionArray::IsSpecialTransition(Name* name) { |
return name == heap->nonextensible_symbol() || |
name == heap->sealed_symbol() || name == heap->frozen_symbol() || |
name == heap->elements_transition_symbol() || |
+ name == heap->sloppy_function_symbol() || |
+ name == heap->strict_function_symbol() || |
+ name == heap->strong_function_symbol() || |
name == heap->observed_symbol(); |
} |
#endif |