Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

debugger: get/set property not displayed #7139

@3y3

Description

@3y3

Test for issue

function test(){
  var prop,
      object = {};
  Object.defineProperty(object, 'prop', {
    get: function(){return prop},
    set: function(value){prop = value;}
  });
  debugger;
//REPL > object
//{prop: undefined}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions