Home
last modified time | relevance | path

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

123

/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…
/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/ets2panda/linter/homecheck/
Dtsconfig.main.json6 …2016", /* Set the JavaScript language version for emitted JavaScr…
11 …"esModuleInterop": true, /* Emit additional JavaScript to ease support…
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/
Dtsconfig.main.json12 …"target": "es2016", /* Set the JavaScript language version for emitted JavaScript and include comp…
42 /* JavaScript Support */
43 …// "allowJs": true, /* Allow JavaScript files to be a part of you…
44 …ue, /* Enable error reporting in type-checked JavaScript files. */
45 … /* Specify the maximum folder depth used for checking JavaScript files from 'node…
47 …"declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project.…
49 …DeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */
50 …": true, /* Create source map files for emitted JavaScript files. */
51 …ceMap": true, /* Include sourcemap files inside the emitted JavaScript. */
52 … /* Specify a file that bundles all outputs into one JavaScript file. If 'declar…
[all …]
DREADME.md78 2. 从[Download Node.js](https://nodejs.org/en/download/current)下载Node.js并安装,Node.js为JavaScript的运行时环境…
/arkcompiler/ets_frontend/es2panda/test/compiler/js/regex/
Dmatchall_find_hashtags-expected.txt1 [["#JavaScript"],["#AI"]]
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/statistics/scan/
DCountFile.ts23 JavaScript: ['.js'],
34 JavaScript: /\/\/.*/g, constant
43 JavaScript: /\/\*.*?\*\//gs, constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_sdk/api/@ohos/url/
DUrlTestIterator.ets21 * @tc.desc: Returns an ES6 iterator. Each item of the iterator is a JavaScript Array.
43 * @tc.desc: Returns an ES6 iterator. Each item of the iterator is a JavaScript Array.
64 * @tc.desc: Returns an ES6 iterator. Each item of the iterator is a JavaScript Array.
86 * @tc.desc: Returns an ES6 iterator. Each item of the iterator is a JavaScript Array.
107 * @tc.desc: Returns an ES6 iterator. Each item of the iterator is a JavaScript Array.
129 * @tc.desc: Returns an ES6 iterator. Each item of the iterator is a JavaScript Array.
150 * @tc.desc: Returns an ES6 iterator. Each item of the iterator is a JavaScript Array.
171 * @tc.desc: Returns an ES6 iterator. Each item of the iterator is a JavaScript Array.
193 * @tc.desc: Returns an ES6 iterator. Each item of the iterator is a JavaScript Array.
214 * @tc.desc: Returns an ES6 iterator. Each item of the iterator is a JavaScript Array.
DUrlTestParamIterator.ets20 * @tc.desc: Returns an ES6 iterator. Each item of the iterator is a JavaScript Array.
42 * @tc.desc: Returns an ES6 iterator. Each item of the iterator is a JavaScript Array.
63 * @tc.desc: Returns an ES6 iterator. Each item of the iterator is a JavaScript Array.
85 * @tc.desc: Returns an ES6 iterator. Each item of the iterator is a JavaScript Array.
106 * @tc.desc: Returns an ES6 iterator. Each item of the iterator is a JavaScript Array.
128 * @tc.desc: Returns an ES6 iterator. Each item of the iterator is a JavaScript Array.
149 * @tc.desc: Returns an ES6 iterator. Each item of the iterator is a JavaScript Array.
170 * @tc.desc: Returns an ES6 iterator. Each item of the iterator is a JavaScript Array.
192 * @tc.desc: Returns an ES6 iterator. Each item of the iterator is a JavaScript Array.
213 * @tc.desc: Returns an ES6 iterator. Each item of the iterator is a JavaScript Array.
/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/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/
DREADME.md3 All in one JavaScript/TypeScript parser and compiler.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/std/core/
DEscapeUnescapeURITest.ets57 …fails += testEquals(decodeURI("/JavaScript%3A%20a_scripting_language"), "/JavaScript%3A a_scriptin…
58 …fails += testEquals(decodeURIComponent("/JavaScript%3A%20a_scripting_language"), "/JavaScript: a_s…
/arkcompiler/runtime_core/static_core/plugins/ets/doc/interop_js/
D99_backlog_features_recheck.rst61 The entire contents of JavaScript modules are automatically in strict mode, with no statement neede…
99 * changes making it easier to write "secure" JavaScript
111 It's about the <script> tag. In HTML, JavaScript code is inserted between <script> and </script> ta…
117 .. document.getElementById("demo").innerHTML = "My First JavaScript";
/arkcompiler/ets_frontend/ets2panda/linter/test/rules/
Drule84.ets16 with (Math) { // Compile-time error, but JavaScript code still emitted
/arkcompiler/runtime_core/static_core/plugins/ets/sdk/api/
D@ohos.util.json.ets44 * Converts an object to a JavaScript Object Notation (JSON) string.
67 * Converts a JavaScript Object Notation (JSON) string to an Object.
/arkcompiler/ets_frontend/es2panda/
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…

123