Home
last modified time | relevance | path

Searched defs:jsThis (Results 1 – 8 of 8) 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
93 napi_value jsThis; in EtsFieldSetter() local
Dets_method_wrapper.cpp109 napi_value jsThis; in EtsMethodCallHandler() local
Dets_class_wrapper.cpp558 napi_value jsThis; in JSCtorCallback() local
593 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()
244 napi_value jsThis {}; in ResolveQualifiedReceiverTarget() local
325 napi_value jsThis {}; in JSRuntimeCallJSBase() local
370 …napi_value jsThis = JSConvertJSValue::Wrap(env, st->ReadFixedRefArg<JSValue>(ctx->GetJSValueClass(… in JSRuntimeCallJSByValue() local
389 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.h143 auto jsThis = ToLocal(obj); in CompilerJSCallFunction() 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.cpp713 …f LinkedHashTableStubBuilder<LinkedHashTableType, LinkedHashTableObject>::GetLinked(GateRef jsThis) in GetLinked()
725 …leStubBuilder<LinkedHashTableType, LinkedHashTableObject>::SetLinked(GateRef jsThis, GateRef newTa… in SetLinked()
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/
Dets_intrinsics_peephole.cpp460 auto *jsThis = intrinsic->GetInput(0).GetInst(); in BuildLoadPropertyChain() local