| Index: src/contexts.h
|
| diff --git a/src/contexts.h b/src/contexts.h
|
| index 7ec1a37e2192f4107330d4956a65684d1c9c5103..8b47bce39518a0eaec36abbe4cd1557e02b3e851 100644
|
| --- a/src/contexts.h
|
| +++ b/src/contexts.h
|
| @@ -89,6 +89,7 @@ enum BindingFlags {
|
| V(MATH_EXP_INDEX, JSFunction, math_exp) \
|
| V(MATH_FLOOR_INDEX, JSFunction, math_floor) \
|
| V(MATH_LOG_INDEX, JSFunction, math_log) \
|
| + V(MATH_ABS_INDEX, JSFunction, math_abs) \
|
| V(MATH_SQRT_INDEX, JSFunction, math_sqrt)
|
|
|
| #define NATIVE_CONTEXT_IMPORTED_FIELDS(V) \
|
|
|