class Medusa::Engine

Defined in:

medusa/engine.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def call(function : ValueWrapper, this : ValueWrapper, args : Array(ValueWrapper) = [] of ValueWrapper, same_thread : Bool = true) : ValueWrapper #

[View source]
def context : Context #

[View source]
def context=(context : Context) #

[View source]
def eval_string(input : String, eval_flag : QuickJS::Flag = QuickJS::Flag::STRICT, etag : String = "<input>", same_thread : Bool = true) : ValueWrapper #

[View source]
def runtime : Runtime #

[View source]
def runtime=(runtime : Runtime) #

[View source]