Home | History | Annotate | Download | only in ppc

Lines Matching refs:Construct

33   // instead of the callee, due to the way that [[Construct]] is defined for
574 // Enter a construct frame.
576 FrameAndConstantPoolScope scope(masm, StackFrame::CONSTRUCT);
688 // Leave construct frame.
1002 ? masm->isolate()->builtins()->Construct()
1275 // Tail call to the function-specific construct stub (still in the caller
1279 // Jump to the construct function.
1286 __ Jump(masm->isolate()->builtins()->Construct(), RelocInfo::CODE_TARGET);
2165 // 4a. Construct the target with the given new.target and argumentsList.
2325 // Dispatch to Call or Construct depending on whether new.target is undefined.
2329 __ Jump(masm->isolate()->builtins()->Construct(), RelocInfo::CODE_TARGET);
2550 // -- r6 : new.target (only in case of [[Construct]])
2564 // -- r6 : new.target (only in case of [[Construct]])
2731 // Tail call to the function-specific construct stub (still in the caller
2759 // Construct the [[BoundTargetFunction]] via the Construct builtin.
2777 // Call into the Runtime for Proxy [[Construct]].
2804 // Check if target has a [[Construct]] internal method.
2820 // Called Construct on an exotic Object with a [[Construct]] internal method.
2831 // Called Construct on an Object that doesn't have a [[Construct]] internal