• 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-s390-inl.h Loading commit data...
assembler-s390.cc Loading commit data...
assembler-s390.h Loading commit data...
code-stubs-s390.cc Loading commit data...
code-stubs-s390.h Loading commit data...
codegen-s390.cc Loading commit data...
codegen-s390.h Loading commit data...
constants-s390.cc Loading commit data...
constants-s390.h Loading commit data...
cpu-s390.cc Loading commit data...
deoptimizer-s390.cc Loading commit data...
disasm-s390.cc Loading commit data...
frames-s390.cc Loading commit data...
frames-s390.h Loading commit data...
interface-descriptors-s390.cc Loading commit data...
macro-assembler-s390.cc Loading commit data...
macro-assembler-s390.h Loading commit data...
simulator-s390.cc Loading commit data...
simulator-s390.h Loading commit data...