Home | History | Annotate | Download | only in harmony

Lines Matching refs:keys2

1171   ownKeys() { return this.keys2() },
1172 keys2() { return ["throw", "function "] }
1176 ownKeys() { return this.keys2() },
1177 keys2() { return ["throw", "function "] },
1226 ownKeys() { return this.keys2() },
1227 keys2() { throw "myexn" }