| Index: src/contexts.h
|
| diff --git a/src/contexts.h b/src/contexts.h
|
| index 25e02cad864c29fab984653418f22acd5e598d9d..5035a4ba03eac0475dd84dde18f688b9f4f60548 100644
|
| --- a/src/contexts.h
|
| +++ b/src/contexts.h
|
| @@ -185,8 +185,7 @@ 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, ObjectHashTable, \
|
| - template_instantiations_cache) \
|
| + V(FUNCTION_CACHE_INDEX, ObjectHashTable, function_cache) \
|
| V(FUNCTION_FUNCTION_INDEX, JSFunction, function_function) \
|
| V(GENERATOR_FUNCTION_FUNCTION_INDEX, JSFunction, \
|
| generator_function_function) \
|
|
|