Changeset 222424 in webkit for trunk/Source/JavaScriptCore
- Timestamp:
- Sep 23, 2017, 4:01:02 AM (8 years ago)
- Location:
- trunk/Source/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r222421 r222424 1 2017-09-23 Joseph Pecoraro <[email protected]> 2 3 test262: $.agent became $262.agent in test262 update 4 https://bugs.webkit.org/show_bug.cgi?id=177407 5 6 Reviewed by Yusuke Suzuki. 7 8 * jsc.cpp: 9 (GlobalObject::finishCreation): 10 Alias `$` and `$262` for now. 11 1 12 2017-09-22 Keith Miller <[email protected]> 2 13 -
trunk/Source/JavaScriptCore/jsc.cpp
r221878 r222424 1442 1442 JSObject* dollar = JSFinalObject::create(vm, plainObjectStructure); 1443 1443 putDirect(vm, Identifier::fromString(globalExec(), "$"), dollar); 1444 putDirect(vm, Identifier::fromString(globalExec(), "$262"), dollar); 1444 1445 1445 1446 addFunction(vm, dollar, "createRealm", functionDollarCreateRealm, 0);
Note:
See TracChangeset
for help on using the changeset viewer.