Home
last modified time | relevance | path

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

/third_party/jerryscript/tests/unit-ext/
H A Dtest-ext-method-register.c230 const char *prop_err = "prop_err"; in test_error_multiple_functions() local
233 freeze_property (target_object, prop_err); in test_error_multiple_functions()
238 JERRYX_PROPERTY_FUNCTION (prop_err, method_hello), // This registration should fail in test_error_multiple_functions()
283 // The "prop_err" should exist - as it was "freezed" - but it should not be a function in test_error_multiple_functions()
284 jerry_value_t prop_err_val = jerry_create_string ((const jerry_char_t *) prop_err); in test_error_multiple_functions()

Completed in 1 milliseconds