Home
last modified time | relevance | path

Searched refs:thisValue (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/taskpool/test/
H A Dtest_taskpool.cpp97 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 Dhttp_async_callback.cpp28 HttpAsyncCallback::HttpAsyncCallback(JSIValue thisValue) : thisVal(thisValue) {} in HttpAsyncCallback() argument
/ohos5.0/foundation/communication/netstack/frameworks/js/builtin/fetch/include/
H A Dhttp_async_callback.h31 explicit HttpAsyncCallback(JSIValue thisValue);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Dark_js_value.cpp155 …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 Dnapi_request_permission.cpp73 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 Dnapi_atmanager.cpp59 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 Dfilter_napi.cpp244 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 Dpermission_record_manager_napi.cpp128 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()