All checks were successful
ci / fast (linux) (push) Successful in 6m23s
Implement ECMA-262 §7.1.1 ToPrimitive/OrdinaryToPrimitive algorithm with valueOf/toString method dispatch, wrapper objects via new Number/String/Boolean, bare-call semantics (Number(42) → primitive), and primitive auto-boxing for method calls like (42).toString(). Updates all operator coercion points (arithmetic, comparison, equality, bitwise, unary, update, compound assignment, template literals) to use ToPrimitive. Promotes 440+ Test262 tests to pass. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
5 lines
14 B
Plaintext
5 lines
14 B
Plaintext
43
|
|
41
|
|
84
|
|
true
|