class Medusa::Context

Included Modules

Defined in:

medusa/context.cr

Constructors

Instance Method Summary

Instance methods inherited from module Medusa::API::Function

new_c_function(function_pointer : QuickJS::JSCFunction, name : String, length : LibC::Int) : ValueWrapper new_c_function, new_c_function_pointer(procedure : Proc(QuickJS::JSContext, QuickJS::JSValue, LibC::Int, Pointer(QuickJS::JSValue), QuickJS::JSValue)) : QuickJS::JSCFunction new_c_function_pointer

Instance methods inherited from module Medusa::API::Eval

eval_string(input : String, eval_flag : QuickJS::Flag = QuickJS::Flag::STRICT, etag : String = "<input>") : ValueWrapper eval_string

Constructor Detail

def self.new(runtime : QuickJS::JSRuntime) #

[View source]

Instance Method Detail

def finalize #

[View source]
def to_unsafe : Pointer(Void) #

[View source]