Lines Matching defs:that
113 Local<Object> that = args.This();
121 context = that->GetCreationContext().ToLocalChecked();
225 if (!that->Set(context, env->url_string(), url).FromMaybe(false)) {
229 if (that->SetPrivate(context, env->host_defined_option_symbol(), id_symbol)
242 env, that, module, url, context_object, synthetic_evaluation_step);
248 that->SetIntegrityLevel(context, IntegrityLevel::kFrozen);
249 args.GetReturnValue().Set(that);
278 Local<Object> that = args.This();
281 ASSIGN_OR_RETURN_UNWRAP(&obj, that);
314 resolver_arg->Call(mod_context, that, arraysize(argv), argv);
416 // It is possible that execution was terminated by another timeout in
706 Local<Object> that = args.This();
709 ASSIGN_OR_RETURN_UNWRAP(&obj, that);
726 Local<Object> that = args.This();
729 ASSIGN_OR_RETURN_UNWRAP(&obj, that);