Commit 82cd6ae
committed
[MERGE #2300 @ThomsonTan] Marshal value when traversing property keys via proxy
Merge pull request #2300 from ThomsonTan:MarshalScriptContextForEnumeratingKeysOnProxy
We missed to marshal property key string when traversing (Object.keys()) an object via a proxy on it. Marshal is necessary because the object underlying the proxy could be from a difference script context.1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1176 | 1176 | | |
1177 | 1177 | | |
1178 | 1178 | | |
1179 | | - | |
| 1179 | + | |
1180 | 1180 | | |
1181 | 1181 | | |
1182 | 1182 | | |
| |||
0 commit comments