(context)
| 248 | } |
| 249 | |
| 250 | #isHyperscriptContext(context) { |
| 251 | return context instanceof Context; |
| 252 | } |
| 253 | |
| 254 | resolveSymbol(str, context, type, targetElement) { |
| 255 | if (str === "me" || str === "my" || str === "I") return context.me; |
no outgoing calls
no test coverage detected