Changeset 119779 in webkit for trunk/Source/JavaScriptCore/bytecode/CodeBlock.h
- Timestamp:
- Jun 7, 2012, 6:31:21 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/bytecode/CodeBlock.h
r119660 r119779 1 1 /* 2 * Copyright (C) 2008, 2009, 2010 Apple Inc. All rights reserved.2 * Copyright (C) 2008, 2009, 2010, 2011, 2012 Apple Inc. All rights reserved. 3 3 * Copyright (C) 2008 Cameron Zwarich <[email protected]> 4 4 * … … 1500 1500 #endif 1501 1501 1502 inline JSValue Structure::prototypeForLookup(CodeBlock* codeBlock) const 1503 { 1504 return prototypeForLookup(codeBlock->globalObject()); 1505 } 1506 1502 1507 } // namespace JSC 1503 1508
Note:
See TracChangeset
for help on using the changeset viewer.