Searched refs:JavaScript (Results 1 – 25 of 403) sorted by relevance
12345678910>>...17
| /third_party/node/doc/api/ |
| D | n-api.md | 10 the underlying JavaScript runtime (for example, V8) and is maintained as part of 13 changes in the underlying JavaScript engine and allow modules 23 JavaScript values. Concepts and operations generally map to ideas specified 30 * All JavaScript values are abstracted behind an opaque type named 125 Unlike modules written in JavaScript, developing and deploying Node.js 280 exposes the actual functionality to the JavaScript environment so that the 364 of an "Agent" as a self-contained environment in which JavaScript code runs. 522 This is an opaque pointer that is used to represent a JavaScript value. 530 This is an opaque pointer that represents a JavaScript function which can be 575 JavaScript, a default handle scope will exist. If the user does not explicitly [all …]
|
| D | intl.md | 44 An overview of available Node.js and JavaScript features for each `configure` 196 [`Date.prototype.toLocaleString()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refere… 197 [`Intl.DateTimeFormat`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_O… 198 [`Intl`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl 200 [`Number.prototype.toLocaleString()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe… 202 [`String.prototype.localeCompare()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refer… 203 [`String.prototype.normalize()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference… 204 [`String.prototype.toLowerCase()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Referen… 205 [`String.prototype.toUpperCase()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Referen…
|
| D | documentation.md | 8 Node.js is a JavaScript runtime built on the [V8 JavaScript engine][]. 65 [V8 JavaScript engine]: https://v8.dev/
|
| /third_party/flutter/flutter/packages/flutter_test/lib/src/ |
| D | platform.dart | 8 // to JavaScript. 13 /// This does not include test compiled to JavaScript running in a browser on 24 /// This does not include test compiled to JavaScript running in a browser on 35 /// This does not include test compiled to JavaScript running in a browser on 44 /// Whether the test is running in a web browser compiled to JavaScript.
|
| /third_party/node/src/ |
| D | README.md | 14 A lot of the Node.js codebase is around what the underlying JavaScript engine, 32 [JavaScript value handles][]. 49 The `v8::Isolate` class represents a single JavaScript engine instance, in 50 particular a set of JavaScript objects that can refer to each other 54 APIs for managing the behaviour of the JavaScript engine or querying about its 59 and JavaScript objects from one `Isolate` cannot refer to objects from 72 ### V8 JavaScript values 74 V8 provides classes that mostly correspond to JavaScript types; for example, 75 `v8::Value` is a class representing any kind of JavaScript type, with 87 Both JavaScript values and `void*` pointers may be stored in such fields. [all …]
|
| /third_party/flutter/flutter/packages/flutter/lib/src/foundation/ |
| D | _bitfield_web.dart | 12 /// on all JavaScript engines. The value picked here should be correct, but it 30 throw UnsupportedError('Not supported when compiling to JavaScript'); 35 throw UnsupportedError('Not supported when compiling to JavaScript'); 40 throw UnsupportedError('Not supported when compiling to JavaScript');
|
| /third_party/node/deps/npm/node_modules/wcwidth/ |
| D | Readme.md | 7 wcwidth is a simple JavaScript port of [wcwidth](http://man7.org/linux/man-pages/man3/wcswidth.3.ht… 9 JavaScript port [originally](https://github.com/mycoboco/wcwidth.js) written by Woong Jun <woong.ju… 27 JavaScript's characters.
|
| /third_party/node/deps/acorn-plugins/acorn-class-fields/ |
| D | README.md | 5 …](http://marijnhaverbeke.nl/acorn/) - a tiny, fast JavaScript parser, written completely in JavaSc… 7 …ields as defined in the stage 3 proposal [Class field declarations for JavaScript](https://github.…
|
| /third_party/libphonenumber/javascript/ |
| D | README.md | 3 Google's JavaScript library for parsing, formatting, and validating 51 The JavaScript library is ported from the Java implementation. 52 When the Java project gets updated follow these steps to update the JavaScript 64 3. Manually port any changes of the Java code to the JavaScript code: 74 5. Run the Closure Linter to lint the JavaScript files: 83 3. JS port of PhoneNumberUtil does not handle all digits, only a subset (JavaScript has no equivale…
|
| /third_party/node/deps/acorn-plugins/acorn-private-methods/ |
| D | README.md | 5 …](http://marijnhaverbeke.nl/acorn/) - a tiny, fast JavaScript parser, written completely in JavaSc… 7 …efined in the stage 3 proposal [Private methods and getter/setters for JavaScript classes](https:/…
|
| /third_party/node/deps/npm/node_modules/json-schema/ |
| D | README.md | 1 …entation of JSON Schema (not the only JavaScript implementation of JSON Schema, JSV is another exc…
|
| /third_party/node/ |
| D | README.OpenSource | 9 …on": "Node.js is an open-source, cross-platform, JavaScript runtime environment. It executes JavaS…
|
| /third_party/node/tools/node_modules/eslint/node_modules/levn/ |
| D | README.md | 2 __Light ECMAScript (JavaScript) Value Notation__ 3 Levn is a library which allows you to parse a string into a JavaScript value based on an expected t… 5 Levn aims to concisely describe JavaScript values in text, and allow for the extraction and validat… 60 …JavaScript value according to the specified `type` in the [type format](https://github.com/gkz/typ… 68 `*` - the resulting JavaScript value 77 …JavaScript value according to the specified `type` which has already been parsed (and taking accou… 85 `*` - the resulting JavaScript value 102 * `undefined`, `null`, `NaN`, `true`, and `false` are all their JavaScript equivalents 196 `levn` is written in [LiveScript](http://livescript.net/) - a language that compiles to JavaScript.…
|
| /third_party/node/deps/acorn-plugins/acorn-private-class-elements/ |
| D | README.md | 5 …](http://marijnhaverbeke.nl/acorn/) - a tiny, fast JavaScript parser, written completely in JavaSc…
|
| /third_party/jerryscript/docs/ |
| D | 03.API-EXAMPLE.md | 1 JerryScript Engine can be embedded into any application, providing the way to run JavaScript in a l… 3 …is intended to introduce you to JerryScript embedding API and to create a minimal JavaScript shell. 38 ## Example 1. Execute JavaScript from your application 74 and cleaned up with the `jerry_cleanup` method. The example JavaScript code 131 ## Example 3. Split JavaScript parsing and script execution 194 ## Example 4. Adding a C method for JavaScript 196 The previous examples were not that eye catching as there were no visual output by the JavaScript c… 200 This method will be implemented in C and will be called from the JavaScript code. 226 /* Return an "undefined" value to the JavaScript engine */ 239 /* Add the "print" method for the JavaScript global object */ [all …]
|
| /third_party/node/doc/guides/ |
| D | cpp-style-guide.md | 32 * [Avoid throwing JavaScript errors in C++ methods](#avoid-throwing-javascript-errors-in-c) 33 …* [Avoid throwing JavaScript errors in nested C++ methods](#avoid-throwing-javascript-errors-in-ne… 329 ### Avoid throwing JavaScript errors in C++ 332 return the data necessary for constructing the errors to JavaScript, 335 In general, type-checks on arguments should be done in JavaScript 340 the necessary data for constructing errors in JavaScript, pass a context object 346 // Let the JavaScript handle the actual type-checking, 369 // Prefer doing the type-checks in JavaScript 383 #### Avoid throwing JavaScript errors in nested C++ methods 385 When you need to throw a JavaScript exception from C++ (i.e. [all …]
|
| /third_party/node/deps/npm/node_modules/iferr/ |
| D | README.md | 14 ### JavaScript/ES6 example 27 ### JavaScript/ES5 example
|
| /third_party/node/deps/acorn-plugins/acorn-numeric-separator/ |
| D | README.md | 5 …](http://marijnhaverbeke.nl/acorn/) - a tiny, fast JavaScript parser, written completely in JavaSc…
|
| /third_party/node/tools/code_cache/ |
| D | README.md | 4 JavaScript native modules of Node.js and serializes the code cache (including 6 JavaScript native module is `require`d at runtime, Node.js can deserialize from 8 for it before execution, which should reduce the load time of these JavaScript
|
| /third_party/node/tools/node_modules/eslint/node_modules/acorn-jsx/ |
| D | README.md | 6 …](http://marijnhaverbeke.nl/acorn/) - a tiny, fast JavaScript parser, written completely in JavaSc… 12 … services. If you want to transpile your code to regular ES5-compliant JavaScript with source map,…
|
| /third_party/node/deps/acorn-plugins/acorn-static-class-features/ |
| D | README.md | 5 …](http://marijnhaverbeke.nl/acorn/) - a tiny, fast JavaScript parser, written completely in JavaSc…
|
| /third_party/node/deps/npm/node_modules/fs.realpath/ |
| D | README.md | 5 In Node v6, the JavaScript implementation of fs.realpath was replaced 11 falling back to the JavaScript implementation. On versions of Node
|
| /third_party/node/tools/node_modules/eslint/node_modules/fs.realpath/ |
| D | README.md | 5 In Node v6, the JavaScript implementation of fs.realpath was replaced 11 falling back to the JavaScript implementation. On versions of Node
|
| /third_party/node/tools/node_modules/eslint/node_modules/esprima/ |
| D | README.md | 9 [JavaScript](https://en.wikipedia.org/wiki/JavaScript)). 23 …) or [syntactic analysis](https://en.wikipedia.org/wiki/Parsing) (parsing) of a JavaScript program.
|
| /third_party/node/tools/node_modules/babel-eslint/node_modules/js-tokens/ |
| D | README.md | 4 A regex that tokenizes JavaScript. 33 A regex with the `g` flag that matches JavaScript tokens. 35 The regex _always_ matches, even invalid JavaScript and the empty string. 88 Unterminated strings are still matched as strings. JavaScript strings cannot 115 Tokenizing JavaScript using regexes—in fact, _one single regex_—won’t be 130 `}`—something that JavaScript regexes cannot do. Only one level of nesting is 147 A JavaScript regex cannot. It only sees forwards. (Well, ES2018 regexes can also
|
12345678910>>...17