Home
last modified time | relevance | path

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

/third_party/node/test/fixtures/wpt/common/
H A DPrefixedLocalStorage.js11 var PrefixedLocalStorage = function () { class
16 PrefixedLocalStorage.prototype.clear = function () {
29 PrefixedLocalStorage.prototype.url = function (uri) {
43 PrefixedLocalStorage.prototype.prefixedKey = function (baseKey) {
47 PrefixedLocalStorage.prototype.setItem = function (baseKey, value) {
56 PrefixedLocalStorage.prototype.onSet = function (baseKey, fn) {
74 PrefixedLocalStorage.call(this);
77 PrefixedLocalStorageTest.prototype = Object.create(PrefixedLocalStorage.prototype);
97 PrefixedLocalStorage.call(this);
115 PrefixedLocalStorageResource.prototype = Object.create(PrefixedLocalStorage
[all...]

Completed in 1 milliseconds