Structs§
- Build
Result - Build result (graph + warnings)
Enums§
- Build
Error - Build error
- Build
Warning - Build warning
Functions§
- build_
graph - Convert Program (AST) to PatchGraph.
- build_
graph_ with_ code_ files - Convert Program (AST) to PatchGraph (with Abstraction registry + code files).
- build_
graph_ with_ objdb - Convert Program (AST) to PatchGraph (with all parameters).
- build_
graph_ with_ registry - Convert Program (AST) to PatchGraph (with Abstraction registry).
- build_
graph_ with_ registry_ and_ warnings - Convert Program (AST) to PatchGraph + warnings (with Abstraction registry).
- build_
graph_ with_ warnings - Convert Program (AST) to PatchGraph + warnings.
Type Aliases§
- Code
Files - Code file mapping. Filename -> code content.
Used when referencing external code files in
v8.codeboxandcodebox(gen~).