Lines Matching defs:register_js_function
899 register_js_function (const char *name_p, /**< name of the function */
913 } /* register_js_function */
922 register_js_function ("test_validator1", test_validator1_handler);
923 register_js_function ("test_validator2", test_validator2_handler);
924 register_js_function ("test_validator3", test_validator3_handler);
925 register_js_function ("test_validator_int1", test_validator_int1_handler);
926 register_js_function ("test_validator_int2", test_validator_int2_handler);
927 register_js_function ("test_validator_int3", test_validator_int3_handler);
928 register_js_function ("MyObjectA", create_object_a_handler);
929 register_js_function ("MyObjectB", create_object_b_handler);
930 register_js_function ("test_validator_prop1", test_validator_prop1_handler);
931 register_js_function ("test_validator_prop2", test_validator_prop2_handler);
932 register_js_function ("test_validator_prop3", test_validator_prop3_handler);
933 register_js_function ("test_validator_array1", test_validator_array1_handler);
934 register_js_function ("test_validator_array2", test_validator_array2_handler);
935 register_js_function ("test_validator_restore", test_validator_restore_handler);