0

This is debug info from the Chromium debugger:

this.getFunc["interestingObj"]: r=>{return arguments.length?(a[e]=r,i(r),n&&o(),t):a[e]}
arguments : (...)
caller : (...)
length : 1
name : ""
__proto__ : function ()
[[FunctionLocation]] : theLib.min.js:20
[[Scopes]] : Scopes[6]
0 : Closure
1 : Closure (t.props.ap.nodes)
a : Object
  propObject: Object

I would like to have access to propObject in the last line...and see if I maybe can manipulate that.

Is it possible? If yes, how?

I tried many things, such as

this.getFunc["interestingObj"].propObject

this.getFunc["interestingObj"]().probOject

this.getFunc["probOject"]

and many more, but so far I haven't succeeded.

transient_loop
  • 5,984
  • 15
  • 58
  • 117

0 Answers0