Home
last modified time | relevance | path

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

/third_party/jerryscript/tests/unit-ext/
H A Dtest-ext-method-register.c231 const char *prop_not = "prop_not"; in test_error_multiple_functions() local
239 JERRYX_PROPERTY_FUNCTION (prop_not, method_hello), // This registration is not done in test_error_multiple_functions()
294 { // The "prop_not" is not available on the target object in test_error_multiple_functions()
295 jerry_value_t prop_not_val = jerry_create_string ((const jerry_char_t *) prop_not); in test_error_multiple_functions()

Completed in 1 milliseconds