| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter.cpp | 40 JSThread *thread, JSTaggedType func, JSTaggedType thisObj, JSTaggedType newTarget, in NewRuntimeCallInfoBase() 70 JSThread *thread, JSTaggedValue func, JSTaggedValue thisObj, JSTaggedValue newTarget, in NewRuntimeCallInfo() 78 JSThread *thread, JSHandle<JSTaggedValue> func, JSHandle<JSTaggedValue> thisObj, in NewRuntimeCallInfo() 90 JSTaggedValue thisObj = info->GetThisValue(); in ReBuildRuntimeCallInfo() local
|
| D | interpreter-inl.h | 1415 JSTaggedType thisObj = JSTaggedValue::VALUE_UNDEFINED; in RunInternal() local 3298 JSTaggedValue thisObj; in RunInternal() local 3434 JSTaggedValue thisObj; in RunInternal() local 3570 JSTaggedValue thisObj; in RunInternal() local 3706 JSTaggedValue thisObj; in RunInternal() local 4077 JSTaggedValue thisObj; in RunInternal() local 4213 JSTaggedValue thisObj; in RunInternal() local 4348 JSTaggedValue thisObj; in RunInternal() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_array_iterator.cpp | 33 JSHandle<JSTaggedValue> thisObj(BuiltinsBase::GetThis(argv)); in Next() local 37 JSTaggedValue JSArrayIterator::NextInternal(JSThread *thread, JSHandle<JSTaggedValue> thisObj) in NextInternal()
|
| D | js_set_iterator.cpp | 33 JSHandle<JSTaggedValue> thisObj(BuiltinsBase::GetThis(argv)); in Next() local 37 JSTaggedValue JSSetIterator::NextInternal(JSThread *thread, JSHandle<JSTaggedValue> thisObj) in NextInternal()
|
| D | js_map_iterator.cpp | 33 JSHandle<JSTaggedValue> thisObj(BuiltinsBase::GetThis(argv)); in Next() local 37 JSTaggedValue JSMapIterator::NextInternal(JSThread *thread, JSHandle<JSTaggedValue> thisObj) in NextInternal()
|
| D | ecma_runtime_call_info.h | 207 JSHandle<JSTaggedValue> thisObj = GetThis(); in GetThisValue() local
|
| D | js_stable_array.cpp | 1133 JSTaggedValue JSStableArray::Sort(JSThread *thread, const JSHandle<JSObject> &thisObj, in Sort() 1140 JSTaggedValue JSStableArray::Fill(JSThread *thread, const JSHandle<JSObject> &thisObj, in Fill()
|
| /arkcompiler/ets_runtime/test/fuzztest/functionrefcall_fuzzer/ |
| D | functionrefcall_fuzzer.cpp | 42 Local<JSValueRef> thisObj(JSValueRef::Undefined(vm)); in FunctionRefCallFuzzTest() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_entrypoints.cpp | 59 void LaunchCoroutine(Method *method, ObjectHeader *obj, uint64_t *args, ObjectHeader *thisObj) in LaunchCoroutine() 92 ObjectHeader *thisObj) in CreateLaunchVirtualCoroutineEntrypoint()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | js_value_call.h | 50 EtsObject *thisObj) in EtsCallImplInstance()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_regexp.cpp | 149 JSHandle<JSTaggedValue> thisObj = GetThis(argv); in Exec() local 189 JSHandle<JSTaggedValue> thisObj = GetThis(argv); in Test() local 264 JSHandle<JSTaggedValue> thisObj = GetThis(argv); in ToString() local 299 JSHandle<JSTaggedValue> thisObj = GetThis(argv); in GetFlags() local 313 …TaggedValue BuiltinsRegExp::GetAllFlagsInternal(JSThread *thread, JSHandle<JSTaggedValue> &thisObj) in GetAllFlagsInternal() 383 JSHandle<JSTaggedValue> thisObj = GetThis(argv); in GetGlobal() local 395 JSHandle<JSTaggedValue> thisObj = GetThis(argv); in GetHasIndices() local 407 JSHandle<JSTaggedValue> thisObj = GetThis(argv); in GetIgnoreCase() local 419 JSHandle<JSTaggedValue> thisObj = GetThis(argv); in GetMultiline() local 430 JSHandle<JSTaggedValue> thisObj = GetThis(argv); in GetDotAll() local [all …]
|
| D | builtins_typedarray.cpp | 589 JSHandle<JSTypedArray> thisObj(thisHandle); in Filter() local 928 JSHandle<JSTypedArray> thisObj(thisHandle); in Map() local 1325 JSHandle<JSTypedArray> thisObj(thisHandle); in Slice() local 1536 JSHandle<JSTypedArray> thisObj(thisHandle); in Subarray() local 1738 JSHandle<JSTypedArray> thisObj(thisHandle); in ToSorted() local 1817 JSHandle<JSTypedArray> thisObj(thisHandle); in With() local 1902 JSHandle<JSTypedArray> thisObj(thisHandle); in ToReversed() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | native_inline_lowering.cpp | 97 GateRef thisObj = acc_.GetValueIn(gate, 0); in RunArrayForeachInline() local 126 void NativeInlineLowering::ArrayForeachCall(GateRef gate, GateRef thisObj, GateRef callBack, GateRe… in ArrayForeachCall()
|
| D | builtins_lowering.cpp | 249 GateRef thisObj = acc_.GetValueIn(gate, index++); in LowerTypedLocaleCompare() local 267 GateRef thisObj = acc_.GetValueIn(gate, 0); in LowerTypedArraySort() local 440 GateRef thisObj = acc_.GetValueIn(gate, 0); in LowerIteratorNext() local
|
| D | slowpath_lowering.cpp | 858 GateRef thisObj = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::THIS_OBJECT); in SaveFrameToContext() local 975 GateRef thisObj = builder_.Undefined(); in LowerCallArg0() local 990 GateRef thisObj = acc_.GetValueIn(gate, 0); in LowerCallthisrangeImm8Imm8V8() local 1015 GateRef thisObj = acc_.GetValueIn(gate, 0); in LowerWideCallthisrangePrefImm16V8() local 1050 GateRef thisObj = builder_.Undefined(); in LowerCallrangeImm8Imm8V8() local 1748 …GateRef thisObj = builder_.CallStub(glue_, gate, CommonStubCSigns::NewThisObjectChecked, { glue_, … in LowerNewObjRange() local 2746 GateRef thisObj = acc_.GetValueIn(gate, 0); in LowerCallthis0Imm8V8() local 2760 GateRef thisObj = builder_.Undefined(); in LowerCallArg1Imm8V8() local 2776 GateRef thisObj = builder_.Undefined(); in LowerWideCallrangePrefImm16V8() local 2805 GateRef thisObj = acc_.GetValueIn(gate, 0); in LowerCallThisArg1() local [all …]
|
| D | typed_bytecode_lowering.cpp | 1229 GateRef thisObj = builder_.TypedNewAllocateThis(ctor, hclassIndex, frameState); in LowerTypedNewObjRange() local 1288 GateRef thisObj = builder_.TypedSuperAllocateThis(superCtor, newTarget, frameState); in LowerTypedSuperCall() local 1492 GateRef thisObj = builder_.Undefined(); in LowerTypedCall() local 1612 GateRef thisObj = tacc.GetThisObj(); in LowerTypedThisCall() local
|
| D | ts_inline_lowering.cpp | 275 GateRef thisObj = Circuit::NullGate(); in ReplaceCallInput() local 306 GateRef thisObj = GetAccessorReceiver(gate); in ReplaceAccessorInput() local
|
| /arkcompiler/ets_runtime/test/moduletest/proxy/ |
| D | proxy.js | 27 apply: function(target, thisObj, args) { argument
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | array_helper.cpp | 377 …Array> ArrayHelper::SortIndexedProperties(JSThread *thread, const JSHandle<JSTaggedValue> &thisObj, in SortIndexedProperties()
|
| /arkcompiler/ets_runtime/ecmascript/deoptimizer/ |
| D | deoptimizer.cpp | 489 …JSTaggedValue thisObj = GetDeoptValue(curDepth, static_cast<int32_t>(SpecVregIndex::THIS_OBJECT_IN… in ConstructAsmInterpretFrame() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
| D | optimized_fast_call.cpp | 254 Register thisObj(X2); in JSFastCallWithArgV() local 332 Register thisObj(X2); in JSFastCallWithArgVAndPushUndefined() local
|
| D | optimized_call.cpp | 644 Register thisObj(X4); in JSBoundFunctionCallInternal() local 784 Register thisObj, Register newTarget, Register currentSp) in PushMandatoryJSArgs() 971 Register thisObj(X4); in GenJSCallWithArgV() local
|
| /arkcompiler/toolchain/tooling/agent/ |
| D | debugger_impl.cpp | 1422 std::unique_ptr<RemoteObject> thisObj = std::make_unique<RemoteObject>(); in GenerateCallFrame() local 1453 std::unique_ptr<RemoteObject> *thisObj) in GetLocalScopeChain() 1506 std::unique_ptr<RemoteObject> *thisObj) in GetClosureScopeChains()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
| D | method_type_infer.cpp | 872 GateRef thisObj = gateAccessor_.GetValueIn(gate, 0); // 0: index of thisObject in InferCallMethod() local 1488 auto thisObj = gateAccessor_.GetValueIn(gate, 0); in PGOTypeCheck() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
| D | optimized_fast_call.cpp | 97 Register thisObj = r8; in OptimizedFastCallAndPushUndefined() local
|