Lines Matching defs:argument
116 * Error message, if an argument is has an error flag
118 static const char * const error_value_msg_p = "argument cannot have an error flag";
123 static const char * const wrong_args_msg_p = "wrong type of argument";
1060 * @return error - if argument has an error flag or operation is unsuccessful or unsupported
1133 * Create abort value from an api value. If the second argument is true
1168 * Create error value from an api value. If the second argument is true
1203 * Extract the api value from an error. If the second argument is true
1555 * @return jerry_value_t created from the given double argument.
1680 jerry_create_proxy (const jerry_value_t target, /**< target argument */
1681 const jerry_value_t handler) /**< handler argument */
1770 * The given argument is converted to string. This operation can throw an error.
3299 * Resolve or reject the promise with an argument.
3306 jerry_value_t argument, /**< the argument */
3317 if (ecma_is_value_error_reference (argument))
3329 &argument,
3337 JERRY_UNUSED (argument);
3551 * periodically called with the user_p argument. If frequency is greater
4296 * - JERRY_TYPEDARRAY_INVALID if the argument is not a TypedArray