| Index: src/builtins.h
|
| diff --git a/src/builtins.h b/src/builtins.h
|
| index 1c6fdf8711036c11ea12ce69b8af152142ca326e..9fedc4e7e797c1b7fb811f37111877920df4e842 100644
|
| --- a/src/builtins.h
|
| +++ b/src/builtins.h
|
| @@ -116,6 +116,8 @@ inline bool operator&(BuiltinExtraArguments lhs, BuiltinExtraArguments rhs) {
|
| V(GeneratorFunctionConstructor, kTargetAndNewTarget) \
|
| V(AsyncFunctionConstructor, kTargetAndNewTarget) \
|
| \
|
| + V(GlobalDecodeURI, kNone) \
|
| + V(GlobalDecodeURIComponent, kNone) \
|
| V(GlobalEncodeURI, kNone) \
|
| V(GlobalEncodeURIComponent, kNone) \
|
| \
|
|
|