Searched refs:macro_body (Results 1 - 4 of 4) sorted by relevance
/third_party/jinja2/ |
H A D | compiler.py | 611 def macro_body( member in CodeGenerator 695 """Dump the macro definition for the def created by macro_body.""" 1317 macro_frame, macro_ref = self.macro_body(node, frame) 1327 call_frame, macro_ref = self.macro_body(node, frame)
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | compiler.py | 507 def macro_body(self, node, frame): member in CodeGenerator 588 """Dump the macro definition for the def created by macro_body.""" 1233 macro_frame, macro_ref = self.macro_body(node, frame) 1243 call_frame, macro_ref = self.macro_body(node, frame)
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | compiler.py | 505 def macro_body(self, node, frame): member in CodeGenerator 583 """Dump the macro definition for the def created by macro_body.""" 1176 macro_frame, macro_ref = self.macro_body(node, frame) 1187 call_frame, macro_ref = self.macro_body(node, frame)
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | compiler.py | 507 def macro_body(self, node, frame): member in CodeGenerator 588 """Dump the macro definition for the def created by macro_body.""" 1233 macro_frame, macro_ref = self.macro_body(node, frame) 1243 call_frame, macro_ref = self.macro_body(node, frame)
|
Completed in 10 milliseconds