| Index: src/runtime.js
|
| diff --git a/src/runtime.js b/src/runtime.js
|
| index b6fe69d8c718af9a74f49ddc39ac4732b44eeeef..108b928ea84fb09018505ff8987b026999b712fb 100644
|
| --- a/src/runtime.js
|
| +++ b/src/runtime.js
|
| @@ -392,13 +392,6 @@ function INSTANCE_OF(F) {
|
| }
|
|
|
|
|
| -// Get an array of property keys for the given object. Used in
|
| -// for-in statements.
|
| -function GET_KEYS() {
|
| - return %GetPropertyNames(this);
|
| -}
|
| -
|
| -
|
| // Filter a given key against an object by checking if the object
|
| // has a property with the given key; return the key as a string if
|
| // it has. Otherwise returns 0 (smi). Used in for-in statements.
|
|
|