module

Duktape::API::Eval

Inherits Duktape::Support::File

NOTE: These methods are all equivalent to the Duktape peval_xxx functions because we wish to safely return from errors.

Instance methods

eval(str : String)
Source
eval
Source
eval!(str : String)
Source
eval!
Source
eval_file(path : String)
Source
eval_file!(path : String)
Source
eval_file_noresult(path : String)
Source
eval_file_noresult!(path : String)
Source
eval_lstring(src : String, length : Int)
Source
eval_lstring!(src : String, length : Int)
Source
eval_lstring_noresult(src : String, length : Int)
Source
eval_lstring_noresult!(src : String, length : Int)
Source
eval_noresult
Source
eval_noresult!
Source
eval_string(src : String)
Source
eval_string!(src : String)
Source
eval_string_noresult(src : String)
Source
eval_string_noresult!(src : String)
Source