File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
ui5/lib/advanced_security/javascript/frameworks/ui5
xsjs/lib/advanced_security/javascript/frameworks/xsjs Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -920,6 +920,7 @@ class UI5Handler extends FunctionNode {
920920/**
921921 * Models controller references in event handlers as types
922922 */
923+ overlay [ local?]
923924class ControlTypeInHandlerModel extends ModelInput:: TypeModel {
924925 override DataFlow:: CallNode getASource ( string type ) {
925926 // oEvent.getSource() is of the type of the Control calling the handler
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ class XSJSDollarNamespace extends GlobalVarRefNode {
1414/**
1515 * `TypeModel` for `XSJSDollarNamespace`.
1616 */
17+ overlay [ local?]
1718class XSJSDollarTypeModel extends ModelInput:: TypeModel {
1819 override DataFlow:: Node getASource ( string type ) {
1920 type = "XsjsDollar" and
You can’t perform that action at this time.
0 commit comments