(str)
| 244 | // ================================================================= |
| 245 | |
| 246 | #isReservedWord(str) { |
| 247 | return ["meta", "it", "result", "locals", "event", "target", "detail", "sender", "body"].includes(str) |
| 248 | } |
| 249 | |
| 250 | #isHyperscriptContext(context) { |
| 251 | return context instanceof Context; |
no outgoing calls
no test coverage detected