Chromium Code Reviews| Index: src/builtins.h |
| diff --git a/src/builtins.h b/src/builtins.h |
| index 44143514111bc4b2bc12e552dad19293abc7f244..14961ac18fef2b8eb7590d21b08a8faf75436d01 100644 |
| --- a/src/builtins.h |
| +++ b/src/builtins.h |
| @@ -115,6 +115,9 @@ inline bool operator&(BuiltinExtraArguments lhs, BuiltinExtraArguments rhs) { |
| \ |
| V(GeneratorFunctionConstructor, kTargetAndNewTarget) \ |
| \ |
| + V(GlobalEncodeURI, kNone) \ |
| + V(GlobalEncodeURIComponent, kNone) \ |
| + \ |
| V(GlobalEval, kTarget) \ |
| \ |
| V(MathAcos, kNone) \ |