com.livecode.emscripten | |
Type | module |
Dictionary | LCB |
Library | LiveCode Builder |
Associations | com.livecode.emscripten |
Summary | This module provides utility handlers for converting to and from Emscripten types. |
Description | This module provides utility handlers for converting to and from Emscripten types. |
Type | Name | Summary | Syntax |
---|---|---|---|
handler | EvalJavaScript | Evaluate JavaScript code within the browser | EvalJavaScript(<pScript>) |
- - - | EvalJavaScriptWithArguments | Evaluate JavaScript code within the browser with arguments | EvalJavaScriptWithArguments(<pScript>,<pArgs>) |
- - - | HandlerAsJSFunction | Wrap a LiveCode Builder handler within a JavaScript function, suitable for passing as an event handler. | HandlerAsJSFunction(<pHandler>) |
- - - | PointerFromJSObject | Convert a JavaScript object value to a pointer | PointerFromJSObject(<pObj>) |
- - - | PointerToJSObject | Convert a Pointer into a JavaScript object | PointerToJSObject(<pPointer>) |
module | com.livecode.emscripten | This module provides utility handlers for converting to and from Emscripten types. | PointerToJSObject(<pPointer>) |