Home
last modified time | relevance | path

Searched defs:isPartial (Results 1 – 2 of 2) sorted by relevance

/third_party/node/test/fixtures/wpt/resources/webidl2/lib/
Dwebidl2.js710 function interface_rest(isPartial, typeName = "interface") { argument
739 function mixin_rest(isPartial) { argument
766 function interface_(isPartial) { argument
773 function namespace(isPartial) { argument
807 function dictionary(isPartial) { argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegisterCoalescer.h83 bool isPartial() const { return Partial; } in isPartial() function