Home
last modified time | relevance | path

Searched defs:normal_func (Results 1 – 4 of 4) sorted by relevance

/third_party/jerryscript/tests/jerry/es2015/
Dlength-property.js111 var normal_func = function () {}; function
/third_party/jinja2/
Dasync_utils.py12 def async_variant(normal_func): # type: ignore argument
/third_party/mesa3d/src/mesa/math/
Dm_xform.h114 typedef void (*normal_func)(const GLmatrix *mat, typedef
/third_party/python/Lib/unittest/test/testmock/
Dtestasync.py40 def normal_func(): pass function