Searched refs:ConstructWithTarget (Results 1 – 2 of 2) sorted by relevance
727 extern macro ConstructWithTarget(implicit context: Context)(729 extern macro ConstructWithTarget(implicit context: Context)(
915 TNode<JSReceiver> ConstructWithTarget(TNode<Context> context, in ConstructWithTarget() function926 return ConstructWithTarget(context, new_target, new_target, args...); in Construct()