| 2040 | } |
| 2041 | |
| 2042 | inline void SaveToPersistent( |
| 2043 | const char *key, const v8::Local<v8::Value> &value) { |
| 2044 | HandleScope scope; |
| 2045 | Set(New(persistentHandle), New(key).ToLocalChecked(), value).FromJust(); |
| 2046 | } |
| 2047 | |
| 2048 | inline void SaveToPersistent( |
| 2049 | const v8::Local<v8::String> &key, const v8::Local<v8::Value> &value) { |
nothing calls this directly
no test coverage detected