git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
<https://bugs.webkit.org/show_bug.cgi?id=23049> [jsfunfuzz] With blocks do not correc...
[WebKit-https.git]
/
JavaScriptCore
/
bytecompiler
/
BytecodeGenerator.cpp
diff --git
a/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp
b/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp
index
b3dcdd2
..
7409cfe
100644
(file)
--- a/
JavaScriptCore/bytecompiler/BytecodeGenerator.cpp
+++ b/
JavaScriptCore/bytecompiler/BytecodeGenerator.cpp
@@
-1395,6
+1395,7
@@
RegisterID* BytecodeGenerator::emitConstruct(RegisterID* dst, RegisterID* func,
RegisterID* BytecodeGenerator::emitPushScope(RegisterID* scope)
{
RegisterID* BytecodeGenerator::emitPushScope(RegisterID* scope)
{
+ ASSERT(scope->isTemporary());
ControlFlowContext context;
context.isFinallyBlock = false;
m_scopeContextStack.append(context);
ControlFlowContext context;
context.isFinallyBlock = false;
m_scopeContextStack.append(context);