Documentation
¶
Overview ¶
This is core package for Weblang language. It's implements runtime environment.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WebCall ¶
type WebCall struct { CallerObj *base.Object // Caller object pointer ReceiverObj *base.Object // Receiver object pointer ReceiverFunc *base.Function // Receiver's function pointer Args map[string]interface{} //Arguments to send to receiver's FunctionHandler }
WebCall struct for communication between diffrent WebLang VM runtime objects. Use to call receiver's function and send arguments to receiver's FunctionHandler
Click to show internal directories.
Click to hide internal directories.