Skip to content

Editorial: simplify a step in SetValueInBuffer#3819

Open
michaelficarra wants to merge 1 commit intomainfrom
SetValueInBuffer
Open

Editorial: simplify a step in SetValueInBuffer#3819
michaelficarra wants to merge 1 commit intomainfrom
SetValueInBuffer

Conversation

@michaelficarra
Copy link
Copy Markdown
Member

No description provided.

1. Let _execution_ be _AR_.[[CandidateExecution]].
1. Let _eventsRecord_ be the Agent Events Record of _execution_.[[EventsRecords]] whose [[AgentSignifier]] is AgentSignifier().
1. If _isTypedArray_ is *true* and IsNoTearConfiguration(_type_, _order_) is *true*, let _noTear_ be *true*; else let _noTear_ be *false*.
1. If _isTypedArray_ is *true*, let _noTear_ be IsNoTearConfiguration(_type_, _order_); else let _noTear_ be *false*.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

how is this simplified? it's just moving where the "let" happens, and making only one of the possible values be hardcoded, which seems at best the same, and at worst more complex

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.

2 participants