• jkummerow's avatar
    [regexp][liveedit] Fix inconsistent JSArrays · bb9707c8
    jkummerow authored
    The hand-written KeyedLoadIC_Megamorphic stub didn't care about JSArray
    lengths, which made it lenient towards said lengths being wrong, but it
    will soon fix that bug and thereby become more strict.
    
    LiveEdit: factory->NewJSArray(capacity) doesn't set a length, so set it
    manually.
    RegExp: to avoid having to take care of array length updating in the
    RegExpExecStub, just use a JSObject instead.
    
    Review-Url: https://codereview.chromium.org/2244673002
    Cr-Commit-Position: refs/heads/master@{#38624}
    bb9707c8
Name
Last commit
Last update
..
OWNERS Loading commit data...
assembler-ppc-inl.h Loading commit data...
assembler-ppc.cc Loading commit data...
assembler-ppc.h Loading commit data...
code-stubs-ppc.cc Loading commit data...
code-stubs-ppc.h Loading commit data...
codegen-ppc.cc Loading commit data...
codegen-ppc.h Loading commit data...
constants-ppc.cc Loading commit data...
constants-ppc.h Loading commit data...
cpu-ppc.cc Loading commit data...
deoptimizer-ppc.cc Loading commit data...
disasm-ppc.cc Loading commit data...
frames-ppc.cc Loading commit data...
frames-ppc.h Loading commit data...
interface-descriptors-ppc.cc Loading commit data...
macro-assembler-ppc.cc Loading commit data...
macro-assembler-ppc.h Loading commit data...
simulator-ppc.cc Loading commit data...
simulator-ppc.h Loading commit data...