Changeset 212665 in webkit for trunk/Source/JavaScriptCore/interpreter/Interpreter.h
- Timestamp:
- Feb 20, 2017, 12:30:43 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/interpreter/Interpreter.h
r212618 r212665 1 1 /* 2 * Copyright (C) 2008 -2017Apple Inc. All rights reserved.2 * Copyright (C) 2008, 2013, 2015-2016 Apple Inc. All rights reserved. 3 3 * Copyright (C) 2012 Research In Motion Limited. All rights reserved. 4 4 * … … 155 155 enum ExecutionFlag { Normal, InitializeAndReturn }; 156 156 157 CallFrameClosure prepareForRepeatCall(FunctionExecutable*, CallFrame*, ProtoCallFrame*, JSFunction*, int argumentCountIncludingThis, JSScope*, const ArgList&);157 CallFrameClosure prepareForRepeatCall(FunctionExecutable*, CallFrame*, ProtoCallFrame*, JSFunction*, int argumentCountIncludingThis, JSScope*, JSValue*); 158 158 159 159 JSValue execute(CallFrameClosure&);
Note:
See TracChangeset
for help on using the changeset viewer.