| Index: src/contexts.h
|
| diff --git a/src/contexts.h b/src/contexts.h
|
| index 003f1c3e18037c7061372ebe4c019721c10d59e7..e53bf88674a89a1f1a01eff4a9334093f883d588 100644
|
| --- a/src/contexts.h
|
| +++ b/src/contexts.h
|
| @@ -250,6 +250,8 @@ enum BindingFlags {
|
| V(STRING_FUNCTION_INDEX, JSFunction, string_function) \
|
| V(STRING_FUNCTION_PROTOTYPE_MAP_INDEX, Map, string_function_prototype_map) \
|
| V(SYMBOL_FUNCTION_INDEX, JSFunction, symbol_function) \
|
| + V(TYPED_ARRAY_FUN_INDEX, JSFunction, typed_array_function) \
|
| + V(TYPED_ARRAY_PROTOTYPE_INDEX, JSObject, typed_array_prototype) \
|
| V(UINT16_ARRAY_FUN_INDEX, JSFunction, uint16_array_fun) \
|
| V(UINT16X8_FUNCTION_INDEX, JSFunction, uint16x8_function) \
|
| V(UINT32_ARRAY_FUN_INDEX, JSFunction, uint32_array_fun) \
|
|
|