Lines Matching refs:error
348 * @brief This API retrieves a JSVM_ExtendedErrorInfo structure with information about the last error that
352 * @param result: The JSVM_ExtendedErrorInfo structure with more information about the error.
363 * @param error: The JavaScript value to be thrown.
368 JSVM_Value error);
374 * @param code: Optional error code to be set on the error.
375 * @param msg: C string representing the text to be associated with the error.
387 * @param code: Optional error code to be set on the error.
388 * @param msg: C string representing the text to be associated with the error.
400 * @param code: Optional error code to be set on the error.
401 * @param msg: C string representing the text to be associated with the error.
413 * @param code: Optional error code to be set on the error.
414 * @param msg: C string representing the text to be associated with the error.
423 * @brief This API queries a JSVM_Value to check if it represents an error object.
427 * @param result: Boolean value that is set to true if JSVM_Value represents an error,
440 * @param code: Optional JSVM_Value with the string for the error code to be associated with the error.
442 * @param result: JSVM_Value representing the error created.
455 * @param code: Optional JSVM_Value with the string for the error code to be associated with the error.
457 * @param result: JSVM_Value representing the error created.
470 * @param code: Optional JSVM_Value with the string for the error code to be associated with the error.
472 * @param result: JSVM_Value representing the error created.
485 * @param code: Optional JSVM_Value with the string for the error code to be associated with the error.
487 * @param result: JSVM_Value representing the error created.
566 * of the outer scope. It can only be called once per scope. If it is called more than once an error
1411 * an error is returned.
1662 * key must be a string or a symbol, or an error will be thrown. JSVM-API will