Searched refs:thisValue (Results 1 - 3 of 3) sorted by relevance
/base/security/access_token/frameworks/js/napi/privacy/src/ |
H A D | permission_record_manager_napi.cpp | 128 napi_value thisValue = nullptr; in ReturnCallbackResult() local 130 NAPI_CALL_RETURN_VOID(env, napi_get_undefined(env, &thisValue)); in ReturnCallbackResult() 134 napi_call_function(env, thisValue, callback, ASYNC_CALL_BACK_VALUES_NUM, results, &thatValue)); in ReturnCallbackResult()
|
/base/security/access_token/frameworks/js/napi/accesstoken/src/ |
H A D | napi_request_permission.cpp | 73 napi_value thisValue = nullptr; in ReturnCallbackResult() local 75 NAPI_CALL_RETURN_VOID(env, napi_get_undefined(env, &thisValue)); in ReturnCallbackResult() 79 napi_call_function(env, thisValue, callback, ASYNC_CALL_BACK_VALUES_NUM, results, &thatValue)); in ReturnCallbackResult()
|
H A D | napi_atmanager.cpp | 59 napi_value thisValue = nullptr; in ReturnCallbackResult() local 61 NAPI_CALL_RETURN_VOID(env, napi_get_undefined(env, &thisValue)); in ReturnCallbackResult() 65 napi_call_function(env, thisValue, callback, ASYNC_CALL_BACK_VALUES_NUM, results, &thatValue)); in ReturnCallbackResult()
|
Completed in 7 milliseconds