Home
last modified time | relevance | path

Searched defs:is_max (Results 1 – 2 of 2) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-math.c121 ecma_builtin_math_object_max_min (bool is_max, /**< 'max' or 'min' operation */ in ecma_builtin_math_object_max_min()
/third_party/quickjs/
Dquickjs.c41655 BOOL is_max = magic; in js_math_min_max() local