Home
last modified time | relevance | path

Searched refs:JavaScript (Results 1 – 25 of 40) sorted by relevance

12

/arkcompiler/ets_frontend/arkguard/
Dtsconfig.base.json4 …/* 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. */
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/
Dtsconfig.sample.json3 …"target": "es6" /* Set the JavaScript language version for emitted JavaScript and include compatib…
5 …"esModuleInterop": true /* Emit additional JavaScript to ease support for importing CommonJS modul…
DREADME.MD57 - **JavaScript**:
59 JavaScript code should comply with the ES6 standard, and developers are encouraged to employ its fe…
/arkcompiler/ets_frontend/es2panda/test/benchmark/
DREADME_zh.md22 …| Octane | JavaScript基准测试套件,用于评估浏览器在处理复杂JavaScript任务时的性能 | [https://github.com/chromium/octane](ht…
23 …| Kraken | JavaScript性能测试套件,包含一系列的测试用例,涵盖了诸如动态场景、垃圾回收、加密和图形操作等方面 | [https://github.com/mozilla/kra…
24 …| SunSpider | JavaScript性能测试套件,用于评估JavaScript引擎在执行一些常见任务时的性能 | [https://github.com/mozilla/krakenb…
DREADME.md22JavaScript benchmarking suite for evaluating the performance of browsers …
23 …| Kraken | JavaScript performance test suite, including a seri…
24JavaScript performance testing suite, used to evaluate the perfo…
/arkcompiler/ets_frontend/es2panda/test/compiler/js/regex/
Dmatchall_find_hashtags-expected.txt1 [["#JavaScript"],["#AI"]]
/arkcompiler/ets_frontend/es2panda/test/compiler/filesInfoTest/sourceLang/
Dmod-expected.pa.txt57 .language JavaScript
69 .language JavaScript
80 .language JavaScript
Dbaseinput_base-expected.pa.txt41 .language JavaScript
48 .language JavaScript
Dbase-expected.pa.txt50 .language JavaScript
60 .language JavaScript
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/std/core/
DEscapeUnescapeURITest.sts53 …fails += testEquals(decodeURI("/JavaScript%3A%20a_scripting_language"), "/JavaScript%3A a_scriptin…
54 …fails += testEquals(decodeURIComponent("/JavaScript%3A%20a_scripting_language"), "/JavaScript: a_s…
/arkcompiler/ets_frontend/ets2panda/linter/docs/rules/
Drecipe84.md16 with (Math) { // Compile-time error, but JavaScript code still emitted
Drecipe128.md8 own mechanisms for interoperating with JavaScript.
Drecipe144.md7 ArkTS does not allow using some APIs from the TypeScript/JavaScript standard library.
/arkcompiler/ets_runtime/ecmascript/napi/
DREADME.md594 用于能否成功获取JavaScript虚拟机的env全局对象,以及该全局对象是否为非空对象。
1075 将序列化数据反序列化为JavaScript值。
1108 | data | const uint8_t * | 是 | JavaScript代码的字节数组。 |
1109 | size | int32_t | 是 | JavaScript代码的大小(以字节为单位)。 |
1110 | entry | const std::string & | 是 | JavaScript代码入口点的名称。 |
1111 | filename | const std::string & | 是 | JavaScript代码文件名。 |
1137 | fileName | const std::string & | 是 | JavaScript代码文件名。 |
1138 | entry | const std::string & | 是 | JavaScript代码入口点的名称。 |
1157 用于设置与JavaScript虚拟机(EcmaVM)相关联的宿主Promise拒绝跟踪器(Host Promise Rejection Tracker)。
1793 用于获取一个表示未定义值的`Value`对象。这个函数通常在处理JavaScript和C++之间的数据转换时使用。
[all …]
/arkcompiler/ets_frontend/ets2panda/linter/test/rules/
Drule84.sts16 with (Math) { // Compile-time error, but JavaScript code still emitted
/arkcompiler/ets_frontend/es2panda/
DREADME.md3 All in one JavaScript/TypeScript parser and compiler.
/arkcompiler/ets_frontend/ets2panda/
DREADME.md3 All in one JavaScript/TypeScript parser and compiler.
/arkcompiler/jsvm/
DREADME.en.md4 OpenHarmony JSVM-API provides a set of stable APIs based on the standard JavaScript (JS) engine. It…
/arkcompiler/runtime_core/libpandafile/templates/
Dsource_lang_enum.h.erb76 stream << "JavaScript";
/arkcompiler/runtime_core/static_core/docs/
Drationale-for-bytecode.md201 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 to
204 on the same platform with the same bytecode, we would have to handle both JavaScript-style addition
/arkcompiler/runtime_core/docs/
Drationale-for-bytecode.md201 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 to
204 on the same platform with the same bytecode, we would have to handle both JavaScript-style addition
/arkcompiler/runtime_core/static_core/plugins/ets/doc/stdlib/packages/
Descompat.rst79 …ross-engine compatibility. It is not required to be implemented by all JavaScript engines and may …
99 …ross-engine compatibility. It is not required to be implemented by all JavaScript engines and may …
3450 …rs normalization on `MDN <https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global…
3465 …la.org/en-US/docs/Web/JavaScript/Reference/Global_objects/Array/copyWithin <https://developer.mozi…
3476 …la.org/en-US/docs/Web/JavaScript/Reference/Global_objects/Array/copyWithin <https://developer.mozi…
4086 …org/en-US/docs/Web/JavaScript/Reference/Global_objects/TypedArray/lastIndexOf <https://developer.m…
4306 …la.org/en-US/docs/Web/JavaScript/Reference/Global_objects/TypedArray/slice <https://developer.mozi…
4726 …rs normalization on `MDN <https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global…
4741 …la.org/en-US/docs/Web/JavaScript/Reference/Global_objects/Array/copyWithin <https://developer.mozi…
4752 …la.org/en-US/docs/Web/JavaScript/Reference/Global_objects/Array/copyWithin <https://developer.mozi…
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/
DFunctions.sts222 * required to be implemented by all JavaScript engines and may not
328 * required to be implemented by all JavaScript engines and may not
DTypedArrays.sts499 …s normalization on {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global…
514 …s normalization on {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global…
529 …s normalization on {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global…
544 …s normalization on {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global…
559 …s normalization on {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global…
591 …* {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/co…
603 …* {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/co…
778 …* {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArr…
798 …* {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArr…
1267 …* @link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArra…
[all …]
/arkcompiler/ets_frontend/
DREADME_zh.md49 ets_frontend组件采用命令行交互方式,支持将JavaScript代码转换为方舟字节码文件,使其能够在方舟运行时上运行。支持Windows/Linux/MacOS平台。方舟前端工具在linu…
59 使用ets_frontend组件下的es2abc可执行文件将JavaScript文件转换为方舟字节码文件

12