Lines Matching refs:Construct
34 // instead of the callee, due to the way that [[Construct]] is defined for
125 // Enter a construct frame.
127 FrameScope scope(masm, StackFrame::CONSTRUCT);
211 // Restore the arguments count and leave the construct frame. The
219 // Leave construct frame.
352 ? masm->isolate()->builtins()->Construct()
913 // Tail call to the function-specific construct stub (still in the caller
925 __ Jump(masm->isolate()->builtins()->Construct(), RelocInfo::CODE_TARGET);
1667 // 4a. Construct the target with the given new.target and argumentsList.
2330 // Dispatch to Call or Construct depending on whether new.target is undefined.
2334 __ Jump(masm->isolate()->builtins()->Construct(), RelocInfo::CODE_TARGET);
2549 // -- edx : new.target (only in case of [[Construct]])
2563 // -- edx : new.target (only in case of [[Construct]])
2733 // Tail call to the function-specific construct stub (still in the caller
2762 // Construct the [[BoundTargetFunction]] via the Construct builtin.
2779 // Call into the Runtime for Proxy [[Construct]].
2809 // Check if target has a [[Construct]] internal method.
2825 // Called Construct on an exotic Object with a [[Construct]] internal method.
2835 // Called Construct on an Object that doesn't have a [[Construct]] internal