[Groonga-commit] groonga/groonga at fa66574 [master] Stop to accept symbol and integer for object literal key

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Feb 20 18:07:03 JST 2016


Kouhei Sutou	2016-02-20 18:07:03 +0900 (Sat, 20 Feb 2016)

  New Revision: fa66574b166adb37eb1641231da08f2d202823bd
  https://github.com/groonga/groonga/commit/fa66574b166adb37eb1641231da08f2d202823bd

  Message:
    Stop to accept symbol and integer for object literal key

  Modified files:
    lib/grn_ecmascript.lemon

  Modified: lib/grn_ecmascript.lemon (+0 -2)
===================================================================
--- lib/grn_ecmascript.lemon    2016-02-20 17:21:07 +0900 (0357f87)
+++ lib/grn_ecmascript.lemon    2016-02-20 18:07:03 +0900 (5ff37f2)
@@ -458,9 +458,7 @@ property_name_and_value ::= property_name COLON assignment_expression. {
   }
 }
 
-property_name ::= IDENTIFIER.
 property_name ::= STRING.
-property_name ::= DECIMAL.
 
 member_expression_part ::= BRACKETL expression BRACKETR. {
   grn_expr_append_op(efsi->ctx, efsi->e, GRN_OP_GET_MEMBER, 2);
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index