Searched defs:jsexec (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
H A Djsevalcontext.js120 * undefined or null. Hence, we have to protect jsexec() from using
225 JsEvalContext.prototype.jsexec = function(exprFunction, template) {
229 log('jsexec EXCEPTION: ' + e + ' at ' + template +
301 return this.jsexec(exprFunction, opt_template);
362 * JsEvalContext.jsexec(). All that is returned as a flattened array
392 * JsEvalContext.jsexec(). All that is returned as an Array of
/external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
H A Djsevalcontext.js120 * undefined or null. Hence, we have to protect jsexec() from using
225 JsEvalContext.prototype.jsexec = function(exprFunction, template) {
229 log('jsexec EXCEPTION: ' + e + ' at ' + template +
301 return this.jsexec(exprFunction, opt_template);
362 * JsEvalContext.jsexec(). All that is returned as a flattened array
392 * JsEvalContext.jsexec(). All that is returned as an Array of

Completed in 65 milliseconds