Changeset 174359 in webkit for trunk/Source/JavaScriptCore/llint
- Timestamp:
- Oct 6, 2014, 12:29:27 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/llint/LLIntSlowPaths.cpp
r174294 r174359 1251 1251 ASSERT(exec->codeBlock()->usesArguments()); 1252 1252 Arguments* arguments = jsCast<Arguments*>(exec->uncheckedR(VirtualRegister(pc[1].u.operand).offset()).jsValue()); 1253 if (JSValue activationValue = LLINT_OP_C(2).jsValue()) 1254 arguments->didTearOffActivation(exec, jsCast<JSLexicalEnvironment*>(activationValue)); 1255 else 1256 arguments->tearOff(exec); 1253 arguments->tearOff(exec); 1257 1254 LLINT_END(); 1258 1255 }
Note:
See TracChangeset
for help on using the changeset viewer.