class Medusa::Engine
- Medusa::Engine
- Reference
- Object
Defined in:
medusa/engine.crConstructors
Instance Method Summary
- #call(function : ValueWrapper, this : ValueWrapper, args : Array(ValueWrapper) = [] of ValueWrapper, same_thread : Bool = true) : ValueWrapper
- #context : Context
- #context=(context : Context)
- #eval_string(input : String, eval_flag : QuickJS::Flag = QuickJS::Flag::STRICT, etag : String = "<input>", same_thread : Bool = true) : ValueWrapper
- #runtime : Runtime
- #runtime=(runtime : Runtime)
Constructor Detail
Instance Method Detail
def call(function : ValueWrapper, this : ValueWrapper, args : Array(ValueWrapper) = [] of ValueWrapper, same_thread : Bool = true) : ValueWrapper
#
def eval_string(input : String, eval_flag : QuickJS::Flag = QuickJS::Flag::STRICT, etag : String = "<input>", same_thread : Bool = true) : ValueWrapper
#