module Medusa::API::Function

Direct including types

Defined in:

medusa/api/function.cr

Instance Method Summary

Instance Method Detail

def new_c_function(function_pointer : QuickJS::JSCFunction, name : String, length : LibC::Int) : Value #

[View source]
def new_c_function_pointer(procedure : Proc(QuickJS::JSContext, QuickJS::JSValue, LibC::Int, Pointer(QuickJS::JSValue), QuickJS::JSValue)) : QuickJS::JSCFunction #

[View source]