Improve cycle detection in V8ValueConverter
This commit is contained in:
parent
10d39f673a
commit
50e2e26e4f
2 changed files with 68 additions and 15 deletions
|
@ -32,6 +32,7 @@ class V8ValueConverter {
|
|||
|
||||
private:
|
||||
class FromV8ValueState;
|
||||
class ScopedUniquenessGuard;
|
||||
|
||||
v8::Local<v8::Value> ToV8ValueImpl(v8::Isolate* isolate,
|
||||
const base::Value* value) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue