Index: include/AdblockPlus/JsEngine.h |
diff --git a/include/AdblockPlus/JsEngine.h b/include/AdblockPlus/JsEngine.h |
index d45e731d2eb89106607b7498658ae0476bb1ab35..4309044e0aecb8c026a20f50aa2a70216b161341 100644 |
--- a/include/AdblockPlus/JsEngine.h |
+++ b/include/AdblockPlus/JsEngine.h |
@@ -218,6 +218,14 @@ namespace AdblockPlus |
*/ |
JsValueList TakeJsValues(const JsWeakValuesID& id); |
+ /** |
+ * Extracts earlier stored `JsValue`s from `JsEgnine` but does not remove |
+ * them, one still must call `TakeJsValues`. |
+ * @param id `JsWeakValuesID` of values. |
+ * @return `JsValueList` of stored values. |
+ */ |
+ JsValueList GetJsValues(const JsWeakValuesID& id); |
+ |
/* |
* Private functionality required to implement timers. |
* @param arguments `v8::FunctionCallbackInfo` is the arguments received in C++ |