abstract class JS::Method

Defined in:

js/method.cr

Macro Summary

Class methods inherited from class JS::Function

to_js(io : IO) to_js, to_js_call(*args) to_js_call

Macros inherited from class JS::Function

def_to_js(name, &blk)
def_to_js(&blk)
def_to_js

Class methods inherited from class Object

to_js_ref to_js_ref

Macro Detail

macro def_to_js(name, &blk) #

[View source]