All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jtransc.target.Js Maven / Gradle / Ivy

Go to download

JVM AOT compiler currently generating JavaScript, C++, Haxe, with initial focus on Kotlin and games.

There is a newer version: 0.6.8
Show newest version
package com.jtransc.target;

import com.jtransc.annotation.JTranscCallSiteBody;
import com.jtransc.annotation.JTranscInvisible;
import com.jtransc.annotation.JTranscLiteralParam;

@JTranscInvisible
public class Js {
	@JTranscInvisible
	@JTranscCallSiteBody(target = "js", value = "#0")
	native static public void v_raw(@JTranscLiteralParam String raw);

	@JTranscInvisible
	@JTranscCallSiteBody(target = "js", value = "#0")
	native static public boolean z_raw(@JTranscLiteralParam String raw);

	@JTranscInvisible
	@JTranscCallSiteBody(target = "js", value = "#0")
	native static public int i_raw(@JTranscLiteralParam String raw);

	@JTranscInvisible
	@JTranscCallSiteBody(target = "js", value = "#0")
	native static public double d_raw(@JTranscLiteralParam String raw);

	@JTranscInvisible
	@JTranscCallSiteBody(target = "js", value = "#0")
	native static public String s_raw(@JTranscLiteralParam String raw);

	@JTranscInvisible
	@JTranscCallSiteBody(target = "js", value = "#0")
	native static public Object o_raw(@JTranscLiteralParam String raw);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy