Home
last modified time | relevance | path

Searched refs:descendant (Results 1 – 25 of 30) sorted by relevance

12

/third_party/node/deps/v8/src/objects/
Dmodule.cc123 Handle<Object> descendant(requested_modules->get(i), isolate); in ResetGraph() local
124 if (descendant->IsModule()) { in ResetGraph()
125 ResetGraph(isolate, Handle<Module>::cast(descendant)); in ResetGraph()
127 DCHECK(descendant->IsUndefined(isolate)); in ResetGraph()
475 Module descendant = Module::cast(requested_modules.get(i)); in IsGraphAsync() local
476 if (descendant.IsSourceTextModule()) { in IsGraphAsync()
477 const bool cycle = !visited.insert(descendant).second; in IsGraphAsync()
478 if (!cycle) worklist.push_back(SourceTextModule::cast(descendant)); in IsGraphAsync()
Dsource-text-module.cc708 for (auto& descendant : stack) { in Evaluate() local
710 CHECK_EQ(descendant->status(), kEvaluating); in Evaluate()
713 Module::RecordErrorUsingPendingException(isolate, descendant); in Evaluate()
/third_party/css-what/
Dreadme.md51 | `descendant` | - | | `{ type: 'descend…
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dxcodeproj_file.py473 for descendant in descendants:
474 if descendant.id in ids:
475 other = ids[descendant.id]
479 descendant.id,
480 str(descendant._properties),
485 ids[descendant.id] = descendant
/third_party/node/tools/gyp/pylib/gyp/
Dxcodeproj_file.py473 for descendant in descendants:
474 if descendant.id in ids:
475 other = ids[descendant.id]
479 descendant.id,
480 str(descendant._properties),
485 ids[descendant.id] = descendant
/third_party/vk-gl-cts/external/vulkan-docs/src/katex/contrib/
Dcopy-tex.mjs29 // descendant, with inline delimiters.
/third_party/skia/third_party/externals/egl-registry/specs/
Digstyle.css176 * A B selects a B that is a descendant of A.
/third_party/EGL/specs/
Digstyle.css176 * A B selects a B that is a descendant of A.
/third_party/node/deps/npm/docs/content/using-npm/
Ddependency-selectors.md25 - `>` direct descendant/child
26 - ` ` any descendant/child
/third_party/node/deps/npm/node_modules/postcss-selector-parser/
DAPI.md85 * **Descendant Combinators** The value of descendant combinators created by the
86 parser always just a single space (`" "`). For descendant selectors with no
/third_party/openssl/
DNOTES-WINDOWS.md132 This toolchain (a descendant of Turbo/Borland C++) is an alternative to MSVC.
/third_party/node/deps/openssl/openssl/
DNOTES-WINDOWS.md132 This toolchain (a descendant of Turbo/Borland C++) is an alternative to MSVC.
/third_party/node/deps/npm/node_modules/@npmcli/config/
DREADME.md5 This module is the spiritual descendant of
/third_party/python/Doc/library/
Dlogging.rst98 hierarchy, then it will see all events logged by all descendant loggers,
156 Returns a logger which is a descendant to this logger, as determined by the suffix.
673 been generated by descendant loggers will not be filtered by a logger's filter
674 setting, unless the filter has also been applied to those descendant loggers.
Dtkinter.ttk.rst960 *item* is not visible (i.e., if it is a descendant of a closed item or is
Dast.rst2052 Recursively yield all descendant nodes in the tree starting at *node*
Dmultiprocessing.rst609 Note that descendant processes of the process will *not* be terminated --
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
DVK_EXT_debug_utils.adoc75 pname:device must: be a descendant of the same slink:VkPhysicalDevice as
164 pname:device must: be a descendant of the same slink:VkPhysicalDevice as
/third_party/curl/projects/
Dbuild-openssl.bat253 rem For OpenSSL 1.1.x the temporary paths must be separate not a descendant
/third_party/ltp/scripts/
Dspelling.txt419 decendant||descendant
/third_party/protobuf/src/google/protobuf/
Ddescriptor.proto792 // does not mean that it is a descendant. For example, a "group" defines
/third_party/python/Doc/whatsnew/
D2.5.rst849 from :exc:`BaseException` or some descendant of :exc:`BaseException`, and future
D2.7.rst530 method that retrieves a descendant logger using a relative path.
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/asciidoctor-chunker/
Dasciidoctor-chunker.js4 …procedure={universal:50,tag:30,attribute:1,pseudo:0,"pseudo-element":0,descendant:-1,child:-1,pare… property
/third_party/typescript/doc/
Dspec-ARCHIVED.md4181 …e type, that interface type can only be implemented by that class or a descendant class. For examp…

12