neverInline top-level constant

pragma const neverInline

Never inline a function or method.

Implementation

const neverInline = isJavaScript
    ? neverInlineJs
    : isWasm
    ? neverInlineWasm
    : neverInlineVm;