Changeset 169920 in webkit for trunk/Source/JavaScriptCore/runtime/CodeCache.cpp
- Timestamp:
- Jun 12, 2014, 4:30:51 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/CodeCache.cpp
r167313 r169920 164 164 RELEASE_ASSERT(body->ident().isNull()); 165 165 166 UnlinkedFunctionExecutable* functionExecutable = UnlinkedFunctionExecutable::create(&vm, source, body, true,UnlinkedNormalFunction);166 UnlinkedFunctionExecutable* functionExecutable = UnlinkedFunctionExecutable::create(&vm, source, body, UnlinkedNormalFunction); 167 167 functionExecutable->m_nameValue.set(vm, functionExecutable, jsString(&vm, name.string())); 168 168
Note:
See TracChangeset
for help on using the changeset viewer.