Searched refs:StorageObject (Results 1 – 3 of 3) sorted by relevance
53 function StorageObject() {} class54 StorageObject.prototype = Object.create(null);57 const m = new StorageObject();
2395 function StorageObject() {} class2396 StorageObject.prototype = Object.create(null);2398 util.inspect(new StorageObject()),2412 StorageObject.prototype = Object.create(null);2413 Object.setPrototypeOf(StorageObject.prototype, Object.create(null));2415 Object.getPrototypeOf(StorageObject.prototype),2419 util.inspect(new StorageObject()),2423 util.inspect(new StorageObject(), { depth: 1 }),
4434 …ode/commit/8243ca0e0e)] - **(SEMVER-MAJOR)** **http**: reuse existing StorageObject (Brian White) …