Handle revoked Proxy during [[Get]] operation (#4349)

The handling of Proxy.[[Get]] was not fully correctly in the case when the
Proxy was revoked during the execution of the handler.

JerryScript-DCO-1.0-Signed-off-by: Peter Gal pgal.usz@partner.samsung.com
This commit is contained in:
Péter Gál
2020-12-04 10:49:40 +01:00
committed by GitHub
parent de37e1e049
commit 89ff0fcf1f
5 changed files with 45 additions and 7 deletions
-1
View File
@@ -40,7 +40,6 @@
<test id="built-ins/Date/prototype/toTimeString/format.js"><reason></reason></test>
<test id="built-ins/Date/value-symbol-to-prim-invocation.js"><reason></reason></test>
<test id="built-ins/Date/value-to-primitive-call.js"><reason></reason></test>
<test id="built-ins/Function/internals/Construct/base-ctor-revoked-proxy.js"><reason></reason></test>
<test id="built-ins/Function/prototype/toString/AsyncFunction.js"><reason></reason></test>
<test id="built-ins/Function/prototype/toString/Function.js"><reason></reason></test>
<test id="built-ins/Function/prototype/toString/GeneratorFunction.js"><reason></reason></test>