Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Issue 29424659: Noissue - generalize storing of `JsValue`s in `JsEngine` (Closed)

Created:
April 28, 2017, 10:27 a.m. by sergei
Modified:
April 28, 2017, 2:38 p.m.
Reviewers:
hub
CC:
Felix Dahlke
Base URL:
https://github.com/adblockplus/libadblockplus.git
Visibility:
Public.

Description

The beauty of it is that it allows to capture JsValue (actually ID of stored values) which is normally references JsEngine by a function stored in JsEngine as a callback and avoid a circular referencing. # this change is also required for https://issues.adblockplus.org/ticket/5182

Patch Set 1 #

Patch Set 2 : add empty line #

Unified diffs Side-by-side diffs Delta from patch set Stats (+89 lines, -26 lines) Patch
M include/AdblockPlus/JsEngine.h View 1 5 chunks +39 lines, -8 lines 0 comments Download
M src/JsEngine.cpp View 3 chunks +50 lines, -18 lines 0 comments Download

Messages

Total messages: 2
sergei
April 28, 2017, 10:31 a.m. (2017-04-28 10:31:54 UTC) #1
hub
April 28, 2017, 1:05 p.m. (2017-04-28 13:05:15 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld