Chromium Code Reviews| Index: src/bootstrapper.cc |
| =================================================================== |
| --- src/bootstrapper.cc (revision 8778) |
| +++ src/bootstrapper.cc (working copy) |
| @@ -1309,6 +1309,7 @@ |
| void Genesis::InstallExperimentalNativeFunctions() { |
| if (FLAG_harmony_proxies) { |
| + INSTALL_NATIVE(JSFunction, "DerivedHasTrap", derived_has_trap); |
| INSTALL_NATIVE(JSFunction, "DerivedGetTrap", derived_get_trap); |
| INSTALL_NATIVE(JSFunction, "DerivedSetTrap", derived_set_trap); |
| } |