Lines Matching +full:context +(+path:plugin +path:indexmenu) -(+path:plugin +path:indexmenu +path:lang)
417 function _getResolvedPromise(context, argArray) { argument
418 if (context === undefined) {
424 this.resolveWith(context, argArray);
428 function _getRejectedPromise(context, argArray) { argument
429 if (context === undefined) {
435 this.rejectWith(context, argArray);
439 function _makeResolveFunc(deferred, context) { argument
441 deferred.resolveWith(context);
2754 /* Return a context object that can be re-used for _callHook().
2763 // obj is already a context object
4594 // error is already a context object
6033 // calling context for root node
7200 * @param {object} [context] optional context
7202 overrideMethod: function (instance, methodName, handler, context) { argument
7207 var self = context || this;
7547 // for details) and an extended calling context:<br>