| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (C) 2009 Google Inc. All rights reserved. | 2 * Copyright (C) 2009 Google Inc. All rights reserved. |
| 3 * Copyright (C) 2010 Apple Inc. All rights reserved. | 3 * Copyright (C) 2010 Apple Inc. All rights reserved. |
| 4 * | 4 * |
| 5 * Redistribution and use in source and binary formstrArg, with or without | 5 * Redistribution and use in source and binary formstrArg, with or without |
| 6 * modification, are permitted provided that the following conditions | 6 * modification, are permitted provided that the following conditions |
| 7 * are met: | 7 * are met: |
| 8 * | 8 * |
| 9 * 1. Redistributions of source code must retain the above copyright | 9 * 1. Redistributions of source code must retain the above copyright |
| 10 * notice, this list of conditions and the following disclaimer. | 10 * notice, this list of conditions and the following disclaimer. |
| (...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 298 getter raises(DOMException); | 298 getter raises(DOMException); |
| 299 | 299 |
| 300 #if defined(TESTING_V8) | 300 #if defined(TESTING_V8) |
| 301 [PerWorldBindings] readonly attribute TestObj perWorldReadOnlyAttribute; | 301 [PerWorldBindings] readonly attribute TestObj perWorldReadOnlyAttribute; |
| 302 [PerWorldBindings] attribute TestObj perWorldAttribute; | 302 [PerWorldBindings] attribute TestObj perWorldAttribute; |
| 303 [PerWorldBindings] void perWorldMethod(); | 303 [PerWorldBindings] void perWorldMethod(); |
| 304 [PerWorldBindings] void overloadedPerWorldMethod(long longArg); | 304 [PerWorldBindings] void overloadedPerWorldMethod(long longArg); |
| 305 [PerWorldBindings] void overloadedPerWorldMethod(DOMString strArg, long long
Arg); | 305 [PerWorldBindings] void overloadedPerWorldMethod(DOMString strArg, long long
Arg); |
| 306 #endif | 306 #endif |
| 307 }; | 307 }; |
| OLD | NEW |