Searched defs:etsThis (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/ |
| D | ets_field_wrapper.cpp | 50 EtsObject *etsThis = fieldWrapper->GetOwner()->UnwrapEtsProxy(ctx, jsThis); in EtsAccessorsHandleThis() local 77 EtsObject *etsThis = EtsAccessorsHandleThis<IS_STATIC>(etsFieldWrapper, coro, ctx, env, jsThis); in EtsFieldGetter() local 106 EtsObject *etsThis = EtsAccessorsHandleThis<IS_STATIC>(etsFieldWrapper, coro, ctx, env, jsThis); in EtsFieldSetter() local
|
| D | ets_method_wrapper.cpp | 147 EtsObject *etsThis = _this->owner_->UnwrapEtsProxy(ctx, jsThis); in EtsMethodCallHandler() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | js_refconvert_function.cpp | 37 auto etsThis = sharedRef->GetEtsObject(ctx); in EtsLambdaProxyInvoke() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/ |
| D | call_js.cpp | 385 ObjectHeader *etsThis = st->SetupArgreader(true); in CallJSProxy() local
|