Lines Matching refs:Construct
33 // instead of the callee, due to the way that [[Construct]] is defined for
566 // Enter a construct frame.
568 FrameAndConstantPoolScope scope(masm, StackFrame::CONSTRUCT);
678 // Leave construct frame.
980 ? masm->isolate()->builtins()->Construct()
1247 // Tail call to the function-specific construct stub (still in the caller
1251 // Jump to the construct function.
1257 __ Jump(masm->isolate()->builtins()->Construct(), RelocInfo::CODE_TARGET);
2108 // 4a. Construct the target with the given new.target and argumentsList.
2263 // Dispatch to Call or Construct depending on whether new.target is undefined.
2267 __ Jump(masm->isolate()->builtins()->Construct(), RelocInfo::CODE_TARGET);
2481 // -- r3 : new.target (only in case of [[Construct]])
2496 // -- r3 : new.target (only in case of [[Construct]])
2654 // Tail call to the function-specific construct stub (still in the caller
2678 // Construct the [[BoundTargetFunction]] via the Construct builtin.
2694 // Call into the Runtime for Proxy [[Construct]].
2722 // Check if target has a [[Construct]] internal method.
2738 // Called Construct on an exotic Object with a [[Construct]] internal method.
2748 // Called Construct on an Object that doesn't have a [[Construct]] internal