HomeSort by relevance Sort by last modified time
    Searched full:owningcontext (Results 1 - 1 of 1) sorted by null

  /external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
InterpretedMacro.java 43 private final RenderingContext owningContext;
47 RenderingContext owningContext) {
53 this.owningContext = owningContext;
58 assert context == owningContext : "Cannot render macro defined in another context";

Completed in 30 milliseconds