Changeset 237445 in webkit for trunk/Source/JavaScriptCore/runtime/FunctionExecutable.h
- Timestamp:
- Oct 25, 2018, 9:51:59 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/FunctionExecutable.h
r237299 r237445 56 56 static FunctionExecutable* fromGlobalCode( 57 57 const Identifier& name, ExecState&, const SourceCode&, 58 JSObject*& exception, int overrideLineNumber );58 JSObject*& exception, int overrideLineNumber, std::optional<int> functionConstructorParametersEndPosition); 59 59 60 60 static void destroy(JSCell*);
Note:
See TracChangeset
for help on using the changeset viewer.