Skip to content

harness: Simplify verifyCallableProperty#4507

Merged
gibson042 merged 1 commit intotc39:mainfrom
gibson042:2025-05-simplify-verifycallableproperty
May 28, 2025
Merged

harness: Simplify verifyCallableProperty#4507
gibson042 merged 1 commit intotc39:mainfrom
gibson042:2025-05-simplify-verifycallableproperty

Conversation

@gibson042
Copy link
Member

Ref #4468

Match the data property defaults from https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html (writable true, enumerable false, configurable true).

@gibson042 gibson042 requested a review from a team as a code owner May 28, 2025 09:13
* @param {string} [functionName] defaults to name for strings, `[${name.description}]` for symbols
* @param {number} functionLength
* @param {PropertyDescriptor} desc
* @param {PropertyDescriptor} [desc]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a note about the defaults

@gibson042 gibson042 force-pushed the 2025-05-simplify-verifycallableproperty branch from bdc0f92 to 56cf46a Compare May 28, 2025 20:50
Ref tc39#4468

Match the data property defaults from
https://tc39.es/ecma262/multipage/ecmascript-standard-built-in-objects.html
(writable true, enumerable false, configurable true).
@gibson042 gibson042 force-pushed the 2025-05-simplify-verifycallableproperty branch from 56cf46a to 4e69296 Compare May 28, 2025 20:51
@gibson042 gibson042 enabled auto-merge (squash) May 28, 2025 20:52
@gibson042 gibson042 merged commit 99867ff into tc39:main May 28, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants