| Index: src/builtins/builtins.h
|
| diff --git a/src/builtins/builtins.h b/src/builtins/builtins.h
|
| index 60fccc4321452d7c4a920046f684c63053d34376..c220424373d2209585ef9280389d87d131d5a07f 100644
|
| --- a/src/builtins/builtins.h
|
| +++ b/src/builtins/builtins.h
|
| @@ -679,6 +679,10 @@ namespace internal {
|
| /* Symbol */ \
|
| CPP(SymbolConstructor) \
|
| CPP(SymbolConstructor_ConstructStub) \
|
| + /* ES6 section 19.4.2.1 Symbol.for */ \
|
| + CPP(SymbolFor) \
|
| + /* ES6 section 19.4.2.5 Symbol.keyFor */ \
|
| + CPP(SymbolKeyFor) \
|
| /* ES6 section 19.4.3.4 Symbol.prototype [ @@toPrimitive ] ( hint ) */ \
|
| TFJ(SymbolPrototypeToPrimitive, 1) \
|
| /* ES6 section 19.4.3.2 Symbol.prototype.toString ( ) */ \
|
|
|