bug 594060, r=cdleary: Reflect.parse(): make source location information optional

This commit is contained in:
Dave Herman
2010-10-19 09:00:51 -07:00
parent 55bbdffb89
commit d9cf499c08
11 changed files with 208 additions and 26 deletions

View File

@@ -179,6 +179,8 @@ const char *const js_common_atom_names[] = {
js_value_str, /* valueAtom */
js_test_str, /* testAtom */
"use strict", /* useStrictAtom */
"loc", /* locAtom */
"line", /* lineAtom */
#if JS_HAS_XML_SUPPORT
js_etago_str, /* etagoAtom */