Lines Matching +full:context +(+path:plugin +path:indexmenu) -(+path:plugin +path:indexmenu +path:lang)
1878 function _getResolvedPromise(context, argArray) { argument
1879 if (context === undefined) {
1885 this.resolveWith(context, argArray);
1889 function _getRejectedPromise(context, argArray) { argument
1890 if (context === undefined) {
1896 this.rejectWith(context, argArray);
1900 function _makeResolveFunc(deferred, context) { argument
1902 deferred.resolveWith(context);
4215 /* Return a context object that can be re-used for _callHook().
4224 // obj is already a context object
6055 // error is already a context object
7494 // calling context for root node
8661 * @param {object} [context] optional context
8663 overrideMethod: function (instance, methodName, handler, context) { argument
8668 var self = context || this;
9009 // for details) and an extended calling context:<br>