Changeset 192141 in webkit for trunk/Source/JavaScriptCore/bytecompiler/NodesCodegen.cpp
- Timestamp:
- Nov 8, 2015, 12:03:40 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/bytecompiler/NodesCodegen.cpp
r191875 r192141 219 219 } 220 220 221 #if ENABLE(ES6_TEMPLATE_LITERAL_SYNTAX)222 221 // ------------------------------ TemplateStringNode ----------------------------------- 223 222 … … 325 324 return generator.emitCall(generator.finalDestination(dst, tag.get()), tag.get(), expectedFunction, callArguments, divot(), divotStart(), divotEnd()); 326 325 } 327 #endif328 326 329 327 // ------------------------------ ArrayNode ------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.