Lines Matching refs:Node
22 void GeneratorPrototypeResume(CodeStubArguments* args, Node* receiver,
23 Node* value, Node* context,
29 CodeStubArguments* args, Node* receiver, Node* value, Node* context,
53 Node* result = CallStub(CodeFactory::ResumeGenerator(isolate()), context,
85 Node* result = nullptr;
118 Node* argc =
122 Node* receiver = args.GetReceiver();
123 Node* value = args.GetOptionalArgumentValue(kValueArg);
124 Node* context = Parameter(Descriptor::kContext);
135 Node* argc =
139 Node* receiver = args.GetReceiver();
140 Node* value = args.GetOptionalArgumentValue(kValueArg);
141 Node* context = Parameter(Descriptor::kContext);
152 Node* argc =
156 Node* receiver = args.GetReceiver();
157 Node* exception = args.GetOptionalArgumentValue(kExceptionArg);
158 Node* context = Parameter(Descriptor::kContext);