Home
last modified time | relevance | path

Searched defs:jsThis (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dets_field_wrapper.cpp34 napi_env env, napi_value jsThis) in EtsAccessorsHandleThis()
64 napi_value jsThis; in EtsFieldGetter() local
99 napi_value jsThis; in EtsFieldSetter() local
Dets_method_wrapper.cpp126 napi_value jsThis; in DoEtsMethodCall() local
Dets_class_wrapper.cpp922 napi_value jsThis; in JSCtorCallback() local
972 bool EtsClassWrapper::CreateAndWrap(napi_env env, napi_value jsNewtarget, napi_value jsThis, Span<n… in CreateAndWrap()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/
Dcall_js.cpp70 ALWAYS_INLINE void SetupJSCallee(napi_value jsThis, napi_value jsFn) in SetupJSCallee()
314 napi_value jsThis {}; in ResolveQualifiedReceiverTarget() local
394 napi_value jsThis {}; in JSRuntimeCallJSBase() local
439 …napi_value jsThis = JSConvertJSValue::Wrap(env, st->ReadFixedRefArg<JSValue>(ctx->GetJSValueClass(… in JSRuntimeCallJSByValue() local
458 napi_value jsThis = refconv->Wrap(ctx, EtsObject::FromCoreType(etsThis)); in CallJSProxy() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dintrinsics_api_impl.h203 auto jsThis = ToLocal(obj); in CompilerJSCallFunction() local
Dintrinsics_api_impl.cpp543 auto jsThis = JSConvertJSValue::WrapWithNullCheck(env, object); in JSRuntimeGetProperty() local
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/js_interop/
Djs_interop_inst_builder.cpp92 IntrinsicInst *jsThis = nullptr; in BuildResolveInteropCallIntrinsic() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dlinked_hashtable_stub_builder.cpp712 …f LinkedHashTableStubBuilder<LinkedHashTableType, LinkedHashTableObject>::GetLinked(GateRef jsThis) in GetLinked()
724 …leStubBuilder<LinkedHashTableType, LinkedHashTableObject>::SetLinked(GateRef jsThis, GateRef newTa… in SetLinked()
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/
Dets_intrinsics_peephole.cpp536 auto *jsThis = intrinsic->GetInput(0).GetInst(); in BuildLoadPropertyChain() local