Comparing version 7.4.0 to 7.4.1
{ | ||
"name": "eshost", | ||
"version": "7.4.0", | ||
"version": "7.4.1", | ||
"description": "Invoke ECMAScript scripts in any command line JS engine.", | ||
@@ -5,0 +5,0 @@ "main": "lib/eshost.js", |
@@ -8,5 +8,2 @@ /* run-test262 exposes a $262 object, so no need to define it */ | ||
}; | ||
$262.createRealm = function() { | ||
throw new Test262Error('createRealm() not yet supported.'); | ||
}; | ||
$262.getGlobal = function(name) { | ||
@@ -13,0 +10,0 @@ return this.global[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
110432
2296