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 D | ets_method_wrapper.cpp | 109 napi_value jsThis; in EtsMethodCallHandler() local
|
| H A D | ets_field_wrapper.cpp | 64 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 D | ets_class_wrapper.cpp | 557 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 D | intrinsics_api_impl.h | 143 auto jsThis = ToLocal(obj); in CompilerJSCallFunction() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/js_interop/ |
| H A D | js_interop_inst_builder.cpp | 92 IntrinsicInst *jsThis = nullptr; in BuildResolveInteropCallIntrinsic() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/ |
| H A D | call_js.cpp | 70 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 D | ets_intrinsics_peephole.cpp | 460 auto *jsThis = intrinsic->GetInput(0).GetInst(); in BuildLoadPropertyChain() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | linked_hashtable_stub_builder.cpp | 707 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