- From: <bugzilla@jessica.w3.org>
- Date: Thu, 09 Oct 2014 05:29:54 +0000
- To: public-webcrypto@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=26322 --- Comment #19 from Boris Zbarsky <bzbarsky@mit.edu> --- > What is the definition of 'value property' EcmaScript has two different kinds of properties. Either a property has a getter (and maybe a setter): that's an accessor property. Or it just has a value; that's a value property. > If the value of a property of a frozen object is itself an object, does that > get frozen too No. You'd have to recursively freeze the object graph if you wanted that sort of behavior. -- You are receiving this mail because: You are on the CC list for the bug.
Received on Thursday, 9 October 2014 05:29:55 UTC