| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter.cpp | 38 JSThread *thread, JSTaggedType func, JSTaggedType thisObj, JSTaggedType newTarget, in NewRuntimeCallInfoBase() 69 JSThread *thread, JSTaggedValue func, JSTaggedValue thisObj, JSTaggedValue newTarget, in NewRuntimeCallInfo() 77 JSThread *thread, JSHandle<JSTaggedValue> func, JSHandle<JSTaggedValue> thisObj, in NewRuntimeCallInfo() 89 JSTaggedValue thisObj = info->GetThisValue(); in ReBuildRuntimeCallInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_array_iterator.cpp | 30 JSHandle<JSTaggedValue> thisObj(BuiltinsBase::GetThis(argv)); in Next() local 34 JSTaggedValue JSArrayIterator::NextInternal(JSThread *thread, JSHandle<JSTaggedValue> thisObj) in NextInternal()
|
| D | js_set_iterator.cpp | 30 JSHandle<JSTaggedValue> thisObj(BuiltinsBase::GetThis(argv)); in Next() local 34 JSTaggedValue JSSetIterator::NextInternal(JSThread *thread, JSHandle<JSTaggedValue> thisObj) in NextInternal()
|
| D | js_map_iterator.cpp | 31 JSHandle<JSTaggedValue> thisObj(BuiltinsBase::GetThis(argv)); in Next() local 35 JSTaggedValue JSMapIterator::NextInternal(JSThread *thread, JSHandle<JSTaggedValue> thisObj) in NextInternal()
|
| D | ecma_runtime_call_info.h | 207 JSHandle<JSTaggedValue> thisObj = GetThis(); in GetThisValue() local
|
| /arkcompiler/ets_runtime/ecmascript/shared_objects/ |
| D | js_shared_set_iterator.cpp | 29 JSHandle<JSTaggedValue> thisObj(BuiltinsBase::GetThis(argv)); in Next() local 33 JSTaggedValue JSSharedSetIterator::NextInternal(JSThread *thread, JSHandle<JSTaggedValue> thisObj) in NextInternal()
|
| D | js_shared_map_iterator.cpp | 30 JSHandle<JSTaggedValue> thisObj(BuiltinsBase::GetThis(argv)); in Next() local 34 JSTaggedValue JSSharedMapIterator::NextInternal(JSThread *thread, JSHandle<JSTaggedValue> thisObj) in NextInternal()
|
| D | js_shared_array_iterator.cpp | 31 JSHandle<JSTaggedValue> thisObj(BuiltinsBase::GetThis(argv)); in Next() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/ |
| D | call_ets.cpp | 26 EtsObject *thisObj) in CallETSHandler() 37 Span<napi_value> jsargv, EtsObject *thisObj) in HandleImpl() 191 EtsObject *thisObj) in CallETSInstance()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | builtins_lowering.cpp | 67 GateRef BuiltinLowering::TypedLocaleCompare(GateRef glue, GateRef gate, GateRef thisObj, GateRef th… in TypedLocaleCompare() 203 GateRef thisObj = acc_.GetValueIn(gate, index++); in LowerTypedLocaleCompare() local 235 GateRef thisObj = acc_.GetValueIn(gate, 0); in LowerTypedArraySort() local 448 GateRef thisObj = acc_.GetValueIn(gate, 0); in LowerIteratorNext() local 476 GateRef thisObj = acc_.GetValueIn(gate, 0); in LowerIteratorReturn() local
|
| D | call_stub_builder.h | 53 GateRef thisObj; member 60 GateRef thisObj; member
|
| D | slowpath_lowering.cpp | 906 GateRef thisObj = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::THIS_OBJECT); in SaveFrameToContext() local 1025 GateRef thisObj = builder_.Undefined(); in LowerCallArg0() local 1041 GateRef thisObj = acc_.GetValueIn(gate, 0); in LowerCallthisrangeImm8Imm8V8() local 1067 GateRef thisObj = acc_.GetValueIn(gate, 0); in LowerWideCallthisrangePrefImm16V8() local 1104 GateRef thisObj = builder_.Undefined(); in LowerCallrangeImm8Imm8V8() local 1900 GateRef thisObj = args[5]; // 5: means thisObj in LowerFastSuperCall() local 1998 …GateRef thisObj = builder_.CallStub(glue_, gate, CommonStubCSigns::NewThisObjectChecked, { glue_, … in LowerNewObjRange() local 3130 GateRef thisObj = acc_.GetValueIn(gate, 0); in LowerCallthis0Imm8V8() local 3144 GateRef thisObj = builder_.Undefined(); in LowerCallArg1Imm8V8() local 3162 GateRef thisObj = builder_.Undefined(); in LowerWideCallrangePrefImm16V8() local [all …]
|
| D | ts_inline_lowering.cpp | 279 GateRef thisObj = Circuit::NullGate(); in ReplaceCallInput() local 311 GateRef thisObj = GetAccessorReceiver(gate); in ReplaceAccessorInput() local
|
| D | typed_bytecode_lowering.cpp | 1547 GateRef thisObj = builder_.TypedNewAllocateThis(ctor, ihclass, size, frameState); in LowerTypedNewObjRange() local 1625 GateRef thisObj = builder_.TypedSuperAllocateThis(superCtor, newTarget, frameState); in LowerTypedSuperCall() local 1850 GateRef thisObj = builder_.Undefined(); in LowerTypedCall() local 2020 GateRef thisObj = tacc.GetThisObj(); in LowerTypedThisCall() local
|
| D | native_inline_lowering.cpp | 959 GateRef thisObj = acc_.GetValueIn(gate, 0); // 0: this in TryInlineDataViewGet() local 992 GateRef thisObj = acc_.GetValueIn(gate, 0); // 0: this in TryInlineDataViewSet() local 1509 GateRef thisObj = acc_.GetValueIn(gate, 0); in TryInlineArrayIterator() local
|
| /arkcompiler/ets_runtime/test/fuzztest/functionrefcall_fuzzer/ |
| D | functionrefcall_fuzzer.cpp | 42 Local<JSValueRef> thisObj(JSValueRef::Undefined(vm)); in FunctionRefCallFuzzTest() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_regexp.cpp | 143 JSHandle<JSTaggedValue> thisObj = GetThis(argv); in Exec() local 180 JSHandle<JSTaggedValue> thisObj = GetThis(argv); in Test() local 321 JSHandle<JSTaggedValue> thisObj = GetThis(argv); in ToString() local 369 JSHandle<JSTaggedValue> thisObj = GetThis(argv); in GetFlags() local 383 …TaggedValue BuiltinsRegExp::GetAllFlagsInternal(JSThread *thread, JSHandle<JSTaggedValue> &thisObj) in GetAllFlagsInternal() 456 JSHandle<JSTaggedValue> thisObj = GetThis(argv); in GetGlobal() local 468 JSHandle<JSTaggedValue> thisObj = GetThis(argv); in GetHasIndices() local 480 JSHandle<JSTaggedValue> thisObj = GetThis(argv); in GetIgnoreCase() local 492 JSHandle<JSTaggedValue> thisObj = GetThis(argv); in GetMultiline() local 503 JSHandle<JSTaggedValue> thisObj = GetThis(argv); in GetDotAll() local [all …]
|
| D | builtins_typedarray.cpp | 668 JSHandle<JSTypedArray> thisObj(thisHandle); in Filter() local 1010 JSHandle<JSTypedArray> thisObj(thisHandle); in Map() local 1433 JSHandle<JSTypedArray> thisObj(thisHandle); in Slice() local 1659 JSHandle<JSTypedArray> thisObj(thisHandle); in Subarray() local 1860 JSHandle<JSTypedArray> thisObj(thisHandle); in ToSorted() local 1939 JSHandle<JSTypedArray> thisObj(thisHandle); in With() local 2024 JSHandle<JSTypedArray> thisObj(thisHandle); in ToReversed() local
|
| D | builtins_shared_typedarray.cpp | 567 JSHandle<JSTypedArray> thisObj(thisHandle); in Filter() local 915 JSHandle<JSTypedArray> thisObj(thisHandle); in Map() local 1320 JSHandle<JSTypedArray> thisObj(thisHandle); in Slice() local 1539 JSHandle<JSTypedArray> thisObj(thisHandle); in Subarray() local
|
| /arkcompiler/ets_runtime/test/moduletest/proxy/ |
| D | proxy.js | 27 apply: function(target, thisObj, args) { argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_entrypoints.cpp | 67 void LaunchCoroutine(Method *method, ObjectHeader *obj, uint64_t *args, ObjectHeader *thisObj) in LaunchCoroutine() 100 ObjectHeader *thisObj) in CreateLaunchVirtualCoroutineEntrypoint()
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | array_helper.cpp | 378 …Array> ArrayHelper::SortIndexedProperties(JSThread *thread, const JSHandle<JSTaggedValue> &thisObj, in SortIndexedProperties()
|
| /arkcompiler/toolchain/tooling/agent/ |
| D | debugger_impl.cpp | 1709 std::unique_ptr<RemoteObject> thisObj = std::make_unique<RemoteObject>(); in GenerateCallFrame() local 1725 std::unique_ptr<RemoteObject> &thisObj) in GenerateScopeChains() 1749 std::unique_ptr<RemoteObject> *thisObj) in GetLocalScopeChain() 1802 std::unique_ptr<RemoteObject> *thisObj) in GetClosureScopeChains()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
| D | optimized_fast_call.cpp | 267 Register thisObj(X2); in JSFastCallWithArgV() local 345 Register thisObj(X2); in JSFastCallWithArgVAndPushArgv() local
|
| /arkcompiler/ets_runtime/ecmascript/deoptimizer/ |
| D | deoptimizer.cpp | 510 …JSTaggedValue thisObj = GetDeoptValue(curDepth, static_cast<int32_t>(SpecVregIndex::THIS_OBJECT_IN… in ConstructAsmInterpretFrame() local
|