Changeset 222713 in webkit for trunk/Source/JavaScriptCore/jsc.cpp
- Timestamp:
- Oct 2, 2017, 10:09:08 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jsc.cpp
r222671 r222713 1128 1128 void JSTestCustomGetterSetter::finishCreation(VM& vm) 1129 1129 { 1130 Base::finishCreation(vm); 1131 1130 1132 putDirectCustomAccessor(vm, Identifier::fromString(&vm, "customValue"), 1131 1133 CustomGetterSetter::create(vm, customGetValue, customSetValue), 0);
Note:
See TracChangeset
for help on using the changeset viewer.