BuiltInModule

amyc.backend.wasm.builtin.BuiltInModule
abstract class BuiltInModule

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Boolean.type
object Int.type
object Std.type
object String.type
object Unit.type
object unnamed.type
Show all

Members list

Type members

Types

final type BuiltIn = (Context, ModuleHandler) ?=> Function

Value members

Concrete methods

def builtInForSymbol(name: String)(code: LocalsHandler ?=> Code): BuiltIn

Abstract fields

lazy val owner: Context ?=> ModuleSymbol