summaryrefslogtreecommitdiff
path: root/deps/v8/src/builtins/regexp-test.tq
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/builtins/regexp-test.tq')
-rw-r--r--deps/v8/src/builtins/regexp-test.tq2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/src/builtins/regexp-test.tq b/deps/v8/src/builtins/regexp-test.tq
index 938dfa51f3..f2ebb7c259 100644
--- a/deps/v8/src/builtins/regexp-test.tq
+++ b/deps/v8/src/builtins/regexp-test.tq
@@ -20,7 +20,7 @@ namespace regexp {
otherwise return False;
return True;
}
- const matchIndices = RegExpExec(context, receiver, str);
+ const matchIndices = RegExpExec(receiver, str);
return SelectBooleanConstant(matchIndices != Null);
}