Commit 3bfc6e3c authored by Milad Farazmand's avatar Milad Farazmand Committed by Commit Bot

[runtime] Updating Arguments to RuntimeArguments

Fixing a compilation error:
'Arguments' requires template arguments

Change-Id: I6857adadea655dffdf40250f845f76bc1832b785
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2076297
Commit-Queue: Toon Verwaest <verwaest@chromium.org>
Reviewed-by: 's avatarVictor Gomes <victorgomes@chromium.org>
Reviewed-by: 's avatarToon Verwaest <verwaest@chromium.org>
Cr-Commit-Position: refs/heads/master@{#66475}
parent 04bd0a15
......@@ -345,7 +345,7 @@ struct Xor {
// but also includes the ToInteger/ToBigInt conversion that's part of
// https://tc39.github.io/ecma262/#sec-atomicreadmodifywrite
template <template <typename> class Op>
Object GetModifySetValueInBuffer(Arguments args, Isolate* isolate) {
Object GetModifySetValueInBuffer(RuntimeArguments args, Isolate* isolate) {
HandleScope scope(isolate);
DCHECK_EQ(3, args.length());
CONVERT_ARG_HANDLE_CHECKED(JSTypedArray, sta, 0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment