Skip to content
Snippets Groups Projects
Commit 05d1ddf6 authored by Valerie R Young's avatar Valerie R Young Committed by Rick Waldron
Browse files

Fixup edit to info

parent 56d57956
No related branches found
No related tags found
No related merge requests found
...@@ -5,10 +5,10 @@ ...@@ -5,10 +5,10 @@
esid: sec-string.prototype.trimEnd esid: sec-string.prototype.trimEnd
description: Behavior when "this" value is a boolean. description: Behavior when "this" value is a boolean.
info: | info: |
TrimString Runtime Semantics: TrimString ( string, where )
2. Let S be ? ToString(str). 2. Let S be ? ToString(str).
ToString ToString ( argument )
Argument Type: Boolean Argument Type: Boolean
Result: Result:
If argument is true, return "true". If argument is true, return "true".
......
...@@ -5,10 +5,10 @@ ...@@ -5,10 +5,10 @@
esid: sec-string.prototype.trimEnd esid: sec-string.prototype.trimEnd
description: Behavoir when "this" value is a number. description: Behavoir when "this" value is a number.
info: | info: |
TrimString Runtime Semantics: TrimString ( string, where )
2. Let S be ? ToString(str). 2. Let S be ? ToString(str).
ToString ToString ( argument )
Argument Type: Number Argument Type: Number
Result: NumberToString(argument) Result: NumberToString(argument)
features: [string-trimming] features: [string-trimming]
......
...@@ -5,10 +5,10 @@ ...@@ -5,10 +5,10 @@
esid: sec-string.prototype.trimEnd esid: sec-string.prototype.trimEnd
description: Type error when "this" value is a Symbol description: Type error when "this" value is a Symbol
info: | info: |
TrimString Runtime Semantics: TrimString ( string, where )
2. Let S be ? ToString(str). 2. Let S be ? ToString(str).
ToString ToString ( argument )
Argument Type: Symbol Argument Type: Symbol
Result: Throw a TypeError exception Result: Throw a TypeError exception
features: [string-trimming] features: [string-trimming]
......
...@@ -5,10 +5,10 @@ ...@@ -5,10 +5,10 @@
esid: sec-string.prototype.trimStart esid: sec-string.prototype.trimStart
description: Behavior when "this" value is a boolean. description: Behavior when "this" value is a boolean.
info: | info: |
TrimString Runtime Semantics: TrimString ( string, where )
2. Let S be ? ToString(str). 2. Let S be ? ToString(str).
ToString ToString ( argument )
Argument Type: Boolean Argument Type: Boolean
Result: Result:
If argument is true, return "true". If argument is true, return "true".
......
...@@ -5,10 +5,10 @@ ...@@ -5,10 +5,10 @@
esid: sec-string.prototype.trimStart esid: sec-string.prototype.trimStart
description: Behavoir when "this" value is a number. description: Behavoir when "this" value is a number.
info: | info: |
TrimString Runtime Semantics: TrimString ( string, where )
2. Let S be ? ToString(str). 2. Let S be ? ToString(str).
ToString ToString ( argument )
Argument Type: Number Argument Type: Number
Result: NumberToString(argument) Result: NumberToString(argument)
features: [string-trimming] features: [string-trimming]
......
...@@ -5,10 +5,10 @@ ...@@ -5,10 +5,10 @@
esid: sec-string.prototype.trimStart esid: sec-string.prototype.trimStart
description: Type error when "this" value is a Symbol description: Type error when "this" value is a Symbol
info: | info: |
TrimString Runtime Semantics: TrimString ( string, where )
2. Let S be ? ToString(str). 2. Let S be ? ToString(str).
ToString ToString ( argument )
Argument Type: Symbol Argument Type: Symbol
Result: Throw a TypeError exception Result: Throw a TypeError exception
features: [string-trimming] features: [string-trimming]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment