Home
last modified time | relevance | path

Searched refs:ownProp (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/npm/node_modules/glob/
Dcommon.js4 exports.ownProp = ownProp
11 function ownProp (obj, field) { function
94 if (!ownProp(options, "cwd"))
Dsync.js17 var ownProp = common.ownProp variable
275 if (inGlobStar && !ownProp(this.symlinks, abs))
278 if (ownProp(this.cache, abs)) {
Dglob.js57 var ownProp = common.ownProp variable
534 if (inGlobStar && !ownProp(this.symlinks, abs))
537 if (ownProp(this.cache, abs)) {
/third_party/node/tools/
Dlint-md.mjs24558 common$2.ownProp = ownProp$2;
24565 function ownProp$2 (obj, field) {
24648 if (!ownProp$2(options, "cwd"))
24809 var ownProp$1 = common$1.ownProp;
25065 if (inGlobStar && !ownProp$1(this.symlinks, abs))
25068 if (ownProp$1(this.cache, abs)) {
25215 if (!this.stat && ownProp$1(this.cache, abs)) {
25465 var ownProp = common.ownProp; variable
25940 if (inGlobStar && !ownProp(this.symlinks, abs))
25943 if (ownProp(this.cache, abs)) {
[all …]