(context)
| 2286 | return ["meta", "it", "result", "locals", "event", "target", "detail", "sender", "body"].includes(str); |
| 2287 | } |
| 2288 | #isHyperscriptContext(context) { |
| 2289 | return context instanceof Context; |
| 2290 | } |
| 2291 | resolveSymbol(str, context, type, targetElement) { |
| 2292 | if (str === "me" || str === "my" || str === "I") return context.me; |
| 2293 | if (str === "it" || str === "its") return context.beingTested ?? context.result; |
no outgoing calls
no test coverage detected