Home
last modified time | relevance | path

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

12345678910>>...25

/third_party/flatbuffers/docs/source/
DJavaScriptUsage.md1 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 …]
Dgroups13 /// @defgroup flatbuffers_javascript_api JavaScript API
14 /// @brief FlatBuffers API for JavaScript
/third_party/node/doc/api/
Dn-api.md9 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/
Dplatform.dart8 // 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/
DREADME.md14 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/
DjsFileCompilationSameNameDtsNotSpecifiedWithAllowJs.errors.txt2 …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/
DjsFileCompilationSameNameDtsNotSpecifiedWithAllowJs.errors.txt2 …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.dart12 /// 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/
DmoduleResolutionWithExtensions_withPaths.errors.txt1 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…
DjsFileCompilationWithoutJsExtensions.errors.txt1 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…
DexportDefaultInJsFile01.errors.txt2 …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…
DexportDefaultInJsFile02.errors.txt2 …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…
DjsFileCompilationSyntaxError.errors.txt2 …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…
DcheckJsFiles6.errors.txt2 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…
DdeclarationFileOverwriteError.errors.txt2 …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…
DjsFileCompilationWithDeclarationEmitPathSameAsInput.errors.txt2 …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…
DdeclarationFileOverwriteErrorWithOut.errors.txt2 …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…
DjsFileCompilationWithOutFileNameSameAsInputJsFile.errors.txt2 …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…
DjsFileCompilationWithoutOut.errors.txt2 …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/
DReadme.md7 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/
DREADME.md3 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/
DREADME.OpenSource9 …on": "Node.js is an open-source, cross-platform, JavaScript runtime environment. It executes JavaS…
/third_party/jerryscript/docs/
D03.API-EXAMPLE.md1 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/
Dcpp-style-guide.md32 * [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/
Dlibcef_dll.rc63 CAPTION "JavaScript Alert"
72 CAPTION "JavaScript Confirm"
82 CAPTION "JavaScript Prompt"

12345678910>>...25