Home
last modified time | relevance | path

Searched refs:pushExecutionContext (Results 1 – 4 of 4) sorted by relevance

/external/jsilver/src/com/google/clearsilver/jsilver/template/
DRenderingContext.java81 void pushExecutionContext(Template template); in pushExecutionContext() method
DDefaultRenderingContext.java167 public void pushExecutionContext(Template template) { in pushExecutionContext() method in DefaultRenderingContext
/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
DInterpretedMacro.java59 context.pushExecutionContext(this); in render()
DInterpretedTemplate.java66 context.pushExecutionContext(this); in render()