Ignore:
Timestamp:
Apr 3, 2010, 6:17:12 PM (15 years ago)
Author:
[email protected]
Message:

2010-04-03 Balazs Kelemen <[email protected]>

Reviewed by Oliver Hunt.

Fix uninitalised members in CallLinkInfo and BytecodeGenerator.

https://bugs.webkit.org/show_bug.cgi?id=36816

  • bytecode/CodeBlock.cpp: (JSC::CodeBlock::CodeBlock):
  • bytecode/CodeBlock.h: (JSC::CallLinkInfo::CallLinkInfo):
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/bytecode/CodeBlock.cpp

    r56560 r57054  
    13221322    , m_needsFullScopeChain(ownerExecutable->needsActivation())
    13231323    , m_usesEval(ownerExecutable->usesEval())
     1324    , m_usesArguments(false)
    13241325    , m_isNumericCompareFunction(false)
    13251326    , m_codeType(codeType)
Note: See TracChangeset for help on using the changeset viewer.