Lines Matching refs:call

63 Sd["="]=function(){var X=Os.pop();alert(X&&X.nm||X)};Sd["=="]=function(){alert(Os.pop())};Sd["stack"]=function(){alert(Os)};Sd["pstack"]=function(){alert(Os)};Sd[".call"]=function(){var N=Os.pop();var K=Os.pop();var D=Os.pop();var X=[];for(var I=0;I<N;I++)X.unshift(Os.pop());if(!D[K])throw new Error(".call: "+K+" undef")
298 /floor{.math(floor)1 .call}.bdef\n\
306 /abs{.math(abs)1 .call}.bdef\n\
307 %/.acos{.math(acos)1 .call}.bdef\n\
308 %/.asin{.math(asin)1 .call}.bdef\n\
309 /atan{.math(atan2)2 .call 180 mul .pi div}.bdef\n\
310 %/.atan2{.math(atan2)2 .call}.bdef\n\
311 %/ceiling{.math(ceil)1 .call}.bdef\n\
312 /cos{.pi mul 180 div .math(cos)1 .call}.bdef\n\
313 %/.exp{.math(exp)1 .call}.bdef\n\
314 %/log{.math(log)1 .call}.bdef\n\
315 %/.max{.math(max)2 .call}.bdef\n\
316 %/.min{.math(min)2 .call}.bdef\n\
317 %/.pow{.math(pow)2 .call}.bdef\n\
318 %/.random{.math(random)0 .call}.bdef\n\
320 %/round{.math(round)1 .call}.bdef\n\
321 %/sin{.math(sin)1 .call}.bdef\n\
322 %/sqrt{.math(sqrt)1 .call}.bdef\n\
323 %/.tan{.math(tan)1 .call}.bdef\n\
324 %/truncate{.math(truncate)1 .call}.bdef % TODO Math.truncate does not exist!\n\
329 /closepath{.svg(closepath)0 .call}.bdef\n\
330 /currentpoint{.svg(cx)0 .call .svg(cy)0 .call}.bdef\n\
350 /stringwidth{.svg(strw)1 .call 1}.bdef %fixme: height KO\n\
380 /y0{.svg(y0)1 .call}.bdef\n\
381 /y1{.svg(y1)1 .call}.bdef\n")}
387 this.psvg=new Psvg(this);this.psvg.ps_eval.call(this.psvg,text)},psdeco:function(of,f,x,y,de){if(!this.psvg)
389 return this.psvg.psdeco.call(this.psvg,f,x,y,de)},psxygl:function(of,x,y,gl){if(!this.psvg)
391 return this.psvg.psxygl.call(this.psvg,x,y,gl)},set_hooks:function(abc){abc.do_begin_end=abc2svg.psvg.do_begin_end.bind(abc,abc.do_begin_end);abc.psdeco=abc2svg.psvg.psdeco.bind(abc,abc.psdeco);abc.psxygl=abc2svg.psvg.psxygl.bind(abc,abc.psxygl)}}