| Index: src/contexts.h
|
| diff --git a/src/contexts.h b/src/contexts.h
|
| index 6640854d51b9983f00f445cada2826e7a26189b4..2978012d17d36328346934d7ee2280e5744b668e 100644
|
| --- a/src/contexts.h
|
| +++ b/src/contexts.h
|
| @@ -172,8 +172,10 @@ enum BindingFlags {
|
| V(FLOAT32_ARRAY_FUN_INDEX, JSFunction, float32_array_fun) \
|
| V(FLOAT32X4_FUNCTION_INDEX, JSFunction, float32x4_function) \
|
| V(FLOAT64_ARRAY_FUN_INDEX, JSFunction, float64_array_fun) \
|
| - V(TEMPLATE_INSTANTIATIONS_CACHE_INDEX, UnseededNumberDictionary, \
|
| - template_instantiations_cache) \
|
| + V(FAST_TEMPLATE_INSTANTIATIONS_CACHE_INDEX, FixedArray, \
|
| + fast_template_instantiations_cache) \
|
| + V(SLOW_TEMPLATE_INSTANTIATIONS_CACHE_INDEX, UnseededNumberDictionary, \
|
| + slow_template_instantiations_cache) \
|
| V(FUNCTION_FUNCTION_INDEX, JSFunction, function_function) \
|
| V(GENERATOR_FUNCTION_FUNCTION_INDEX, JSFunction, \
|
| generator_function_function) \
|
|
|