Searched defs:jsThis (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/ |
| D | ets_field_wrapper.cpp | 34 napi_env env, napi_value jsThis) in EtsAccessorsHandleThis() 64 napi_value jsThis; in EtsFieldGetter() local 99 napi_value jsThis; in EtsFieldSetter() local
|
| D | ets_method_wrapper.cpp | 126 napi_value jsThis; in DoEtsMethodCall() local
|
| D | ets_class_wrapper.cpp | 922 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/ |
| D | call_js.cpp | 70 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/ |
| D | intrinsics_api_impl.h | 203 auto jsThis = ToLocal(obj); in CompilerJSCallFunction() local
|
| D | intrinsics_api_impl.cpp | 543 auto jsThis = JSConvertJSValue::WrapWithNullCheck(env, object); in JSRuntimeGetProperty() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/js_interop/ |
| D | js_interop_inst_builder.cpp | 92 IntrinsicInst *jsThis = nullptr; in BuildResolveInteropCallIntrinsic() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | linked_hashtable_stub_builder.cpp | 712 …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/ |
| D | ets_intrinsics_peephole.cpp | 536 auto *jsThis = intrinsic->GetInput(0).GetInst(); in BuildLoadPropertyChain() local
|