From 77d065e034db7ed21a0e110bbbfc5eb5287d009c Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Tue, 12 Jul 2022 06:33:05 +0530 Subject: fix(ext/ffi): trampoline for fast calls (#15139) --- test_ffi/tests/integration_tests.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test_ffi/tests/integration_tests.rs') diff --git a/test_ffi/tests/integration_tests.rs b/test_ffi/tests/integration_tests.rs index 55b0f7a60..4982ffad5 100644 --- a/test_ffi/tests/integration_tests.rs +++ b/test_ffi/tests/integration_tests.rs @@ -30,6 +30,7 @@ fn basic() { .arg("--allow-read") .arg("--unstable") .arg("--quiet") + .arg(r#"--v8-flags=--allow-natives-syntax"#) .arg("tests/test.js") .env("NO_COLOR", "1") .output() @@ -62,6 +63,7 @@ fn basic() { true\n\ 579\n\ 579\n\ + 579\n\ 8589934590n\n\ -8589934590n\n\ 8589934590n\n\ -- cgit v1.2.3