Searched refs:JavaScript (Results 1 – 11 of 11) sorted by relevance
4 …/* Set the JavaScript language version for emitted JavaScript and include compatible library decla…10 /* Generate .d.ts files from TypeScript and JavaScript files in your project. */12 /* Create source map files for emitted JavaScript files. */
2 ts2panda aims to translate JavaScript source files into ARK bytecode which could be executed by the…
3 All in one JavaScript/TypeScript parser and compiler.
201 Consider a simple example: what is the result of the expression `4 + "2"` in JavaScript and, say,202 Python? In JavaScript, it evaluates to the string `"42"`, while Python forbids adding a string to204 on the same platform with the same bytecode, we would have to handle both JavaScript-style addition
1432 # to work a browser that supports JavaScript, DHTML, CSS and frames is required
3 …mpiler JS Runtime provides the capability of compiling and running the JavaScript (JS) language on…
49 ets_frontend组件采用命令行交互方式,支持将JavaScript代码转换为方舟字节码文件,使其能够在方舟运行时上运行。支持Windows/Linux/MacOS平台。方舟前端工具在linu…59 使用ets_frontend组件下的es2abc可执行文件将JavaScript文件转换为方舟字节码文件214 使用ets_frontend组件将JavaScript文件转换为方舟字节码文件
1111 return language == JavaScript() || language == WebAssembly(); in Valid()1113 static std::string JavaScript() in JavaScript() function
278 Represents JavaScript bytecode.
4412 +// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/PluralRul…4425 +// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl#Locale_id…4441 +// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/RelativeT…4455 +// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DisplayNa…
2 …JavaScript's strict mode which does not allow this use of '{0}'. For more information, see https:/…