Home
last modified time | relevance | path

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

12345678910>>...24

/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/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/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/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…
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…
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…
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…
DjsFileCompilationWithOutDeclarationFileNameSameAsInputJsFile.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…
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…
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…
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…
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…
/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
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/
DREADME.OpenSource9 …on": "Node.js is an open-source, cross-platform, JavaScript runtime environment. It executes JavaS…
/third_party/typescript/tests/baselines/reference/project/jsFileCompilationDifferentNamesSpecified/amd/
DjsFileCompilationDifferentNamesSpecified.errors.txt1 error TS6504: File 'DifferentNamesSpecified/b.js' is a JavaScript file. Did you mean to enable the …
6 !!! error TS6504: File 'DifferentNamesSpecified/b.js' is a JavaScript file. Did you mean to enable …
/third_party/node/deps/npm/node_modules/iferr/
DREADME.md14 ### JavaScript/ES6 example
27 ### JavaScript/ES5 example
/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/cef/libcef_dll/
Dlibcef_dll.rc63 CAPTION "JavaScript Alert"
72 CAPTION "JavaScript Confirm"
82 CAPTION "JavaScript Prompt"

12345678910>>...24