Home
last modified time | relevance | path

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

/third_party/mbedtls/scripts/
Dgenerate_ssl_debug_helpers.py85 has_instance = False
88 if has_instance is False:
89 has_instance = True
92 if has_instance:
/third_party/jerryscript/jerry-core/vm/
Dopcodes-ecma-relational-equality.c132 bool has_instance = ecma_op_to_boolean (has_instance_result); in opfunc_instanceof() local
135 return ecma_make_boolean_value (has_instance); in opfunc_instanceof()