MCPcopy Create free account
hub / github.com/SuperMap/iClient-JavaScript / ev

Method ev

src/common/style/CartoCSS.js:4503–4511  ·  view source on GitHub ↗
(env)

Source from the content-addressed store, hash-verified

4501 }
4502
4503 ev(env) {
4504 if (this.value.length === 1) {
4505 return this.value[0].ev(env);
4506 } else {
4507 return new CartoCSS.Tree.Value(this.value.map(function (v) {
4508 return v.ev(env);
4509 }));
4510 }
4511 }
4512
4513 toJS(env) {
4514 //var v = this.value[0].value[0];

Callers 1

toJSMethod · 0.95

Calls 2

mapMethod · 0.80
evMethod · 0.45

Tested by

no test coverage detected