Home
last modified time | relevance | path

Searched refs:StorageObject (Results 1 – 3 of 3) sorted by relevance

/third_party/node/benchmark/es/
Dmap-bench.js53 function StorageObject() {} class
54 StorageObject.prototype = Object.create(null);
57 const m = new StorageObject();
/third_party/node/test/parallel/
Dtest-util-inspect.js2395 function StorageObject() {} class
2396 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 }),
/third_party/node/doc/changelogs/
DCHANGELOG_V8.md4434 …ode/commit/8243ca0e0e)] - **(SEMVER-MAJOR)** **http**: reuse existing StorageObject (Brian White) …