Lines Matching refs:Construct
33 // instead of the callee, due to the way that [[Construct]] is defined for
567 // Enter a construct frame.
569 FrameScope scope(masm, StackFrame::CONSTRUCT);
676 // Leave construct frame.
820 ? masm->isolate()->builtins()->Construct()
1247 // Tail call to the function-specific construct stub (still in the caller
1256 __ Jump(masm->isolate()->builtins()->Construct(), RelocInfo::CODE_TARGET);
2124 // 4a. Construct the target with the given new.target and argumentsList.
2274 // Dispatch to Call or Construct depending on whether new.target is undefined.
2276 Label construct;
2278 __ Branch(&construct, ne, a3, Operand(at));
2280 __ bind(&construct);
2281 __ Jump(masm->isolate()->builtins()->Construct(), RelocInfo::CODE_TARGET);
2656 // Tail call to the function-specific construct stub (still in the caller
2747 // Construct the [[BoundTargetFunction]] via the Construct builtin.
2764 // Call into the Runtime for Proxy [[Construct]].
2792 // Check if target has a [[Construct]] internal method.
2806 // Called Construct on an exotic Object with a [[Construct]] internal method.
2817 // Called Construct on an Object that doesn't have a [[Construct]] internal