Changeset 193606 in webkit for trunk/Source/JavaScriptCore/llint/LLIntSlowPaths.cpp
- Timestamp:
- Dec 6, 2015, 5:54:43 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/llint/LLIntSlowPaths.cpp
r193584 r193606 1080 1080 { 1081 1081 LLINT_BEGIN(); 1082 1082 1083 JSValue thisValue = LLINT_OP_C(4).jsValue(); 1083 1084 CodeBlock* codeBlock = exec->codeBlock(); 1084 1085 JSScope* scope = exec->uncheckedR(pc[2].u.operand).Register::scope(); 1085 1086 FunctionExecutable* executable = codeBlock->functionExpr(pc[3].u.operand); 1086 1087 1087 LLINT_RETURN(JS Function::create(vm, executable, scope));1088 LLINT_RETURN(JSArrowFunction::create(vm, executable, scope, thisValue)); 1088 1089 } 1089 1090
Note:
See TracChangeset
for help on using the changeset viewer.