- Preparing search index...
- The search index is not available
Deepkit
Methods
get
- get(registry: TemplateRegistry, type: Type): undefined | {
fn: undefined | Function;
}
-
Returns undefined | {
fn: undefined | Function;
}
getOrCreate
- getOrCreate(registry: undefined | TemplateRegistry, type: Type, create: (() => Function)): {
fn: undefined | Function;
}
-
Parameters
-
-
-
create: (() => Function)
-
- (): Function
-
Returns Function
Returns {
fn: undefined | Function;
}
getStack
- getStack(registry?: TemplateRegistry): Map<Type, {
fn: undefined | Function;
}>
-
Returns Map<Type, {
fn: undefined | Function;
}>
prepare
- prepare(registry: TemplateRegistry, type: Type): ((fn: Function) => {
fn: undefined | Function;
})
-
Returns ((fn: Function) => {
fn: undefined | Function;
})
-
- (fn: Function): {
fn: undefined | Function;
}
-
Returns {
fn: undefined | Function;
}
internal: The jit stack cache is used in both serializer and guards, so its cache key needs to be aware of it