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/
H A Dets_method_wrapper.cpp109 napi_value jsThis; in EtsMethodCallHandler() local
H A Dets_field_wrapper.cpp64 napi_value jsThis; in EtsFieldGetter() local
93 napi_value jsThis; in EtsFieldSetter() local
33 EtsAccessorsHandleThis(EtsFieldWrapper *fieldWrapper, EtsCoroutine *coro, InteropCtx *ctx, napi_env env, napi_value jsThis) EtsAccessorsHandleThis() argument
H A Dets_class_wrapper.cpp557 napi_value jsThis; in JSCtorCallback() local
592 bool EtsClassWrapper::CreateAndWrap(napi_env env, napi_value jsNewtarget, napi_value jsThis, Span<napi_value> jsArgs) in CreateAndWrap() argument
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
H A Dintrinsics_api_impl.h143 auto jsThis = ToLocal(obj); in CompilerJSCallFunction() local
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/js_interop/
H A Djs_interop_inst_builder.cpp92 IntrinsicInst *jsThis = nullptr; in BuildResolveInteropCallIntrinsic() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/
H A Dcall_js.cpp70 ALWAYS_INLINE void SetupJSCallee(napi_value jsThis, napi_value jsFn) in SetupJSCallee() argument
370 napi_value jsThis = JSConvertJSValue::Wrap(env, st->ReadFixedRefArg<JSValue>(ctx->GetJSValueClass())); JSRuntimeCallJSByValue() local
389 napi_value jsThis = refconv->Wrap(ctx, EtsObject::FromCoreType(etsThis)); CallJSProxy() local
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/
H A Dets_intrinsics_peephole.cpp460 auto *jsThis = intrinsic->GetInput(0).GetInst(); in BuildLoadPropertyChain() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dlinked_hashtable_stub_builder.cpp707 GateRef LinkedHashTableStubBuilder<LinkedHashTableType, LinkedHashTableObject>::GetLinked(GateRef jsThis) in GetLinked() argument
719 void LinkedHashTableStubBuilder<LinkedHashTableType, LinkedHashTableObject>::SetLinked(GateRef jsThis, GateRef newTable) in SetLinked() argument
722 Store(VariableType::JS_ANY(), glue_, jsThis, linkedTableOffset, newTable); in SetLinked() local

Completed in 7 milliseconds