Home
last modified time | relevance | path

Searched refs:evalcontextfunction (Results 1 - 9 of 9) sorted by relevance

/third_party/node/tools/inspector_protocol/jinja2/
H A D__init__.py57 environmentfunction, evalcontextfunction, contextfunction, \
70 'evalcontextfilter', 'evalcontextfunction', 'make_logging_undefined',
58 is_undefined, select_autoescape global() namespace
H A Dutils.py60 def evalcontextfunction(f): function
69 f.evalcontextfunction = True
H A Druntime.py18 internalcode, object_type_repr, evalcontextfunction, Namespace namespace
248 'evalcontextfunction',
257 elif getattr(__obj, 'evalcontextfunction', 0):
502 @evalcontextfunction
/third_party/node/deps/v8/third_party/jinja2/
H A D__init__.py40 from .utils import evalcontextfunction namespace
H A Dutils.py48 def evalcontextfunction(f): function
57 f.evalcontextfunction = True
H A Druntime.py25 from .utils import evalcontextfunction namespace
275 "evalcontextfunction",
285 elif getattr(__obj, "evalcontextfunction", False) is True:
598 @evalcontextfunction
/third_party/skia/third_party/externals/jinja2/
H A D__init__.py40 from .utils import evalcontextfunction namespace
H A Dutils.py48 def evalcontextfunction(f): function
57 f.evalcontextfunction = True
H A Druntime.py25 from .utils import evalcontextfunction namespace
275 "evalcontextfunction",
285 elif getattr(__obj, "evalcontextfunction", False) is True:
598 @evalcontextfunction

Completed in 7 milliseconds