Lines Matching full:associated
590 …* @brief This API retrieves data that was previously associated with the currently running JSVM en…
594 …* @param data: The data item that was previously associated with the currently running JSVM enviro…
627 * @param msg: C string representing the text to be associated with the error.
638 * @param msg: C string representing the text to be associated with the error.
649 * @param msg: C string representing the text to be associated with the error.
660 * @param msg: C string representing the text to be associated with the error.
682 …* @param code: Optional JSVM_Value with the string for the error code to be associated with the er…
694 …* @param code: Optional JSVM_Value with the string for the error code to be associated with the er…
706 …* @param code: Optional JSVM_Value with the string for the error code to be associated with the er…
718 …* @param code: Optional JSVM_Value with the string for the error code to be associated with the er…
873 * JavaScript value associated with the JSVM_Ref. Otherwise, result will be NULL.
885 * JavaScript data associated with the JSVM_Ref. Otherwise, result will be NULL.
2313 * @param jsObject: The object associated with the native instance.
2322 …* using OH_JSVM_Wrap() and removes the wrapping. If a finalize callback was associated with the wr…
2326 * @param jsObject: The object associated with the native instance.
2337 * If the object already has an associated type tag, this API will return JSVM_INVALID_ARG.
2441 * resp. reject the associated promise.
2442 * @param promise: The JavaScript promise associated with the deferred object.
2450 * which it is associated. Thus, it can only be used to resolve JavaScript promises
2456 * @param deferred: The deferred object whose associated promise to resolve.
2465 * which it is associated. Thus, it can only be used to reject JavaScript promises
2471 * @param deferred: The deferred object whose associated promise to resolve.