Lines Matching refs:Construct
47 // instead of the callee, due to the way that [[Construct]] is defined for
556 // Enter a construct frame.
558 FrameScope scope(masm, StackFrame::CONSTRUCT);
679 // Leave construct frame.
985 ? masm->isolate()->builtins()->Construct()
1261 // Tail call to the function-specific construct stub (still in the caller
1270 __ Jump(masm->isolate()->builtins()->Construct(), RelocInfo::CODE_TARGET);
2162 // 4a. Construct the target with the given new.target and argumentsList.
2313 __ Mov(x0, len); // The 'len' argument for Call() or Construct().
2335 // Dispatch to Call or Construct depending on whether new.target is undefined.
2339 __ Jump(masm->isolate()->builtins()->Construct(), RelocInfo::CODE_TARGET);
2549 // -- x3 : new.target (only in case of [[Construct]])
2563 // -- x3 : new.target (only in case of [[Construct]])
2721 // Tail call to the function-specific construct stub (still in the caller
2751 // Construct the [[BoundTargetFunction]] via the Construct builtin.
2768 // Call into the Runtime for Proxy [[Construct]].
2796 // Check if target has a [[Construct]] internal method.
2811 // Called Construct on an exotic Object with a [[Construct]] internal method.
2821 // Called Construct on an Object that doesn't have a [[Construct]] internal