Searched refs:JavaScript (Results 1 – 25 of 52) sorted by relevance
123
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. */
3 …"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…
22 …| 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…
22 … JavaScript benchmarking suite for evaluating the performance of browsers …23 …| Kraken | JavaScript performance test suite, including a seri…24 … JavaScript performance testing suite, used to evaluate the perfo…
6 …2016", /* Set the JavaScript language version for emitted JavaScr…11 …"esModuleInterop": true, /* Emit additional JavaScript to ease support…
12 …"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 …]
78 2. 从[Download Node.js](https://nodejs.org/en/download/current)下载Node.js并安装,Node.js为JavaScript的运行时环境…
1 [["#JavaScript"],["#AI"]]
23 JavaScript: ['.js'],34 JavaScript: /\/\/.*/g, constant43 JavaScript: /\/\*.*?\*\//gs, constant
21 * @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.
20 * @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.
57 .language JavaScript69 .language JavaScript80 .language JavaScript
41 .language JavaScript48 .language JavaScript
50 .language JavaScript60 .language JavaScript
16 with (Math) { // Compile-time error, but JavaScript code still emitted
8 own mechanisms for interoperating with JavaScript.
7 ArkTS does not allow using some APIs from the TypeScript/JavaScript standard library.
594 用于能否成功获取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 …]
3 All in one JavaScript/TypeScript parser and compiler.
57 …fails += testEquals(decodeURI("/JavaScript%3A%20a_scripting_language"), "/JavaScript%3A a_scriptin…58 …fails += testEquals(decodeURIComponent("/JavaScript%3A%20a_scripting_language"), "/JavaScript: a_s…
61 The entire contents of JavaScript modules are automatically in strict mode, with no statement neede…99 * changes making it easier to write "secure" JavaScript111 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";
44 * Converts an object to a JavaScript Object Notation (JSON) string.67 * Converts a JavaScript Object Notation (JSON) string to an Object.
4 OpenHarmony JSVM-API provides a set of stable APIs based on the standard JavaScript (JS) engine. It…