(str)
| 2283 | // Symbol and property resolution |
| 2284 | // ================================================================= |
| 2285 | #isReservedWord(str) { |
| 2286 | return ["meta", "it", "result", "locals", "event", "target", "detail", "sender", "body"].includes(str); |
| 2287 | } |
| 2288 | #isHyperscriptContext(context) { |
| 2289 | return context instanceof Context; |
| 2290 | } |
no outgoing calls
no test coverage detected