From 7d425a913b73f3c0296d17a2c0e629f58f119534 Mon Sep 17 00:00:00 2001 From: Joshua Bell Date: Fri, 22 Nov 2019 12:27:55 -0800 Subject: [PATCH] Disallow proxies during key conversion All engines disallow using proxies when specifying keys. Update spec text to reflect this. Closes #309 --- index.bs | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/index.bs b/index.bs index 3a7888e..8783608 100644 --- a/index.bs +++ b/index.bs @@ -38,33 +38,32 @@ spec: ecma262; urlPrefix: https://tc39.github.io/ecma262/ text: ! text: ? text: abrupt completion; url: sec-completion-record-specification-type - text: ReturnIfAbrupt; url: sec-returnifabrupt - text: IdentifierName; url: prod-IdentifierName - text: Type; url: sec-ecmascript-data-types-and-values - text: HasOwnProperty; url: sec-hasownproperty - text: Get; url: sec-get-o-p + text: Array; url: sec-array-objects + text: array exotic object; url: array-exotic-objects + text: Array.prototype.sort; url: sec-array.prototype.sort + text: ArrayBuffer; url: sec-arraybuffer-objects text: CreateDataProperty; url: sec-createdataproperty - text: ToLength; url: sec-tolength - text: ToString; url: sec-tostring - text: IsArray; url: sec-isarray - text: String; url: sec-terms-and-definitions-string-type - text: Number; url: sec-terms-and-definitions-number-type - text: RegExp; url: sec-regexp-regular-expression-objects + text: current Realm; url: current-realm text: Date; url: sec-date-objects + text: Get; url: sec-get-o-p + text: HasOwnProperty; url: sec-hasownproperty + text: IdentifierName; url: prod-IdentifierName + text: Number; url: sec-terms-and-definitions-number-type text: Object; url: sec-object-objects - text: TypeError; url: sec-native-error-types-used-in-this-standard-typeerror - text: Array; url: sec-array-objects - text: ArrayBuffer; url: sec-arraybuffer-objects - text: Uint8Array; url: sec-typedarray-objects - text: Promise; url: sec-promise-objects text: Realm; url: realm - text: current Realm; url: current-realm - text: Array.prototype.sort; url: sec-array.prototype.sort text: Record; url: sec-list-and-record-specification-type + text: RegExp; url: sec-regexp-regular-expression-objects + text: ReturnIfAbrupt; url: sec-returnifabrupt + text: String; url: sec-terms-and-definitions-string-type + text: ToLength; url: sec-tolength + text: ToString; url: sec-tostring + text: Type; url: sec-ecmascript-data-types-and-values + text: TypeError; url: sec-native-error-types-used-in-this-standard-typeerror + text: Uint8Array; url: sec-typedarray-objects spec: webidl; urlPrefix: https://heycam.github.io/webidl/ type: dfn - text: sequence; url: idl-sequence text: sequence; url: idl-sequence + text: sequence; url: idl-sequence