new CodeGenerationResults(): CodeGenerationResultsReturns:
<CodeGenerationResults>map{Map<Module, RuntimeSpecMap<CodeGenerationResult, CodeGenerationResult>>}
M
add
add(module, runtime, result): voidAttributes
Returns:
{void}
M
get
get(module, runtime): CodeGenerationResultAttributes
module:
<Module>runtime:
{RuntimeSpec}
Returns:
{CodeGenerationResult}
getData(module, runtime, key): anyAttributes
Returns:
<any>getHash(module, runtime): stringAttributes
module:
<Module>runtime:
{RuntimeSpec}
Returns:
<string>getRuntimeRequirements(module, runtime): ReadonlySet<string> | nullAttributes
module:
<Module>runtime:
{RuntimeSpec}
Returns:
{ReadonlySet
|null}
getSource(module, runtime, sourceType): SourceAttributes
Returns:
<Source>M
has
has(module, runtime): booleanAttributes
module:
<Module>runtime:
{RuntimeSpec}
Returns:
<boolean>