Chromium Code Reviews| Index: src/runtime.js |
| diff --git a/src/runtime.js b/src/runtime.js |
| index 4b600df7360b3431f9a3834937a022e35d1a4648..61deb9baa0cf39fc3ddc42fb2ea4c5f893debbe3 100644 |
| --- a/src/runtime.js |
| +++ b/src/runtime.js |
| @@ -48,6 +48,7 @@ const $Number = global.Number; |
| const $Function = global.Function; |
| const $Boolean = global.Boolean; |
| const $NaN = 0/0; |
| +const builtins = this; |
| // ECMA-262 Section 11.9.3. |
| function EQUALS(y) { |