• zhengxing.li's avatar
    X87: [es6] Faster implementation of OrdinaryHasInstance. · 4c0ad049
    zhengxing.li authored
      port b6419fa2 (r34959)
    
      original commit message:
      Now implemented as a builtin that delegates to the InstanceOfStub. That
      stub was parameterized to fallback to either Runtime_InstanceOf or to
      Runtime_OrdinaryHasInstance depending on the --harmony-instanceof flag.
      Once the feature stabilizes and the flag is no longer needed, we can get
      rid of this parameterization again.
    
    BUG=
    
    Review URL: https://codereview.chromium.org/1821113002
    
    Cr-Commit-Position: refs/heads/master@{#34975}
    4c0ad049
Name
Last commit
Last update
..
OWNERS Loading commit data...
assembler-x87-inl.h Loading commit data...
assembler-x87.cc Loading commit data...
assembler-x87.h Loading commit data...
builtins-x87.cc Loading commit data...
code-stubs-x87.cc Loading commit data...
code-stubs-x87.h Loading commit data...
codegen-x87.cc Loading commit data...
codegen-x87.h Loading commit data...
cpu-x87.cc Loading commit data...
deoptimizer-x87.cc Loading commit data...
disasm-x87.cc Loading commit data...
frames-x87.cc Loading commit data...
frames-x87.h Loading commit data...
interface-descriptors-x87.cc Loading commit data...
macro-assembler-x87.cc Loading commit data...
macro-assembler-x87.h Loading commit data...
simulator-x87.cc Loading commit data...
simulator-x87.h Loading commit data...