Regexp.prototype.exec should not generate return array with [[Put]]
Releated issue: #1078 JerryScript-DCO-1.0-Signed-off-by: Youngil Choi duddlf.choi@samsung.com
This commit is contained in:
committed by
Eunji Jeong
parent
314e74f8ce
commit
efdf91a0d6
@@ -15,13 +15,4 @@
|
||||
|
||||
Array.prototype.push(Math.sin);
|
||||
Object.freeze(Array.prototype);
|
||||
|
||||
try
|
||||
{
|
||||
String.prototype.match(String.prototype);
|
||||
assert (false);
|
||||
}
|
||||
catch (e)
|
||||
{
|
||||
assert (e instanceof TypeError);
|
||||
}
|
||||
String.prototype.match(String.prototype);
|
||||
|
||||
Reference in New Issue
Block a user