Home
last modified time | relevance | path

Searched refs:isTag (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/
H A Dguards.js13 exports.isUniversal = exports.isTag = exports.isString = exports.isSelector = exports.isRoot = void 0;
43 var isTag = isNodeType.bind(null, _types.TAG);
44 exports.isTag = isTag;
57 return isAttribute(node) || isTag(node);
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/
H A Dbuild-ideal-tree.js530 const isTag = spec.rawSpec && spec.type === 'tag'
533 if (!spec.name || isTag) {
535 if (isTag) {
/foundation/ability/ability_runtime/frameworks/js/napi/mission_manager/
H A Ddistributed_mission_manager.cpp160 bool isTag = false; in SetStartSyncMissionsContext() local
161 napi_has_named_property(env, value, "tag", &isTag); in SetStartSyncMissionsContext()
162 if (!isTag) { in SetStartSyncMissionsContext()

Completed in 6 milliseconds