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);
210 // Restore the arguments count and leave the construct frame. The
218 // Leave construct frame.
351 ? masm->isolate()->builtins()->Construct()
912 // Tail call to the function-specific construct stub (still in the caller
924 __ Jump(masm->isolate()->builtins()->Construct(), RelocInfo::CODE_TARGET);
1666 // 4a. Construct the target with the given new.target and argumentsList.
2306 // Dispatch to Call or Construct depending on whether new.target is undefined.
2310 __ Jump(masm->isolate()->builtins()->Construct(), RelocInfo::CODE_TARGET);
2525 // -- edx : new.target (only in case of [[Construct]])
2539 // -- edx : new.target (only in case of [[Construct]])
2709 // Tail call to the function-specific construct stub (still in the caller
2738 // Construct the [[BoundTargetFunction]] via the Construct builtin.
2755 // Call into the Runtime for Proxy [[Construct]].
2785 // Check if target has a [[Construct]] internal method.
2801 // Called Construct on an exotic Object with a [[Construct]] internal method.
2811 // Called Construct on an Object that doesn't have a [[Construct]] internal