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