Searched refs:jerry_has_own_property (Results 1 - 5 of 5) sorted by relevance
/third_party/jerryscript/tests/unit-core/ |
H A D | test-has-property.cpp | 70 assert_boolean_and_release (jerry_has_own_property (object, prop_name), false); in HWTEST_F() 76 assert_boolean_and_release (jerry_has_own_property (object, prop_name), false); in HWTEST_F() 82 assert_boolean_and_release (jerry_has_own_property (object, prop_name), false); in HWTEST_F() 89 assert_boolean_and_release (jerry_has_own_property (object, prop_name), true); in HWTEST_F()
|
H A D | test-symbol.cpp | 89 TEST_ASSERT (jerry_get_boolean_value (jerry_has_own_property (object, symbol_1))); in HWTEST_F() 94 TEST_ASSERT (jerry_get_boolean_value (jerry_has_own_property (object, symbol_2))); in HWTEST_F() 107 TEST_ASSERT (!jerry_get_boolean_value (jerry_has_own_property (object, symbol_1))); in HWTEST_F()
|
/third_party/jerryscript/tests/unit-ext/ |
H A D | test-ext-method-register.c | 254 jerry_value_t prop_ok_exists = jerry_has_own_property (target_object, prop_ok_val); in test_error_multiple_functions() 285 jerry_value_t prop_err_exists = jerry_has_own_property (target_object, prop_err_val); in test_error_multiple_functions() 296 jerry_value_t prop_not_exists = jerry_has_own_property (target_object, prop_not_val); in test_error_multiple_functions()
|
/third_party/jerryscript/jerry-core/include/ |
H A D | jerryscript-core.h | 522 jerry_value_t jerry_has_own_property (const jerry_value_t obj_val, const jerry_value_t prop_name_val);
|
/third_party/jerryscript/jerry-core/api/ |
H A D | jerry.c | 2135 jerry_has_own_property (const jerry_value_t obj_val, /**< object value */ in jerry_has_own_property() function 2166 } /* jerry_has_own_property */ in jerry_has_own_property()
|
Completed in 14 milliseconds