Home
last modified time | relevance | path

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

/third_party/jerryscript/tools/
Dgen-magic-strings.py195 def guards_to_str(guards): function
230 print('#if {guards}'.format(guards=guards_to_str(guards)), file=gen_file)
250 print('#if {guards}'.format(guards=guards_to_str(guards)), file=gen_file)
254 print('#elif {guards}'.format(guards=guards_to_str(guards)), file=gen_file)