| /third_party/skia/tools/ |
| D | ToolUtils.h | 4 * Use of this source code is governed by a BSD-style license that can be 11 #include "include/core/SkColor.h" 12 #include "include/core/SkData.h" 13 #include "include/core/SkEncodedImageFormat.h" 14 #include "include/core/SkFont.h" 15 #include "include/core/SkFontStyle.h" 16 #include "include/core/SkFontTypes.h" 17 #include "include/core/SkImageEncoder.h" 18 #include "include/core/SkImageInfo.h" 19 #include "include/core/SkPixmap.h" [all …]
|
| /third_party/node/deps/npm/node_modules/is-core-module/test/ |
| D | index.js | 4 var keys = require('object-keys'); 6 var mockProperty = require('mock-property'); 9 var data = require('../core.json'); 11 var supportsNodePrefix = semver.satisfies(process.versions.node, '^14.18 || >= 16', { includePrerel… 13 test('core modules', function (t) { 27 t.test('core list', function (st) { 33 var requireFunc = function () { require(mod); }; // eslint-disable-line no-loop-func 44 t.test('core via repl module', { skip: !data.repl }, function (st) { 45 var libs = require('repl')._builtinLibs; // eslint-disable-line no-underscore-dangle 51 st.ok(data[mod], mod + ' is a core module'); [all …]
|
| /third_party/node/doc/contributing/maintaining/ |
| D | maintaining-web-assembly.md | 5 [top technical priorities](https://github.com/nodejs/node/blob/main/doc/contributing/technical-prio… 6 for the future success of Node.js. 8 This document provides an overview of our high-level strategy for 12 ## High-level approach 16 * Up-to-date core WebAssembly support 17 * Support for high-level APIs 19 * Making sure the core Node.js APIs are compatible with WebAssembly 22 ### Up-to-date core WebAssembly support 24 Node.js gets its core WebAssembly support through V8. We don't need 26 the version of V8 as up-to-date as possible. [all …]
|
| D | maintaining-V8.md | 1 # Maintaining V8 in Node.js 6 different compared to the support horizon for Node.js. As a result, Node.js 8 to support. V8 branches in Node.js lack of an official maintenance process due 12 a workflow for maintaining the V8 branches in both Node.js LTS and current 13 releases, and discusses how the Node.js and V8 teams at Google can help. 18 [roughly 4-week release cadence][ChromiumReleaseCalendar]. At any given time 20 [V8 release process](https://v8.dev/docs/release-process). All older branches 30 * A fix needing backport is tagged w/ _merge-request-x.x_ tag. This can be done 36 * Once ready, the issue is tagged w/ _merge-approved-x.x_ and one can do the 41 ## Node.js support requirements [all …]
|
| /third_party/node/doc/contributing/ |
| D | components-in-core.md | 1 # To be or not to be in core 4 should be in core or not. 6 A component may be included in core as a dependency, a module, or integrated 7 into the code base. The same arguments for including/not including in core 10 ## Strong arguments for including a component in core 14 2. The component can only be implemented in core. 15 3. The component can only be implemented in a performant way in core. 16 4. Developer experience is significantly improved if the component is in core. 18 least one common use case Node.js users face. 19 6. The component requires native bindings. Inclusion in core enables [all …]
|
| D | collaborator-guide.md | 1 # Node.js collaborator guide 5 * [Issues and pull requests](#issues-and-pull-requests) 6 * [Welcoming first-time contributors](#welcoming-first-time-contributors) 7 * [Closing issues and pull requests](#closing-issues-and-pull-requests) 8 * [Author ready pull requests](#author-ready-pull-requests) 9 * [Handling own pull requests](#handling-own-pull-requests) 10 * [Security issues](#managing-security-issues) 11 * [Accepting modifications](#accepting-modifications) 12 * [Code reviews](#code-reviews) 13 * [Consensus seeking](#consensus-seeking) [all …]
|
| D | pull-requests.md | 4 * [Setting up your local environment](#setting-up-your-local-environment) 5 * [Step 1: Fork](#step-1-fork) 6 * [Step 2: Branch](#step-2-branch) 7 * [The process of making changes](#the-process-of-making-changes) 8 * [Step 3: Code](#step-3-code) 9 * [Step 4: Commit](#step-4-commit) 10 * [Commit message guidelines](#commit-message-guidelines) 11 * [Step 5: Rebase](#step-5-rebase) 12 * [Step 6: Test](#step-6-test) 13 * [Step 7: Push](#step-7-push) [all …]
|
| D | sharing-project-news.md | 5 that cover Node.js. 10 the `nodejs/node` repo for news related to Node.js core. 13 …[What's new in the Node-API and node-addon-api world? - 2023 version](https://github.com/nodejs/ab… 20 * The next-10 team reaches out to teams/groups on an ad hoc basis 22 * The next-10 team reaches out to those who publish newsletters ad hoc 30 * [Node.js core](https://github.com/orgs/nodejs/discussions/47703). 31 * [node-api/node-addon-api](https://github.com/nodejs/abi-stable-node/issues/446). 33 * [security-team](https://github.com/nodejs/security-wg/issues/1006).
|
| /third_party/node/ |
| D | onboarding.md | 9 confirm that they are using [two-factor authentication][]. It will not be 10 possible to add them to the organization if they are not using two-factor 13 * Suggest the new Collaborator install [`node-core-utils`][] and 20 * Ask them if they want to join any [subsystem teams](https://github.com/orgs/nodejs/teams/core/tea… 21 and add them accordingly. See [Who to CC in the issue tracker][who-to-cc]. 26 * [local setup](#local-setup) 27 * [project goals and values](#project-goals-and-values) 28 * [managing the issue tracker](#managing-the-issue-tracker) 29 * [reviewing pull requests](#reviewing-pull-requests) 30 * [landing pull requests](#landing-pull-requests) [all …]
|
| D | BUILDING.md | 1 # Building Node.js 8 [Node.js issue tracker](https://github.com/nodejs/node/issues) or 13 * [Supported platforms](#supported-platforms) 16 * [Platform list](#platform-list) 17 * [Supported toolchains](#supported-toolchains) 18 * [Official binary platforms and toolchains](#official-binary-platforms-and-toolchains) 19 * [OpenSSL asm support](#openssl-asm-support) 20 * [Previous versions of this document](#previous-versions-of-this-document) 21 * [Building Node.js on supported platforms](#building-nodejs-on-supported-platforms) 22 * [Note about Python](#note-about-python) [all …]
|
| /third_party/skia/samplecode/ |
| D | SampleImageFilterDAG.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 10 #include "include/core/SkCanvas.h" 11 #include "include/core/SkColor.h" 12 #include "include/core/SkColorFilter.h" 13 #include "include/core/SkFont.h" 14 #include "include/core/SkImage.h" 15 #include "include/core/SkImageFilter.h" 16 #include "include/core/SkImageInfo.h" 17 #include "include/core/SkPaint.h" 18 #include "include/core/SkPoint.h" [all …]
|
| D | SampleSG.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 8 #include "include/core/SkCanvas.h" 9 #include "include/core/SkFont.h" 10 #include "include/core/SkFontMetrics.h" 11 #include "include/core/SkPath.h" 44 fGroup->addChild(d); in appendNode() 46 sc->fDraw = d.get(); in appendNode() 47 sc->fGeo = g.get(); in appendNode() 48 sc->fPaint = p.get(); in appendNode() 60 this->appendNode(d, r, p); in SampleSG() [all …]
|
| /third_party/node/test/common/ |
| D | README.md | 1 # Node.js Core Test Common Modules 3 This directory contains modules used to test the Node.js implementation. 7 * [ArrayStream module](#arraystream-module) 8 * [Benchmark module](#benchmark-module) 9 * [Child process module](#child-process-module) 10 * [Common module API](#common-module-api) 11 * [Countdown module](#countdown-module) 12 * [CPU Profiler module](#cpu-profiler-module) 13 * [Debugger module](#debugger-module) 14 * [DNS module](#dns-module) [all …]
|
| /third_party/node/doc/api/ |
| D | modules.md | 3 <!--introduced_in=v0.10.0--> 5 > Stability: 2 - Stable 7 <!--name=module--> 9 CommonJS modules are the original way to package JavaScript code for Node.js. 10 Node.js also supports the [ECMAScript modules][] standard used by browsers 13 In Node.js, each file is treated as a separate module. For 39 in a function by Node.js (see [module wrapper](#the-module-wrapper)). 68 The CommonJS module system is implemented in the [`module` core module][]. 72 <!-- type=misc --> 74 Node.js has two module systems: CommonJS modules and [ECMAScript modules][]. [all …]
|
| /third_party/skia/experimental/skrive/include/ |
| D | SkRive.h | 4 * Use of this source code is governed by a BSD-style license that can be 11 #include "include/core/SkBlendMode.h" 12 #include "include/core/SkColor.h" 13 #include "include/core/SkM44.h" 14 #include "include/core/SkPaint.h" 15 #include "include/core/SkPathTypes.h" 16 #include "include/core/SkRefCnt.h" 17 #include "include/core/SkString.h" 37 this->invalidate(); \ 42 this->invalidate(); \ [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | neverInference.symbols | 40 nodes: Node<T> 42 >Node : Symbol(Node, Decl(neverInference.ts, 14, 1)) 46 type Node<T> = { value: T, next: Node<T> } | null 47 >Node : Symbol(Node, Decl(neverInference.ts, 14, 1)) 52 >Node : Symbol(Node, Decl(neverInference.ts, 14, 1)) 92 f2(Array.from([0]), [], (a1, a2) => a1 - a2); 94 …ib.es2015.core.d.ts, --, --), Decl(lib.es2015.core.d.ts, --, --), Decl(lib.es2015.iterable.d.ts, -… 95 …--, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es2015.core.d.ts, --, --), Decl(lib.es2015.iterable.… 96 …ib.es2015.core.d.ts, --, --), Decl(lib.es2015.core.d.ts, --, --), Decl(lib.es2015.iterable.d.ts, -… 102 f2(Array.from([]), [0], (a1, a2) => a1 - a2); [all …]
|
| /third_party/skia/modules/svg/include/ |
| D | SkSVGRenderContext.h | 4 * Use of this source code is governed by a BSD-style license that can be 11 #include "include/core/SkFontMgr.h" 12 #include "include/core/SkM44.h" 13 #include "include/core/SkPaint.h" 14 #include "include/core/SkPath.h" 15 #include "include/core/SkRect.h" 16 #include "include/core/SkSize.h" 17 #include "include/core/SkTypes.h" 21 #include "src/core/SkTLazy.h" 60 // Inherited presentation attributes, computed for the current node. [all …]
|
| /third_party/skia/src/xml/ |
| D | SkDOM.h | 4 * Use of this source code is governed by a BSD-style license that can be 11 #include "include/core/SkScalar.h" 12 #include "include/core/SkTypes.h" 15 #include "src/core/SkArenaAlloc.h" 49 typedef SkDOMNode Node; typedef 51 static void walk_dom(const SkDOM& dom, const SkDOM::Node* node, SkXMLParser* parser); 54 virtual const Node* build(SkStream&); 56 virtual const Node* copy(const SkDOM& dom, const Node* node); 58 virtual const Node* finishParsing(); 60 const Node* getRootNode() const; [all …]
|
| /third_party/skia/include/docs/ |
| D | SkPDFDocument.h | 2 // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. 6 #include "include/core/SkDocument.h" 10 #include "include/core/SkColor.h" 11 #include "include/core/SkMilestone.h" 12 #include "include/core/SkScalar.h" 13 #include "include/core/SkString.h" 14 #include "include/core/SkTime.h" 56 /** A node in a PDF structure tree, giving a semantic representation 57 of the content. Each node ID is associated with content 58 by passing the SkCanvas and node ID to SkPDF::SetNodeId() when drawing. [all …]
|
| /third_party/node/test/fixtures/ |
| D | sea.js | 5 // because we set NODE_TEST_DIR=/Users/iojs/node-tmp on Jenkins CI. 12 // Should be possible to require core modules that optionally require the 13 // "node:" scheme. 15 const { dirname } = require('node:path'); 17 // Should be possible to require a core module that requires using the "node:" 20 const { test } = require('node:test'); 24 // Should not be possible to require a core module without the "node:" scheme if 25 // it requires using the "node:" scheme. 30 deepStrictEqual(process.argv, [process.execPath, process.execPath, '-a', '--b=c', 'd']);
|
| /third_party/skia/tests/ |
| D | DebugLayerManagerTest.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 8 #include "include/core/SkPaint.h" 9 #include "include/core/SkPicture.h" 10 #include "include/core/SkPictureRecorder.h" 11 #include "include/core/SkRect.h" 24 canvas->clear(0x00000000); in test_basic() 27 canvas->drawOval(SkRect::MakeLTRB(1,1,99,99), paint); in test_basic() 35 canvas->drawOval(SkRect::MakeLTRB(40,40,60,60), paint); in test_basic() 39 int node = 2; in test_basic() local 43 dlm.storeSkPicture(node, 0, picture1, dirtyRectFull); in test_basic() [all …]
|
| /third_party/node/deps/npm/node_modules/is-core-module/ |
| D | package.json | 2 "name": "is-core-module", 4 "description": "Is this specifier a node.js core module?", 12 "prepack": "npmignore --auto --commentLines=autogenerated", 13 "prepublish": "not-in-publish || npm run prepublishOnly", 14 "prepublishOnly": "safe-publish-latest", 17 "tests-only": "nyc tape 'test/**/*.js'", 18 "test": "npm run tests-only", 19 "posttest": "aud --production", 20 "version": "auto-changelog && git add CHANGELOG.md", 21 …"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag … [all …]
|
| /third_party/typescript/tests/baselines/reference/docker/ |
| D | azure-sdk.log | 4 Rush Multi-Project Build Tool 5.X.X - https://rushjs.io 5 Node.js version is 18.0.0 (pre-LTS) 8 ==[ @azure/eslint-plugin-azure-sdk ]=============================[ 1 of 274 ]== 9 "@azure-rest/agrifood-farming" is blocked by "@azure/eslint-plugin-azure-sdk". 10 "@azure-rest/core-client" is blocked by "@azure/eslint-plugin-azure-sdk". 11 "@azure/core-auth" is blocked by "@azure/eslint-plugin-azure-sdk". 12 "@azure/abort-controller" is blocked by "@azure/eslint-plugin-azure-sdk". 13 "@azure/core-rest-pipeline" is blocked by "@azure/eslint-plugin-azure-sdk". 14 "@azure/core-tracing" is blocked by "@azure/eslint-plugin-azure-sdk". 15 "@azure/core-util" is blocked by "@azure/eslint-plugin-azure-sdk". [all …]
|
| /third_party/node/tools/clang-format/ |
| D | package-lock.json | 2 "name": "node-core-clang-format", 8 "name": "node-core-clang-format", 12 "clang-format": "^1.8.0" 17 "resolved": "https://registry.npmjs.org/async/-/async-3.2.3.tgz", 18 …"integrity": "sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfM… 20 "node_modules/balanced-match": { 22 "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", 23 …"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlI… 25 "node_modules/brace-expansion": { 27 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", [all …]
|
| /third_party/node/lib/internal/ |
| D | freeze_intrinsics.js | 1 // Adapted from SES/Caja - Copyright (C) 2011 Google Inc. 8 // http://www.apache.org/licenses/LICENSE-2.0 15 // SPDX-License-Identifier: Apache-2.0 20 // https://github.com/tc39/proposal-ses/blob/e5271cc42a257a05dcae2fd94713ed2f46c08620/shim/src/free… 238 // eslint-disable-next-line node-core/prefer-primordials 240 // eslint-disable-next-line node-core/prefer-primordials 242 // eslint-disable-next-line node-core/prefer-primordials 244 // eslint-disable-next-line node-core/prefer-primordials 246 // eslint-disable-next-line node-core/prefer-primordials 272 // eslint-disable-next-line node-core/prefer-primordials [all …]
|