Changeset 217049 in webkit for trunk/Source/JavaScriptCore/runtime/InternalFunction.cpp
- Timestamp:
- May 18, 2017, 10:42:43 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/InternalFunction.cpp
r217031 r217049 33 33 STATIC_ASSERT_IS_TRIVIALLY_DESTRUCTIBLE(InternalFunction); 34 34 35 const ClassInfo InternalFunction::s_info = { "Function", &Base::s_info, nullptr, nullptr, CREATE_METHOD_TABLE(InternalFunction) };35 const ClassInfo InternalFunction::s_info = { "Function", &Base::s_info, 0, CREATE_METHOD_TABLE(InternalFunction) }; 36 36 37 37 InternalFunction::InternalFunction(VM& vm, Structure* structure)
Note:
See TracChangeset
for help on using the changeset viewer.