pub const fn create_function_spec_symbol(
symbol: WellKnownSymbolCode,
func: JSNativeWrapper,
nargs: u16,
flags: PropertyFlags,
) -> JSFunctionSpecExpand description
Creates a function spec with the given symbol, native function, number of arguments and flags.