chakra-core / chakra-core/ChakraCore

How to get property attributes in the debugger

Open
#3,965 5 comments 0 reactions 0 assignees View on GitHub
Answered help wanted Question Task
Dominant language
JavaScript
Stars
9.3k
Forks
1.2k
PR merge metrics
No merged PRs in 30d

Description

When using `JsDiagGetProperties()` to inspect an object in the debugger, is there a way to get the property attributes (writable, configurable, enumerable) for each property? I thought that was what `propertyAttributes` was for, but that's not the case:

```
/// propertyAttributes is a bit mask of
/// NONE = 0x1,
/// HAVE_CHILDRENS = 0x2,
/// READ_ONLY_VALUE = 0x4,
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.