Home
last modified time | relevance | path

Searched refs:getNamespace (Results 1 – 6 of 6) sorted by relevance

/third_party/css-what/src/
Dstringify.ts66 : `${getNamespace(token.namespace)}*`;
151 return `${getNamespace(token.namespace)}${escapeName(
157 function getNamespace(namespace: string | null): string { function
/third_party/node/test/parallel/
Dtest-internal-module-wrap.js26 assert.strictEqual(foo.getNamespace().five, 5);
/third_party/node/lib/internal/modules/esm/
Dloader.js232 namespace: module.getNamespace(),
338 return module.getNamespace();
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_xml.js116 getNamespace: function () { method
/third_party/skia/src/core/
DSkResourceCache.h45 void* getNamespace() const { return fNamespace; } in getNamespace() function
/third_party/node/lib/internal/vm/
Dmodule.js171 return this[kWrap].getNamespace();