mergeCallSuper

Merge b flow analysis results into a.

pure nothrow
bool
mergeCallSuper
(
ref CSX a
,
const CSX b
)

Parameters

a CSX

the path to merge b into

b CSX

the other path

Return Value

Type: bool

false means one of the paths skips construction

Suggestion Box / Bug Report