From 4f8dea100e751d550a4a40d11b142fc9a7c4a5a8 Mon Sep 17 00:00:00 2001 From: Nayeem Rahman Date: Fri, 2 Sep 2022 18:44:45 +0100 Subject: refactor(test): grab runTests() and runBenchmarks() from __bootstrap (#15420) --- core/runtime.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/runtime.rs') diff --git a/core/runtime.rs b/core/runtime.rs index b1d8f3d80..5b3b0ce50 100644 --- a/core/runtime.rs +++ b/core/runtime.rs @@ -629,7 +629,7 @@ impl JsRuntime { .ok() } - pub(crate) fn grab_global<'s, T>( + pub fn grab_global<'s, T>( scope: &mut v8::HandleScope<'s>, path: &str, ) -> Option> -- cgit v1.2.3