struct Protocol::Runtime::CallFunctionOn

Overview

Calls function with given declaration on the given object. Object group of the result is inherited from the target object.

Included Modules

Defined in:

protocol/runtime.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def exception_details : ExceptionDetails | Nil #

Exception details.


[View source]
def result : RemoteObject #

Call result.


[View source]