Changeset 192882 in webkit for trunk/Source/JavaScriptCore/llint/LLIntSlowPaths.cpp
- Timestamp:
- Dec 1, 2015, 6:39:58 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/llint/LLIntSlowPaths.cpp
r192876 r192882 1056 1056 { 1057 1057 LLINT_BEGIN(); 1058 1058 1059 JSValue thisValue = LLINT_OP_C(4).jsValue(); 1059 1060 CodeBlock* codeBlock = exec->codeBlock(); 1060 1061 JSScope* scope = exec->uncheckedR(pc[2].u.operand).Register::scope(); 1061 1062 FunctionExecutable* executable = codeBlock->functionExpr(pc[3].u.operand); 1062 1063 1063 LLINT_RETURN(JS Function::create(vm, executable, scope));1064 LLINT_RETURN(JSArrowFunction::create(vm, executable, scope, thisValue)); 1064 1065 } 1065 1066
Note:
See TracChangeset
for help on using the changeset viewer.