Searched refs:VM_MAX_DEPTH (Results 1 – 6 of 6) sorted by relevance
102 maxDepth = rsvc.getInt(RuntimeConstants.VM_MAX_DEPTH); in init()
160 maxCallDepth = rsvc.getInt(RuntimeConstants.VM_MAX_DEPTH); in init()
126 engine.setProperty(RuntimeConstants.VM_MAX_DEPTH, 3); in testRecursiveBlockMacro()
60 Velocity.setProperty( Velocity.VM_MAX_DEPTH, 5); in setUp()
175 engine.setProperty(RuntimeConstants.VM_MAX_DEPTH, "5"); in testRecursiveBodyMacroScope()
354 String VM_MAX_DEPTH = "velocimacro.max_depth"; field