Changeset 217049 in webkit for trunk/Source/JavaScriptCore/runtime/EvalExecutable.cpp
- Timestamp:
- May 18, 2017, 10:42:43 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/EvalExecutable.cpp
r217031 r217049 32 32 namespace JSC { 33 33 34 const ClassInfo EvalExecutable::s_info = { "EvalExecutable", &ScriptExecutable::s_info, nullptr, nullptr, CREATE_METHOD_TABLE(EvalExecutable) };34 const ClassInfo EvalExecutable::s_info = { "EvalExecutable", &ScriptExecutable::s_info, 0, CREATE_METHOD_TABLE(EvalExecutable) }; 35 35 36 36 EvalExecutable::EvalExecutable(ExecState* exec, const SourceCode& source, bool inStrictContext, DerivedContextType derivedContextType, bool isArrowFunctionContext, EvalContextType evalContextType)
Note:
See TracChangeset
for help on using the changeset viewer.