Skip to content

Instantly share code, notes, and snippets.

@leobalter
Created March 19, 2016 15:51
Show Gist options
  • Select an option

  • Save leobalter/dd00be53596739a78513 to your computer and use it in GitHub Desktop.

Select an option

Save leobalter/dd00be53596739a78513 to your computer and use it in GitHub Desktop.
RelationalExpression:RelationalExpression>=ShiftExpression
Let lref be the result of evaluating RelationalExpression.
Let lval be ? GetValue(lref).
Let rref be the result of evaluating ShiftExpression.
Let rval be ? GetValue(rref).
Let r be the result of performing Abstract Relational Comparison lval < rval.
ReturnIfAbrupt(r).
If r is true or undefined, return false. Otherwise, return true.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment