Home | History | Annotate | Download | only in cctest

Lines Matching full:hidden

3609   // Set o1 as prototype for o0. o1 has the hidden prototype flag so all
3619 // Set o2 as prototype for o0 (it will end up after o1 as o1 has the hidden
3620 // prototype flag. o2 also has the hidden prototype flag so all properties
3633 // o2 has the hidden prototype flag. o3 does not have the hidden prototype
3637 // Hidden prototypes: ^^ ^^
3651 // The prototype (__proto__) for o0 should be o3 as o1 and o2 are hidden.
3731 // Test that hidden properties object is not returned as an unnamed property
3745 // Set a hidden property on the object.
3755 // property whose value is hidden properties dictionary. The latter
3762 // Object created by t0 will become hidden prototype of object 'obj'.
3769 // Create proto objects, add hidden properties to them and set them on
3790 // another from its hidden prototype.