Changeset 169920 in webkit for trunk/Source/JavaScriptCore/builtins
- Timestamp:
- Jun 12, 2014, 4:30:51 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/builtins/BuiltinExecutables.cpp
r167313 r169920 79 79 } 80 80 body->overrideName(name); 81 UnlinkedFunctionExecutable* functionExecutable = UnlinkedFunctionExecutable::create(&m_vm, source, body, true,UnlinkedBuiltinFunction);81 UnlinkedFunctionExecutable* functionExecutable = UnlinkedFunctionExecutable::create(&m_vm, source, body, UnlinkedBuiltinFunction); 82 82 functionExecutable->m_nameValue.set(m_vm, functionExecutable, jsString(&m_vm, name.string())); 83 83 return functionExecutable;
Note:
See TracChangeset
for help on using the changeset viewer.