mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-20 02:11:31 +00:00
Keep builtins in assembly.d.ts, not really stdlib
This commit is contained in:
@ -1352,6 +1352,9 @@ export class Compiler extends DiagnosticEmitter {
|
||||
sb.push(type.toString());
|
||||
}
|
||||
functionInstance = <Function | null>functionPrototype.instances.get(sb.join(","));
|
||||
if (!functionInstance) {
|
||||
// TODO: sizeof, load, store, see program.ts/initializeBuiltins
|
||||
}
|
||||
} else {
|
||||
functionInstance = (<FunctionPrototype>element).resolveInclTypeArguments(expression.typeArguments, this.currentFunction.contextualTypeArguments, expression); // reports
|
||||
}
|
||||
|
Reference in New Issue
Block a user