Home
last modified time | relevance | path

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

/third_party/jerryscript/tests/unit-ext/
H A Dtest-ext-method-register.c27 method_hello (const jerry_value_t jfunc, /**< function object */ in method_hello() function
36 } /* method_hello */ in method_hello()
73 JERRYX_PROPERTY_FUNCTION ("hello", method_hello), in test_simple_registration()
205 JERRYX_PROPERTY_FUNCTION (target_prop, method_hello), // This registration should fail in test_error_single_function()
237 JERRYX_PROPERTY_FUNCTION (prop_ok, method_hello), // This registration is ok in test_error_multiple_functions()
238 JERRYX_PROPERTY_FUNCTION (prop_err, method_hello), // This registration should fail in test_error_multiple_functions()
239 JERRYX_PROPERTY_FUNCTION (prop_not, method_hello), // This registration is not done in test_error_multiple_functions()

Completed in 2 milliseconds