DescriptionX87: [runtime] Drop FIRST/LAST_NONCALLABLE_SPEC_OBJECT instance type range.
port aafc3e54848af981f02b076cc9cfe7e54a67ad6d (r32926)
original commit message:
The FIRST-LAST_NONCALLABLE_SPEC_OBJECT_TYPE range was accidentially used
in field type tracking, where we should check for JSReceiver instead
(there's no need to exclude JSProxy or JSFunction from tracking).
And the use in %_ClassOf was actually wrong and didn't match the C++
implementation in JSReceiver::class_name() anymore. Now it's consistent
again.
BUG=
Committed: https://crrev.com/e1b84ed223dbeeb7cd4abaf512a043366641c052
Cr-Commit-Position: refs/heads/master@{#32937}
Patch Set 1 #
Messages
Total messages: 8 (3 generated)
|