Searched refs:JERRYX_PROPERTY_FUNCTION (Results 1 – 3 of 3) sorted by relevance
/third_party/jerryscript/tests/unit-ext/ |
D | test-ext-method-register.c | 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()
|
/third_party/jerryscript/jerry-ext/include/jerryscript-ext/ |
D | handler.h | 66 #define JERRYX_PROPERTY_FUNCTION(NAME, FUNC) (jerryx_property_entry) { NAME, jerry_create_external_… macro
|
/third_party/jerryscript/docs/ |
D | 10.EXT-REFERENCE-HANDLER.md | 321 * `JERRYX_PROPERTY_FUNCTION(NAME, NATIVE)` - creates a native C function entry. 356 JERRYX_PROPERTY_FUNCTION ("demo", handler),
|