Formating

This commit is contained in:
sagudev 2021-03-12 18:30:13 +01:00
parent 425057c432
commit a265a2a7e6
3 changed files with 13 additions and 4 deletions

View file

@ -52,7 +52,7 @@ use js::jsapi::{GetRequestedModules, SetModuleMetadataHook};
use js::jsapi::{Heap, JSContext, JS_ClearPendingException, SetModulePrivate};
use js::jsapi::{JSAutoRealm, JSObject, JSString};
use js::jsapi::{JS_DefineProperty4, JS_IsExceptionPending, JS_NewStringCopyN, JSPROP_ENUMERATE};
use js::jsapi::{ThrowOnModuleEvaluationFailure, ModuleInstantiate};
use js::jsapi::{ModuleInstantiate, ThrowOnModuleEvaluationFailure};
use js::jsval::{JSVal, PrivateValue, UndefinedValue};
use js::rust::jsapi_wrapped::{GetArrayLength, JS_GetElement};
use js::rust::jsapi_wrapped::{GetRequestedModuleSpecifier, JS_GetPendingException};