Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -920,6 +920,7 @@ class UI5Handler extends FunctionNode {
/**
* Models controller references in event handlers as types
*/
overlay[local?]
class ControlTypeInHandlerModel extends ModelInput::TypeModel {
override DataFlow::CallNode getASource(string type) {
// oEvent.getSource() is of the type of the Control calling the handler
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class XSJSDollarNamespace extends GlobalVarRefNode {
/**
* `TypeModel` for `XSJSDollarNamespace`.
*/
overlay[local?]
class XSJSDollarTypeModel extends ModelInput::TypeModel {
override DataFlow::Node getASource(string type) {
type = "XsjsDollar" and
Expand Down
Loading