Home
last modified time | relevance | path

Searched refs:JERRYX_PROPERTY_FUNCTION (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/tests/unit-ext/
Dtest-ext-method-register.c73 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()
/third_party/jerryscript/jerry-ext/include/jerryscript-ext/
Dhandler.h66 #define JERRYX_PROPERTY_FUNCTION(NAME, FUNC) (jerryx_property_entry) { NAME, jerry_create_external_… macro
/third_party/jerryscript/docs/
D10.EXT-REFERENCE-HANDLER.md321 * `JERRYX_PROPERTY_FUNCTION(NAME, NATIVE)` - creates a native C function entry.
356 JERRYX_PROPERTY_FUNCTION ("demo", handler),