MCPcopy Create free account
hub / github.com/binux/qiandao / Parser

Function Parser

web/static/components/angularjs/angular.js:10426–10430  ·  view source on GitHub ↗
(lexer, $filter, options)

Source from the content-addressed store, hash-verified

10424 * @constructor
10425 */
10426var Parser = function (lexer, $filter, options) {
10427 this.lexer = lexer;
10428 this.$filter = $filter;
10429 this.options = options;
10430};
10431
10432Parser.ZERO = extend(function () {
10433 return 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected