compiler/vmdeps

  Source   Edit

Procs

proc opMapTypeImplToAst(cache: IdentCache; t: PType; info: TLineInfo;
                        idgen: IdGenerator): PNode {.
    ...raises: [KeyError, Exception], tags: [RootEffect].}
  Source   Edit
proc opMapTypeInstToAst(cache: IdentCache; t: PType; info: TLineInfo;
                        idgen: IdGenerator): PNode {.
    ...raises: [KeyError, Exception], tags: [RootEffect].}
  Source   Edit
proc opMapTypeToAst(cache: IdentCache; t: PType; info: TLineInfo;
                    idgen: IdGenerator): PNode {....raises: [KeyError, Exception],
    tags: [RootEffect].}
  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].}
  Source   Edit