Keys returns a list of all existing property keys. There are no checks for duplicates or to make sure that the order conforms to https://262.ecma-international.org/#sec-ordinaryownpropertykeys
()
| 28 | // Keys returns a list of all existing property keys. There are no checks for duplicates or to make sure |
| 29 | // that the order conforms to https://262.ecma-international.org/#sec-ordinaryownpropertykeys |
| 30 | Keys() []string |
| 31 | } |
| 32 | |
| 33 | /* |
no outgoing calls