type CompletionStep = Box<dyn FnOnce(&mut JSContext, &GlobalScope) + 'static>;
struct CompletionStep(/* private fields */);