Bug Description

Hermes version: 0.7.2
React Native version (if any): 0.64.2
OS version (if any): Big Sur
Platform (most likely one of arm64-v8a, armeabi-v7a, x86, x86_64): all
Steps To Reproduce
- open hermes degger from fliiper
- then right mouse click on any object of
console.log and click on store as global object it will not store as global object
code example:
The Expected Behavior
when i click on store as global object it should store that object in temp variable and should be copy by copy()
Bug Description
gradle cleanand confirmed this bug does not occur with JSCHermes version: 0.7.2
React Native version (if any): 0.64.2
OS version (if any): Big Sur
Platform (most likely one of arm64-v8a, armeabi-v7a, x86, x86_64): all
Steps To Reproduce
console.logand click onstore as global objectit will not store as global objectcode example:
The Expected Behavior
when i click on
store as global objectit should store that object in temp variable and should be copy bycopy()