[quickjs-devel] Read Only Property, that C code can modify, but JS code can't

  • From: Connor Nolan <connor24nolan@xxxxxxxx>
  • To: "quickjs-devel@xxxxxxxxxxxxx" <quickjs-devel@xxxxxxxxxxxxx>
  • Date: Wed, 7 Aug 2019 18:50:48 +0000

Is it possible to create a read only property that C code can modify, but JS 
can't, and that cant be overridden by Object.defineProperty()? Also is it 
possible to give an object a hidden property that is only accessible from C 
code?

Other related posts: