Searched refs:JavaScript (Results 1 – 25 of 612) sorted by relevance
12345678910>>...25
/third_party/flatbuffers/docs/source/ |
D | JavaScriptUsage.md | 1 Use in JavaScript {#flatbuffers_guide_use_javascript} 6 Before diving into the FlatBuffers usage in JavaScript, it should be noted that 9 (including JavaScript). This page is specifically designed to cover the nuances 10 of FlatBuffers usage in JavaScript. 17 ## FlatBuffers JavaScript library code location 19 The generated code for the FlatBuffers JavaScript library can be found at 26 ## Using the FlatBuffers JavaScript libary 56 // Note: This code is an example of browser-based HTML/JavaScript. See above 57 // for the code using JavaScript module loaders (e.g. Node.js). 90 ## Text parsing FlatBuffers in JavaScript [all …]
|
D | groups | 13 /// @defgroup flatbuffers_javascript_api JavaScript API 14 /// @brief FlatBuffers API for JavaScript
|
/third_party/node/doc/api/ |
D | n-api.md | 9 independent from the underlying JavaScript runtime (for example, V8) and is 12 addons from changes in the underlying JavaScript engine and allow modules 22 JavaScript values. Concepts and operations generally map to ideas specified 29 * All JavaScript values are abstracted behind an opaque type named 124 Unlike modules written in JavaScript, developing and deploying Node.js 376 exposes the actual functionality to the JavaScript environment so that the 460 of an "Agent" as a self-contained environment in which JavaScript code runs. 623 This is an opaque pointer that is used to represent a JavaScript value. 631 This is an opaque pointer that represents a JavaScript function which can be 676 JavaScript, a default handle scope will exist. If the user does not explicitly [all …]
|
/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][]. 73 The `v8::Isolate` class represents a single JavaScript engine instance, in 74 particular a set of JavaScript objects that can refer to each other 78 APIs for managing the behaviour of the JavaScript engine or querying about its 83 and JavaScript objects from one `Isolate` cannot refer to objects from 96 ### V8 JavaScript values 98 V8 provides classes that mostly correspond to JavaScript types; for example, 99 `v8::Value` is a class representing any kind of JavaScript type, with 111 Both JavaScript values and `void*` pointers may be stored in such fields. [all …]
|
/third_party/typescript/tests/baselines/reference/project/jsFileCompilationSameNameDtsNotSpecifiedWithAllowJs/amd/ |
D | jsFileCompilationSameNameDtsNotSpecifiedWithAllowJs.errors.txt | 2 …json file will help organize projects that contain both TypeScript and JavaScript files. Learn mor… 4 …json file will help organize projects that contain both TypeScript and JavaScript files. Learn mor… 8 …json file will help organize projects that contain both TypeScript and JavaScript files. Learn mor… 10 …json file will help organize projects that contain both TypeScript and JavaScript files. Learn mor…
|
/third_party/typescript/tests/baselines/reference/project/jsFileCompilationSameNameDtsNotSpecifiedWithAllowJs/node/ |
D | jsFileCompilationSameNameDtsNotSpecifiedWithAllowJs.errors.txt | 2 …json file will help organize projects that contain both TypeScript and JavaScript files. Learn mor… 4 …json file will help organize projects that contain both TypeScript and JavaScript files. Learn mor… 8 …json file will help organize projects that contain both TypeScript and JavaScript files. Learn mor… 10 …json file will help organize projects that contain both TypeScript and JavaScript files. Learn mor…
|
/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/typescript/tests/baselines/reference/ |
D | moduleResolutionWithExtensions_withPaths.errors.txt | 1 error TS6504: File '/node_modules/foo/lib/test.js' is a JavaScript file. Did you mean to enable the… 4 error TS6504: File '/relative.js' is a JavaScript file. Did you mean to enable the 'allowJs' option? 9 !!! error TS6504: File '/node_modules/foo/lib/test.js' is a JavaScript file. Did you mean to enable… 12 !!! error TS6504: File '/relative.js' is a JavaScript file. Did you mean to enable the 'allowJs' op…
|
D | jsFileCompilationWithoutJsExtensions.errors.txt | 1 error TS6504: File 'tests/cases/compiler/a.js' is a JavaScript file. Did you mean to enable the 'al… 6 !!! error TS6504: File 'tests/cases/compiler/a.js' is a JavaScript file. Did you mean to enable the…
|
D | exportDefaultInJsFile01.errors.txt | 2 …json file will help organize projects that contain both TypeScript and JavaScript files. Learn mor… 6 …json file will help organize projects that contain both TypeScript and JavaScript files. Learn mor…
|
D | exportDefaultInJsFile02.errors.txt | 2 …json file will help organize projects that contain both TypeScript and JavaScript files. Learn mor… 6 …json file will help organize projects that contain both TypeScript and JavaScript files. Learn mor…
|
D | jsFileCompilationSyntaxError.errors.txt | 2 …json file will help organize projects that contain both TypeScript and JavaScript files. Learn mor… 6 …json file will help organize projects that contain both TypeScript and JavaScript files. Learn mor…
|
D | checkJsFiles6.errors.txt | 2 error TS6504: File 'tests/cases/compiler/a.js' is a JavaScript file. Did you mean to enable the 'al… 8 !!! error TS6504: File 'tests/cases/compiler/a.js' is a JavaScript file. Did you mean to enable the…
|
D | declarationFileOverwriteError.errors.txt | 2 …json file will help organize projects that contain both TypeScript and JavaScript files. Learn mor… 6 …json file will help organize projects that contain both TypeScript and JavaScript files. Learn mor…
|
D | jsFileCompilationWithDeclarationEmitPathSameAsInput.errors.txt | 2 …json file will help organize projects that contain both TypeScript and JavaScript files. Learn mor… 6 …json file will help organize projects that contain both TypeScript and JavaScript files. Learn mor…
|
D | declarationFileOverwriteErrorWithOut.errors.txt | 2 …json file will help organize projects that contain both TypeScript and JavaScript files. Learn mor… 6 …json file will help organize projects that contain both TypeScript and JavaScript files. Learn mor…
|
D | jsFileCompilationWithOutFileNameSameAsInputJsFile.errors.txt | 2 …json file will help organize projects that contain both TypeScript and JavaScript files. Learn mor… 6 …json file will help organize projects that contain both TypeScript and JavaScript files. Learn mor…
|
D | jsFileCompilationWithoutOut.errors.txt | 2 …json file will help organize projects that contain both TypeScript and JavaScript files. Learn mor… 6 …json file will help organize projects that contain both TypeScript and JavaScript files. Learn mor…
|
/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/libphonenumber/javascript/ |
D | README.md | 3 Google's JavaScript library for parsing, formatting, and validating 67 The JavaScript library is ported from the Java implementation. 68 When the Java project gets updated follow these steps to update the JavaScript 80 3. Manually port any changes of the Java code to the JavaScript code: 90 5. Run the Closure Linter to lint the JavaScript files: 99 3. JS port of PhoneNumberUtil does not handle all digits, only a subset (JavaScript has no equivale…
|
/third_party/node/ |
D | README.OpenSource | 9 …on": "Node.js is an open-source, cross-platform, JavaScript runtime environment. It executes JavaS…
|
/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/cef/libcef_dll/ |
D | libcef_dll.rc | 63 CAPTION "JavaScript Alert" 72 CAPTION "JavaScript Confirm" 82 CAPTION "JavaScript Prompt"
|
12345678910>>...25