Changeset 37259 in webkit for trunk/JavaScriptCore/kjs
- Timestamp:
- Oct 3, 2008, 2:54:52 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/ScopeChain.h
r37257 r37259 1 1 /* 2 * Copyright (C) 2003, 2008 Apple Computer, Inc.2 * Copyright (C) 2003, 2008 Apple Inc. All rights reserved. 3 3 * 4 4 * This library is free software; you can redistribute it and/or … … 26 26 namespace JSC { 27 27 28 class JSGlobalData; 28 29 class JSGlobalObject; 29 30 class JSObject;
Note:
See TracChangeset
for help on using the changeset viewer.