Changeset 226489 in webkit for trunk/Source/JavaScriptCore/runtime/JSBoundFunction.cpp
- Timestamp:
- Jan 6, 2018, 4:15:21 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSBoundFunction.cpp
r224309 r226489 226 226 Base::finishCreation(vm, executable, length, name); 227 227 ASSERT(inherits(vm, info())); 228 229 putDirectNonIndexAccessor(vm, vm.propertyNames->arguments, globalObject()->throwTypeErrorArgumentsCalleeAndCallerGetterSetter(), PropertyAttribute::DontDelete | PropertyAttribute::DontEnum | PropertyAttribute::Accessor);230 putDirectNonIndexAccessor(vm, vm.propertyNames->caller, globalObject()->throwTypeErrorArgumentsCalleeAndCallerGetterSetter(), PropertyAttribute::DontDelete | PropertyAttribute::DontEnum | PropertyAttribute::Accessor);231 228 } 232 229
Note:
See TracChangeset
for help on using the changeset viewer.