Changeset 178693 in webkit for trunk/Source/JavaScriptCore/jit/ClosureCallStubRoutine.cpp
- Timestamp:
- Jan 19, 2015, 9:01:26 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/ClosureCallStubRoutine.cpp
r172176 r178693 1 1 /* 2 * Copyright (C) 2012, 2014 Apple Inc. All rights reserved.2 * Copyright (C) 2012, 2014, 2015 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 40 40 ClosureCallStubRoutine::ClosureCallStubRoutine( 41 41 const MacroAssemblerCodeRef& code, VM& vm, const JSCell* owner, 42 ExecutableBase* executable , const CodeOrigin& codeOrigin)42 ExecutableBase* executable) 43 43 : GCAwareJITStubRoutine(code, vm) 44 44 , m_executable(vm, owner, executable) 45 , m_codeOrigin(codeOrigin)46 45 { 47 46 }
Note:
See TracChangeset
for help on using the changeset viewer.