Lines Matching refs:method

3957     var method = proto[key];
3967 return method.call(this, a, b);
5451 var method = O[P];
5453 if (method === undefined) {
5457 return Call(method, O, args);
5477 var method = void 0;
5480 method = O[P];
5485 if (method === undefined) {
5490 return Promise.resolve(Call(method, O, args));
12310 ["next", "throw", "return"].forEach(function (method) {
12311 prototype[method] = function (arg) {
12312 return this._invoke(method, arg);
12344 function invoke(method, arg, resolve, reject) {
12345 var record = tryCatch(generator[method], generator, arg);
12372 function enqueue(method, arg) {
12375 invoke(method, arg, resolve, reject);
12402 return function invoke(method, arg) {
12408 if (method === "throw") {
12415 context.method = method;
12430 if (context.method === "next") {
12432 } else if (context.method === "throw") {
12439 } else if (context.method === "return") {
12459 context.method = "throw";
12467 var method = delegate.iterator[context.method];
12469 if (method === undefined) {
12472 if (context.method === "throw") {
12474 context.method = "return";
12478 if (context.method === "throw") {
12483 context.method = "throw";
12490 var record = tryCatch(method, delegate.iterator, context.arg);
12493 context.method = "throw";
12502 context.method = "throw";
12512 if (context.method !== "return") {
12513 context.method = "next";
12645 this.method = "next";
12681 context.method = "next";
12739 this.method = "next";
12755 this.method = "return";
12799 if (this.method === "next") {
23031 method: 'GET',
24243 method: 'GET',