• Home
  • Raw
  • Download

Lines Matching refs:JSConstructNode

824     return JSConstructNode{node_ptr()}.ArgumentCount();  in ConstructArity()
828 return JSConstructNode{node_ptr()}.target(); in TargetInput()
832 return JSConstructNode{node_ptr()}.new_target(); in NewTargetInput()
871 JSConstructNode n(node_ptr()); in CallPromiseExecutor()
887 JSConstructNode n(node_ptr()); in CallPromiseReject()
2248 JSConstructNode n(node_ptr()); in ReducePromiseConstructor()
3091 STATIC_ASSERT(JSConstructNode::FirstArgumentIndex() == 2); in ReduceReflectConstruct()
3099 STATIC_ASSERT(JSConstructNode::TargetIndex() == 0); in ReduceReflectConstruct()
3100 STATIC_ASSERT(JSConstructNode::NewTargetIndex() == 1); in ReduceReflectConstruct()
3101 STATIC_ASSERT(JSConstructNode::kFeedbackVectorIsLastInput); in ReduceReflectConstruct()
3102 node->ReplaceInput(JSConstructNode::TargetIndex(), arg_target); in ReduceReflectConstruct()
3103 node->ReplaceInput(JSConstructNode::NewTargetIndex(), arg_new_target); in ReduceReflectConstruct()
3104 node->ReplaceInput(JSConstructNode::ArgumentIndex(0), arg_argument_list); in ReduceReflectConstruct()
3918 JSConstructNode n(construct); in CheckIfConstructor()
4173 node, javascript()->Construct(JSConstructNode::ArityForArgc(argc), in ReduceCallOrConstructWithArrayLikeOrSpreadOfCreateArguments()
5014 JSConstructNode n(node); in ReduceJSConstruct()
5049 STATIC_ASSERT(JSConstructNode::NewTargetIndex() == 1); in ReduceJSConstruct()
5116 STATIC_ASSERT(JSConstructNode::NewTargetIndex() == 1); in ReduceJSConstruct()
5201 node, javascript()->Construct(JSConstructNode::ArityForArgc(arity), in ReduceJSConstruct()
5244 node, javascript()->Construct(JSConstructNode::ArityForArgc(arity), in ReduceJSConstruct()
7170 JSConstructNode n(node); in ReduceTypedArrayConstructor()