com.livecode.emscripten

Typemodule
DictionaryLCB
LibraryLiveCode Builder
Associationscom.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.

TypeNameSummarySyntax
handlerEvalJavaScript

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>)

modulecom.livecode.emscripten

This module provides utility handlers for converting to and from Emscripten types.

PointerToJSObject(<pPointer>)