| 30 | |
| 31 | namespace script { |
| 32 | void setStorage(const script::Value& value, const std::string& key, const std::string& domain) { |
| 33 | storage[domain][key] = value; |
| 34 | } |
| 35 | } |
| 36 | |
| 37 | class StorageScriptObject : public script::ScriptObject { |
no outgoing calls
no test coverage detected