module

Duktape::API::Compile

Inherits Duktape::Support::File

Instance methods

compile(str : String)
Source
compile

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

Source
compile!(str : String)
Source
compile!
Source
compile_file(str : String)
Source
compile_file!(str : String)
Source
compile_lstring(src : String, length : Int32)
Source
compile_lstring!(src : String, length : Int32)
Source
compile_lstring_filename(src : String, length : Int32)
Source
compile_lstring_filename!(src : String, length : Int32)
Source
compile_string(src : String)
Source
compile_string!(src : String)
Source
compile_string_filename(src : String)
Source
compile_string_filename!(src : String)
Source
dump_function
Source
load_function
Source