We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd1f326 + 0fd4727 commit d44e843Copy full SHA for d44e843
test-app/runtime/src/main/cpp/V8GlobalHelpers.cpp
@@ -22,7 +22,7 @@ Local<Function> GetSmartJSONStringifyFunction(Isolate* isolate) {
22
string smartStringifyFunctionScript =
23
"(function () {\n"
24
" function smartStringify(object) {\n"
25
- " seen = [];\n"
+ " const seen = [];\n"
26
" var replacer = function (key, value) {\n"
27
" if (value != null && typeof value == \"object\") {\n"
28
" if (seen.indexOf(value) >= 0) {\n"
0 commit comments