Home
last modified time | relevance | path

Searched refs:has_instance (Results 1 - 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-core/vm/
H A 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()
/third_party/mbedtls/scripts/
H A Dgenerate_ssl_debug_helpers.py73 has_instance = False
76 if has_instance is False:
77 has_instance = True
80 if has_instance:
/third_party/node/deps/v8/src/init/
H A Dbootstrapper.cc1690 Handle<JSFunction> has_instance = InstallFunctionAtSymbol( in InitializeGlobal() local
1694 native_context()->set_function_has_instance(*has_instance); in InitializeGlobal()
/third_party/node/deps/v8/src/api/
H A Dapi.cc8252 V(HasInstance, has_instance) \

Completed in 33 milliseconds