Uses of Class
de.inetsoftware.jwebassembly.module.SyntheticFunctionName
Packages that use SyntheticFunctionName
-
Uses of SyntheticFunctionName in de.inetsoftware.jwebassembly.javascript
Subclasses of SyntheticFunctionName in de.inetsoftware.jwebassembly.javascriptModifier and TypeClassDescriptionclass
Synthetic JavaScript import function. -
Uses of SyntheticFunctionName in de.inetsoftware.jwebassembly.module
Subclasses of SyntheticFunctionName in de.inetsoftware.jwebassembly.moduleModifier and TypeClassDescriptionclass
Synthetic/dynamic method with a signature as array of types.(package private) class
Synthetic/dynamic method based on import annotation.class
Synthetic functions for creating multidimensional dimensional arrays(package private) class
Synthetic/dynamic method based on WAT code (WASM in text form).Fields in de.inetsoftware.jwebassembly.module declared as SyntheticFunctionNameModifier and TypeFieldDescriptionprivate SyntheticFunctionName
WasmOptions.cast
private SyntheticFunctionName
WasmArrayInstruction.functionName
private SyntheticFunctionName
WasmStructInstruction.functionName
private SyntheticFunctionName
WasmOptions.instanceOf
Methods in de.inetsoftware.jwebassembly.module that return SyntheticFunctionNameModifier and TypeMethodDescription(package private) SyntheticFunctionName
WasmArrayInstruction.createNonGcFunction
(boolean useGC) Create the synthetic function of this instruction if required for the operation.(package private) SyntheticFunctionName
WasmStructInstruction.createNonGcFunction()
Create the synthetic polyfill function of this instruction for nonGC mode.(package private) SyntheticFunctionName
WasmOptions.getCast()
Get the FunctionName for a CAST operation and mark it as used.(package private) SyntheticFunctionName
WasmOptions.getInstanceOf()
Get the FunctionName for an INSTANCEOF check and mark it as used.Methods in de.inetsoftware.jwebassembly.module with parameters of type SyntheticFunctionNameModifier and TypeMethodDescription(package private) void
FunctionManager.markAsNeededAndReplaceIfExists
(SyntheticFunctionName name) Same like markAsNeeded but it will replace the function name if already registered.