Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/object.getownpropertydescriptors/
DREADME.md21 var getDescriptors = require('object.getownpropertydescriptors');
48 var descriptors = getDescriptors(obj);
64 var getDescriptors = require('object.getownpropertydescriptors');
68 var shimmedDescriptors = getDescriptors.shim();
69 assert.equal(shimmedDescriptors, getDescriptors);
70 assert.deepEqual(shimmedDescriptors(obj), getDescriptors(obj));
74 var getDescriptors = require('object.getownpropertydescriptors');
77 var shimmedDescriptors = getDescriptors.shim();
78 assert.notEqual(shimmedDescriptors, getDescriptors);
79 assert.deepEqual(shimmedDescriptors(obj), getDescriptors(obj));
/third_party/node/deps/npm/node_modules/object.getownpropertydescriptors/test/
Dindex.js3 var getDescriptors = require('../'); variable
9 …st.throws(function () { return getDescriptors(undefined); }, TypeError, 'undefined is not an objec…
10 st.throws(function () { return getDescriptors(null); }, TypeError, 'null is not an object');
14 runTests(getDescriptors, t);
Dshimmed.js3 var getDescriptors = require('../'); variable
4 getDescriptors.shim();
27 …st.throws(function () { return getDescriptors(undefined, 'a'); }, TypeError, 'undefined is not an …
28 st.throws(function () { return getDescriptors(null, 'a'); }, TypeError, 'null is not an object');
Dtests.js3 module.exports = function (getDescriptors, t) { argument
46 var result = getDescriptors(obj);
62 var descriptors = getDescriptors(obj);
91 var descriptors = getDescriptors(obj);
124 st.deepEqual(getDescriptors(proxy), { foo: fooDescriptor }, 'object has no descriptors');
/third_party/icu/tools/unicodetools/com/ibm/rbm/
DRBManager.java195 Hashtable descriptors = getDescriptors(null,commentLine); in RBManager()
297 Hashtable descriptors = getDescriptors(null,commentLine); in RBManager()
901 private Hashtable getDescriptors(Hashtable result, String line) { in getDescriptors() method in RBManager
924 return getDescriptors(result, line.substring(line.indexOf("@"), line.length())); in getDescriptors()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageDepthStencilDescriptorTests.cpp222 IODescVec getDescriptors () const;
290 IODescVec TestParams::getDescriptors () const in getDescriptors() function in vkt::image::__anon3777eee10111::TestParams
458 const auto descriptors = m_params.getDescriptors(); in initPrograms()
632 const auto descriptors = m_params.getDescriptors(); in iterate()