Implement Symbol.prototype[ @@toPrimitive ]( hint )
#1233
Labels
builtins
PRs and Issues related to builtins/intrinsics
E-Easy
Easy
enhancement
New feature or request
good first issue
Good for newcomers
Milestone
ECMASCript feature
Implement
Symbol.prototype[ @@toPrimitive ]( hint )
.The to primitive function described in spec can be created with
FunctionBuilder
and it can be added toSymbol.prototype
withConstructorBuilder::property()
method.The text was updated successfully, but these errors were encountered: