keith_miller@apple.com | bcc77f2 | 2016-07-15 06:03:25 +0000 | [diff] [blame] | 1 | // Copyright 2009 the Sputnik authors. All rights reserved. |
2 | // This code is governed by the BSD license found in the LICENSE file. | ||||
3 | |||||
4 | /*--- | ||||
5 | info: The "native" token can be used as identifier | ||||
6 | es5id: 7.6.1.2_A1.20 | ||||
7 | description: Checking if execution of "native=1" succeeds | ||||
8 | ---*/ | ||||
9 | |||||
10 | var native = 1; |