decosoftware / decosoftware/deco-ide
Build fails with error
Open
- Dominant language
- JavaScript
- Stars
- 5.8k
- Forks
- 300
- PR merge metrics
- No merged PRs in 30d
Description
I tried to build this and it fails, I did nom install and the I get the following error:
```
../src/heap_snapshot.cc:46:46: error: no member named 'GetHiddenValue' in 'v8::Object'
info.GetReturnValue().Set(info.This()->GetHiddenValue(__root));
~~~~~~~~~~~ ^
../src/heap_snapshot.cc:50:20: error: no member named 'SetHiddenValue' in 'v8::Object'
info.This()->SetHiddenValue(__root, _root);
~~~~~~~~~~~ ^
```
Contributor guide
Assessment
This issue has not been assessed yet.