Searched refs:thisValue (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/taskpool/test/ |
H A D | test_taskpool.cpp | 97 env, thisValue, task, in CreateTaskObject() 108 return thisValue; in CreateTaskObject() 116 env, thisValue, task, in CreateNullTaskObject() 123 return thisValue; in CreateNullTaskObject() 935 env, thisValue, task, 2231 argv3[0] = thisValue; 2243 argv[0] = thisValue; 2250 argv1[0] = thisValue; 2265 argv3[0] = thisValue; 2427 env, thisValue, task, [all …]
|
/ohos5.0/foundation/communication/netstack/frameworks/js/builtin/fetch/src/ |
H A D | http_async_callback.cpp | 28 HttpAsyncCallback::HttpAsyncCallback(JSIValue thisValue) : thisVal(thisValue) {} in HttpAsyncCallback() argument
|
/ohos5.0/foundation/communication/netstack/frameworks/js/builtin/fetch/include/ |
H A D | http_async_callback.h | 31 explicit HttpAsyncCallback(JSIValue thisValue);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | ark_js_value.cpp | 155 …Local<JSValueRef> thisValue = std::static_pointer_cast<ArkJSValue>(thisObj)->GetValue(pandaRuntime… in Call() local 157 Local<JSValueRef> result = function->Call(vm, thisValue, arguments.data(), argc); in Call()
|
/ohos5.0/base/security/access_token/interfaces/kits/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()
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/effect_kit/src/ |
H A D | filter_napi.cpp | 244 napi_value thisValue = nullptr; in CreateEffect() local 246 EFFECT_JS_ARGS(env, info, status, realArgc, argv, thisValue); in CreateEffect()
|
/ohos5.0/base/security/access_token/interfaces/kits/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()
|