module Medusa::API::Function
Direct including types
Defined in:
medusa/api/function.crInstance Method Summary
- #new_c_function(function_pointer : QuickJS::JSCFunction, name : String, length : LibC::Int) : Value
- #new_c_function_pointer(procedure : Proc(QuickJS::JSContext, QuickJS::JSValue, LibC::Int, Pointer(QuickJS::JSValue), QuickJS::JSValue)) : QuickJS::JSCFunction
Instance Method Detail
def new_c_function(function_pointer : QuickJS::JSCFunction, name : String, length : LibC::Int) : Value
#
def new_c_function_pointer(procedure : Proc(QuickJS::JSContext, QuickJS::JSValue, LibC::Int, Pointer(QuickJS::JSValue), QuickJS::JSValue)) : QuickJS::JSCFunction
#