Lines Matching defs:wrapped
430 // The intermediate wrapped functions are not user-visible. And calling a
431 // wrapped function won't cause a side effect in the creation realm.
442 // 2. Let wrapped be ! MakeBasicObject(internalSlotsList).
443 // 3. Set wrapped.[[Prototype]] to
445 // 4. Set wrapped.[[Call]] as described in 2.1.
446 // 5. Set wrapped.[[WrappedTargetFunction]] to Target.
447 // 6. Set wrapped.[[Realm]] to callerRealm.
448 Handle<JSWrappedFunction> wrapped =
451 // 7. Let result be CopyNameAndLength(wrapped, Target, "wrapped").
454 isolate, wrapped, value, Handle<String>(), 0);
475 // 9. Return wrapped.
476 return wrapped;