Add missing scope check for readonly prop initialization If the initializing assignment is an array append we will go through the UNDEF codepath of get_property_ptr_ptr, which did not ve
Add missing scope check for readonly prop initialization If the initializing assignment is an array append we will go through the UNDEF codepath of get_property_ptr_ptr, which did not verify that the initialization scope is valid.
show more ...
|