Searched defs:to_bool (Results 1 – 4 of 4) sorted by relevance
300 static bool to_bool(zval* from, bool* to) { in to_bool() function
193 phoenix::function<operator_to_bool> const to_bool; variable
2911 const bool to_bool = ecma_op_to_boolean (spreadable); in ecma_op_is_concat_spreadable() local2947 const bool to_bool = ecma_op_to_boolean (is_regexp); in ecma_op_is_regexp() local
828 inline bool to_bool(const T& val) { return val != 0; } in to_bool() function