module Duktape::API::Compile

Included Modules

Direct including types

Defined in:

duktape/api/compile.cr

Instance Method Summary

Instance Method Detail

def compile(str : String) #

[View source]
def compile #

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


[View source]
def compile!(str : String) #

[View source]
def compile! #

[View source]
def compile_file(str : String) #

[View source]
def compile_file!(str : String) #

[View source]
def compile_lstring(src : String, length : Int32) #

[View source]
def compile_lstring!(src : String, length : Int32) #

[View source]
def compile_lstring_filename(src : String, length : Int32) #

[View source]
def compile_lstring_filename!(src : String, length : Int32) #

[View source]
def compile_string(src : String) #

[View source]
def compile_string!(src : String) #

[View source]
def compile_string_filename(src : String) #

[View source]
def compile_string_filename!(src : String) #

[View source]
def dump_function #

[View source]
def load_function #

[View source]