Comparing version 7.2.0 to 7.3.0
{ | ||
"name": "eshost", | ||
"version": "7.2.0", | ||
"version": "7.3.0", | ||
"description": "Invoke ECMAScript scripts in any command line JS engine.", | ||
@@ -5,0 +5,0 @@ "main": "lib/eshost.js", |
@@ -8,3 +8,3 @@ /* Engine262 exposes a "$" object to its runtime */ | ||
gc() { | ||
throw new Test262Error('gc() not yet supported.'); | ||
return engine262.gc(); | ||
}, | ||
@@ -43,3 +43,2 @@ createRealm(options) { | ||
}, | ||
detachArrayBuffer: engine262.detachArrayBuffer, | ||
@@ -46,0 +45,0 @@ getGlobal(name) { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
109336