Skip to content
  • weinig@apple.com's avatar
    Replace use of OwnArrayPtr<Foo> with std::unique_ptr<Foo[]> in JavaScriptCore · 5c4dbc40
    weinig@apple.com authored
    https://bugs.webkit.org/show_bug.cgi?id=121583
    
    Reviewed by Anders Carlsson.
    
    * API/JSStringRefCF.cpp:
    (JSStringCreateWithCFString):
    * API/JSStringRefQt.cpp:
    * bytecompiler/BytecodeGenerator.cpp:
    (JSC::BytecodeGenerator::BytecodeGenerator):
    * dfg/DFGByteCodeParser.cpp:
    (JSC::DFG::ByteCodeParser::parseBlock):
    * dfg/DFGDisassembler.cpp:
    (JSC::DFG::Disassembler::dumpDisassembly):
    * runtime/Arguments.cpp:
    (JSC::Arguments::tearOff):
    * runtime/Arguments.h:
    (JSC::Arguments::isTornOff):
    (JSC::Arguments::allocateSlowArguments):
    * runtime/JSPropertyNameIterator.cpp:
    (JSC::JSPropertyNameIterator::JSPropertyNameIterator):
    * runtime/JSPropertyNameIterator.h:
    * runtime/JSSegmentedVariableObject.h:
    * runtime/JSVariableObject.h:
    * runtime/PropertyNameArray.h:
    * runtime/RegExp.cpp:
    * runtime/StructureChain.h:
    (JSC::StructureChain::finishCreation):
    * runtime/SymbolTable.h:
    (JSC::SharedSymbolTable::setSlowArguments):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@156079 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    5c4dbc40