Description[csa] Replace remaining old-style GetProperty calls
Change
Node* name = HeapConstant(name_string);
Callable callable = CodeFactory::GetProperty(isolate);
CallStub(callable, context, receiver, name);
to
GetProperty(context, receiver, name_string);
BUG=
Review-Url: https://codereview.chromium.org/2751363002
Cr-Commit-Position: refs/heads/master@{#43850}
Committed: https://chromium.googlesource.com/v8/v8/+/10500cb79cd444c989e5ebe6a20f5c2cf94acc9b
Patch Set 1 #
Messages
Total messages: 11 (7 generated)
|