mirror of https://github.com/tc39/test262.git
Replaced tabs with spaces in YAML.
This commit is contained in:
parent
bef7f988d2
commit
ffd8039386
|
@ -4,7 +4,7 @@
|
|||
es6id: 9.5.8
|
||||
esid: sec-proxy-object-internal-methods-and-internal-slots-get-p-receiver
|
||||
description: >
|
||||
Pass to target's [[Get]] correct receiver if trap is missing
|
||||
Pass to target's [[Get]] correct receiver if trap is missing
|
||||
info: >
|
||||
[[Get]] (P, Receiver)
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
es6id: 9.5.9
|
||||
esid: sec-proxy-object-internal-methods-and-internal-slots-set-p-v-receiver
|
||||
description: >
|
||||
Pass to target's [[Set]] correct receiver if trap is missing
|
||||
Pass to target's [[Set]] correct receiver if trap is missing
|
||||
info: >
|
||||
[[Set]] (P, V, Receiver)
|
||||
|
||||
|
|
Loading…
Reference in New Issue