Home
last modified time | relevance | path

Searched defs:thisObj (Results 1 – 25 of 49) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter.cpp38 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/
Djs_array_iterator.cpp30 JSHandle<JSTaggedValue> thisObj(BuiltinsBase::GetThis(argv)); in Next() local
34 JSTaggedValue JSArrayIterator::NextInternal(JSThread *thread, JSHandle<JSTaggedValue> thisObj) in NextInternal()
Djs_set_iterator.cpp30 JSHandle<JSTaggedValue> thisObj(BuiltinsBase::GetThis(argv)); in Next() local
34 JSTaggedValue JSSetIterator::NextInternal(JSThread *thread, JSHandle<JSTaggedValue> thisObj) in NextInternal()
Djs_map_iterator.cpp31 JSHandle<JSTaggedValue> thisObj(BuiltinsBase::GetThis(argv)); in Next() local
35 JSTaggedValue JSMapIterator::NextInternal(JSThread *thread, JSHandle<JSTaggedValue> thisObj) in NextInternal()
Decma_runtime_call_info.h208 JSHandle<JSTaggedValue> thisObj = GetThis(); in GetThisValue() local
/arkcompiler/ets_runtime/ecmascript/shared_objects/
Djs_shared_set_iterator.cpp29 JSHandle<JSTaggedValue> thisObj(BuiltinsBase::GetThis(argv)); in Next() local
33 JSTaggedValue JSSharedSetIterator::NextInternal(JSThread *thread, JSHandle<JSTaggedValue> thisObj) in NextInternal()
Djs_shared_map_iterator.cpp30 JSHandle<JSTaggedValue> thisObj(BuiltinsBase::GetThis(argv)); in Next() local
34 JSTaggedValue JSSharedMapIterator::NextInternal(JSThread *thread, JSHandle<JSTaggedValue> thisObj) in NextInternal()
Djs_shared_array_iterator.cpp31 JSHandle<JSTaggedValue> thisObj(BuiltinsBase::GetThis(argv)); in Next() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/
Dcall_ets.cpp26 EtsObject *thisObj) in CallETSHandler()
37 Span<napi_value> jsargv, EtsObject *thisObj) in HandleImpl()
216 EtsObject *thisObj) in CallETSInstance()
/arkcompiler/ets_runtime/test/fuzztest/functionrefcall_fuzzer/
Dfunctionrefcall_fuzzer.cpp42 Local<JSValueRef> thisObj(JSValueRef::Undefined(vm)); in FunctionRefCallFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp140 JSHandle<JSTaggedValue> thisObj = GetThis(argv); in Exec() local
177 JSHandle<JSTaggedValue> thisObj = GetThis(argv); in Test() local
327 JSHandle<JSTaggedValue> thisObj = GetThis(argv); in ToString() local
375 JSHandle<JSTaggedValue> thisObj = GetThis(argv); in GetFlags() local
390 …TaggedValue BuiltinsRegExp::GetAllFlagsInternal(JSThread *thread, JSHandle<JSTaggedValue> &thisObj) in GetAllFlagsInternal()
463 JSHandle<JSTaggedValue> thisObj = GetThis(argv); in GetGlobal() local
475 JSHandle<JSTaggedValue> thisObj = GetThis(argv); in GetHasIndices() local
487 JSHandle<JSTaggedValue> thisObj = GetThis(argv); in GetIgnoreCase() local
499 JSHandle<JSTaggedValue> thisObj = GetThis(argv); in GetMultiline() local
510 JSHandle<JSTaggedValue> thisObj = GetThis(argv); in GetDotAll() local
[all …]
Dbuiltins_typedarray.cpp667 JSHandle<JSTypedArray> thisObj(thisHandle); in Filter() local
1009 JSHandle<JSTypedArray> thisObj(thisHandle); in Map() local
1408 JSHandle<JSTypedArray> thisObj(thisHandle); in Slice() local
1671 JSHandle<JSTypedArray> thisObj(thisHandle); in Subarray() local
1872 JSHandle<JSTypedArray> thisObj(thisHandle); in ToSorted() local
1951 JSHandle<JSTypedArray> thisObj(thisHandle); in With() local
2036 JSHandle<JSTypedArray> thisObj(thisHandle); in ToReversed() local
Dbuiltins_shared_typedarray.cpp566 JSHandle<JSTypedArray> thisObj(thisHandle); in Filter() local
928 JSHandle<JSTypedArray> thisObj(thisHandle); in Map() local
1347 JSHandle<JSTypedArray> thisObj(thisHandle); in Slice() local
1566 JSHandle<JSTypedArray> thisObj(thisHandle); in Subarray() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbuiltins_lowering.cpp73 GateRef BuiltinLowering::TypedLocaleCompare(GateRef glue, GateRef gate, GateRef thisObj, GateRef th… in TypedLocaleCompare()
190 GateRef thisObj = acc_.GetValueIn(gate, index++); in LowerTypedLocaleCompare() local
435 GateRef thisObj = acc_.GetValueIn(gate, 0); in LowerIteratorNext() local
467 GateRef thisObj = acc_.GetValueIn(gate, 0); in LowerIteratorReturn() local
Dcall_stub_builder.h54 GateRef thisObj; member
61 GateRef thisObj; member
Dslowpath_lowering.cpp989 GateRef thisObj = argAcc_->GetFrameArgsIn(gate, FrameArgIdx::THIS_OBJECT); in SaveFrameToContext() local
1111 GateRef thisObj = acc_.GetValueIn(gate, 0); in LowerCallthisrangeImm8Imm8V8() local
1137 GateRef thisObj = acc_.GetValueIn(gate, 0); in LowerWideCallthisrangePrefImm16V8() local
1174 GateRef thisObj = builder_.Undefined(); in LowerCallrangeImm8Imm8V8() local
2047 Variable &thisObj, Label &fastPath, Label &slowPath) in CheckSuperAndNewTarget()
2210 GateRef thisObj = args[4]; // 4: newTarget in GenerateSuperCallForwardAllArgsWithoutArgv() local
2266 …GateRef thisObj = builder_.CallStub(glue_, gate, CommonStubCSigns::NewThisObjectChecked, {glue_, c… in LowerNewObjRange() local
3492 GateRef thisObj = acc_.GetValueIn(gate, 0); in LowerCallThis0Stub() local
3504 GateRef thisObj = acc_.GetValueIn(gate, 0); in LowerCallThis1Stub() local
3517 GateRef thisObj = acc_.GetValueIn(gate, 0); in LowerCallThis2Stub() local
[all …]
Dts_inline_lowering.cpp292 GateRef thisObj = Circuit::NullGate(); in ReplaceCallInput() local
324 GateRef thisObj = GetAccessorReceiver(gate); in ReplaceAccessorInput() local
846 GateRef thisObj = in ReplaceSuperCallInput() local
Dtyped_bytecode_lowering.cpp1960 GateRef thisObj = builder_.TypedNewAllocateThis(ctor, ihclass, size, frameState); in LowerTypedNewObjRange() local
2018 GateRef thisObj = builder_.Undefined(); in TryLowerNewBuiltinConstructor() local
2051 GateRef thisObj = builder_.TypedSuperAllocateThis(superCtor, newTarget); in LowerTypedSuperCall() local
2357 GateRef thisObj = builder_.Undefined(); in LowerTypedCall() local
2537 GateRef thisObj = tacc.GetThisObj(); in LowerTypedThisCall() local
Dnative_inline_lowering.cpp959 GateRef thisObj = acc_.GetValueIn(gate, 0); // 0: this in TryInlineDataViewGet() local
992 GateRef thisObj = acc_.GetValueIn(gate, 0); // 0: this in TryInlineDataViewSet() local
1522 GateRef thisObj = acc_.GetValueIn(gate, 0); in TryInlineArrayIterator() local
/arkcompiler/ets_runtime/test/moduletest/proxy/
Dproxy.js27 apply: function(target, thisObj, args) { argument
/arkcompiler/ets_runtime/ecmascript/base/
Darray_helper.cpp378 …Array> ArrayHelper::SortIndexedProperties(JSThread *thread, const JSHandle<JSTaggedValue> &thisObj, in SortIndexedProperties()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_entrypoints.cpp69 void LaunchCoroutine(Method *method, ObjectHeader *obj, uint64_t *args, ObjectHeader *thisObj) in LaunchCoroutine()
113 ObjectHeader *thisObj) in CreateLaunchVirtualCoroutineEntrypoint()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_fast_call.cpp257 Register thisObj(X2); in JSFastCallWithArgV() local
335 Register thisObj(X2); in JSFastCallWithArgVAndPushArgv() local
/arkcompiler/toolchain/tooling/dynamic/agent/
Ddebugger_impl.cpp2115 std::unique_ptr<RemoteObject> thisObj = std::make_unique<RemoteObject>(); in GenerateCallFrame() local
2131 std::unique_ptr<RemoteObject> &thisObj) in GenerateScopeChains()
2155 std::unique_ptr<RemoteObject> *thisObj) in GetLocalScopeChain()
2209 std::unique_ptr<RemoteObject> *thisObj) in GetClosureScopeChains()
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
Ddeoptimizer.cpp545 …JSTaggedValue thisObj = GetDeoptValue(curDepth, static_cast<int32_t>(SpecVregIndex::THIS_OBJECT_IN… in ConstructAsmInterpretFrame() local

12