Home
last modified time | relevance | path

Searched refs:descendant (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Dmodule.cc123 Handle<Object> descendant(requested_modules->get(i), isolate); in ResetGraph()
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()
H A Dsource-text-module.cc708 for (auto& descendant : stack) { in Evaluate()
710 CHECK_EQ(descendant->status(), kEvaluating); in Evaluate()
713 Module::RecordErrorUsingPendingException(isolate, descendant); in Evaluate()
/third_party/node/tools/gyp/pylib/gyp/
H A Dxcodeproj_file.py72 owned by the root object's mainGroup or a descendant group. In most cases, the
411 If recursive is True, recurse into all descendant objects and update their
473 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
1879 # added, either as a child or deeper descendant
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dxcodeproj_file.py72 owned by the root object's mainGroup or a descendant group. In most cases, the
411 If recursive is True, recurse into all descendant objects and update their
473 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
1879 # added, either as a child or deeper descendant
[all...]
/third_party/curl/projects/
H A Dbuild-openssl.bat253 rem For OpenSSL 1.1.x the temporary paths must be separate not a descendant
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 34 milliseconds