Class JitStack

internal: The jit stack cache is used in both serializer and guards, so its cache key needs to be aware of it

Hierarchy

  • JitStack

Constructors

Properties

Methods

Constructors

Properties

stacks: {
    map: Map<Type, {
        fn: undefined | Function;
    }>;
    registry?: TemplateRegistry;
}[] = []

Methods

  • Parameters

    Returns ((fn: Function) => {
        fn: undefined | Function;
    })

      • (fn: Function): {
            fn: undefined | Function;
        }
      • Parameters

        • fn: Function

        Returns {
            fn: undefined | Function;
        }

        • fn: undefined | Function

Generated using TypeDoc