vmdeps

Source   Edit  

Procs

proc opMapTypeImplToAst(cache: IdentCache; t: PType; info: TLineInfo;
                        idgen: IdGenerator): PNode {.
    ...raises: [KeyError, Exception], tags: [RootEffect], forbids: [].}
Source   Edit  
proc opMapTypeInstToAst(cache: IdentCache; t: PType; info: TLineInfo;
                        idgen: IdGenerator): PNode {.
    ...raises: [KeyError, Exception], tags: [RootEffect], forbids: [].}
Source   Edit  
proc opMapTypeToAst(cache: IdentCache; t: PType; info: TLineInfo;
                    idgen: IdGenerator): PNode {....raises: [KeyError, Exception],
    tags: [RootEffect], forbids: [].}
Source   Edit  
proc opSlurp(file: string; info: TLineInfo; module: PSym; conf: ConfigRef): string {....raises: [
    OSError, KeyError, Exception, ValueError, IOError, ERecoverableError], tags: [
    ReadDirEffect, ReadIOEffect, RootEffect, WriteIOEffect, ReadEnvEffect],
    forbids: [].}
Source   Edit