v8/src/full-codegen
bmeurer b4c7399464 [runtime] Remove the redundant %_IsObject intrinsic.
%_IsObject(foo) is equivalent to typeof foo === 'object' and has
exactly the same optimizations, so there's zero need for %_IsObject
in our code base.

R=mstarzinger@chromium.org

Review URL: https://codereview.chromium.org/1313903003

Cr-Commit-Position: refs/heads/master@{#30380}
2015-08-26 11:28:06 +00:00
..
arm [runtime] Remove the redundant %_IsObject intrinsic. 2015-08-26 11:28:06 +00:00
arm64 [runtime] Remove the redundant %_IsObject intrinsic. 2015-08-26 11:28:06 +00:00
ia32 [runtime] Remove the redundant %_IsObject intrinsic. 2015-08-26 11:28:06 +00:00
mips [runtime] Remove the redundant %_IsObject intrinsic. 2015-08-26 11:28:06 +00:00
mips64 [runtime] Remove the redundant %_IsObject intrinsic. 2015-08-26 11:28:06 +00:00
ppc [runtime] Remove the redundant %_IsObject intrinsic. 2015-08-26 11:28:06 +00:00
x64 [runtime] Remove the redundant %_IsObject intrinsic. 2015-08-26 11:28:06 +00:00
x87 [runtime] Remove the redundant %_IsObject intrinsic. 2015-08-26 11:28:06 +00:00
full-codegen.cc Parse arrow functions at proper precedence level 2015-08-26 09:36:45 +00:00
full-codegen.h [runtime] Remove the redundant %_IsObject intrinsic. 2015-08-26 11:28:06 +00:00
OWNERS Add more OWNERS for components. 2015-08-13 07:35:38 +00:00