| Index: src/bootstrapper.cc
|
| diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc
|
| index 545d015a228a95bd3d38a2745c7f2f47ff6f66cf..7cf107ec082d7144158e2c912bb421a76ed7ce7f 100644
|
| --- a/src/bootstrapper.cc
|
| +++ b/src/bootstrapper.cc
|
| @@ -1652,6 +1652,10 @@ void Genesis::InstallExperimentalNativeFunctions() {
|
| INSTALL_NATIVE(JSFunction, "DerivedSetTrap", derived_set_trap);
|
| INSTALL_NATIVE(JSFunction, "ProxyEnumerate", proxy_enumerate);
|
| }
|
| +
|
| + if (FLAG_harmony_unscopables) {
|
| + INSTALL_NATIVE(Symbol, "symbolUnscopables", unscopables_symbol);
|
| + }
|
| }
|
|
|
| #undef INSTALL_NATIVE
|
|
|