Changeset 156624 in webkit for trunk/Source/JavaScriptCore/runtime/InternalFunction.cpp
- Timestamp:
- Sep 29, 2013, 8:45:30 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/InternalFunction.cpp
r155143 r156624 35 35 const ClassInfo InternalFunction::s_info = { "Function", &Base::s_info, 0, 0, CREATE_METHOD_TABLE(InternalFunction) }; 36 36 37 InternalFunction::InternalFunction( JSGlobalObject* globalObject, Structure* structure)38 : JSDestructibleObject( globalObject->vm(), structure)37 InternalFunction::InternalFunction(VM& vm, Structure* structure) 38 : JSDestructibleObject(vm, structure) 39 39 { 40 40 }
Note:
See TracChangeset
for help on using the changeset viewer.