Index: src/builtins/builtins.h |
diff --git a/src/builtins/builtins.h b/src/builtins/builtins.h |
index d3ede7fc98c84ce45c281da0530363ebf9ac59b0..2c10bdd5e2df9f92827c116d2c4705d6cd6c771c 100644 |
--- a/src/builtins/builtins.h |
+++ b/src/builtins/builtins.h |
@@ -676,6 +676,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 ( ) */ \ |