Add V8 interceptor support (issue #1159)

This commit is contained in:
Marshall Greenblatt
2016-10-27 13:23:56 -04:00
parent dd8daeb8c9
commit f3598b5ab0
17 changed files with 1454 additions and 37 deletions

View File

@@ -104,7 +104,7 @@ class V8Handler : public CefV8Handler {
retval = CefV8Value::CreateString("Hello, world!");
break;
case 8:
retval = CefV8Value::CreateObject(NULL);
retval = CefV8Value::CreateObject(NULL, NULL);
break;
case 9:
retval = CefV8Value::CreateArray(8);