Home
last modified time | relevance | path

Searched defs:thisObj (Results 1 – 25 of 48) 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.h207 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()
191 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/compiler/
Dbuiltins_lowering.cpp74 GateRef BuiltinLowering::TypedLocaleCompare(GateRef glue, GateRef gate, GateRef thisObj, GateRef th… in TypedLocaleCompare()
191 GateRef thisObj = acc_.GetValueIn(gate, index++); in LowerTypedLocaleCompare() local
223 GateRef thisObj = acc_.GetValueIn(gate, 0); in LowerTypedArraySort() local
442 GateRef thisObj = acc_.GetValueIn(gate, 0); in LowerIteratorNext() local
470 GateRef thisObj = acc_.GetValueIn(gate, 0); in LowerIteratorReturn() local
Dcall_stub_builder.h54 GateRef thisObj; member
61 GateRef thisObj; member
Dslowpath_lowering.cpp910 GateRef thisObj = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::THIS_OBJECT); in SaveFrameToContext() local
1032 GateRef thisObj = acc_.GetValueIn(gate, 0); in LowerCallthisrangeImm8Imm8V8() local
1058 GateRef thisObj = acc_.GetValueIn(gate, 0); in LowerWideCallthisrangePrefImm16V8() local
1095 GateRef thisObj = builder_.Undefined(); in LowerCallrangeImm8Imm8V8() local
1864 GateRef thisObj = args[3]; // 3: index of thisObj in LowerFastSuperCall() local
1914 Variable &thisObj, Label &fastPath, Label &slowPath) in CheckSuperAndNewTarget()
2001 GateRef thisObj = args[4]; // 4: newTarget in GenerateSuperCallForwardAllArgsWithoutArgv() local
2052 …GateRef thisObj = builder_.CallStub(glue_, gate, CommonStubCSigns::NewThisObjectChecked, { glue_, … in LowerNewObjRange() local
3112 GateRef thisObj = acc_.GetValueIn(gate, 0); in LowerCallThis0Stub() local
3124 GateRef thisObj = acc_.GetValueIn(gate, 0); in LowerCallThis1Stub() local
[all …]
Dts_inline_lowering.cpp282 GateRef thisObj = Circuit::NullGate(); in ReplaceCallInput() local
314 GateRef thisObj = GetAccessorReceiver(gate); in ReplaceAccessorInput() local
Dtyped_bytecode_lowering.cpp1614 GateRef thisObj = builder_.TypedNewAllocateThis(ctor, ihclass, size, frameState); in LowerTypedNewObjRange() local
1694 GateRef thisObj = builder_.TypedSuperAllocateThis(superCtor, newTarget, frameState); in LowerTypedSuperCall() local
1936 GateRef thisObj = builder_.Undefined(); in LowerTypedCall() local
2114 GateRef thisObj = tacc.GetThisObj(); in LowerTypedThisCall() local
Dnative_inline_lowering.cpp963 GateRef thisObj = acc_.GetValueIn(gate, 0); // 0: this in TryInlineDataViewGet() local
996 GateRef thisObj = acc_.GetValueIn(gate, 0); // 0: this in TryInlineDataViewSet() local
1523 GateRef thisObj = acc_.GetValueIn(gate, 0); in TryInlineArrayIterator() 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
319 JSHandle<JSTaggedValue> thisObj = GetThis(argv); in ToString() local
367 JSHandle<JSTaggedValue> thisObj = GetThis(argv); in GetFlags() local
381 …TaggedValue BuiltinsRegExp::GetAllFlagsInternal(JSThread *thread, JSHandle<JSTaggedValue> &thisObj) in GetAllFlagsInternal()
454 JSHandle<JSTaggedValue> thisObj = GetThis(argv); in GetGlobal() local
466 JSHandle<JSTaggedValue> thisObj = GetThis(argv); in GetHasIndices() local
478 JSHandle<JSTaggedValue> thisObj = GetThis(argv); in GetIgnoreCase() local
490 JSHandle<JSTaggedValue> thisObj = GetThis(argv); in GetMultiline() local
501 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
1432 JSHandle<JSTypedArray> thisObj(thisHandle); in Slice() local
1694 JSHandle<JSTypedArray> thisObj(thisHandle); in Subarray() local
1895 JSHandle<JSTypedArray> thisObj(thisHandle); in ToSorted() local
1974 JSHandle<JSTypedArray> thisObj(thisHandle); in With() local
2059 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/test/moduletest/proxy/
Dproxy.js27 apply: function(target, thisObj, args) { argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_entrypoints.cpp67 void LaunchCoroutine(Method *method, ObjectHeader *obj, uint64_t *args, ObjectHeader *thisObj) in LaunchCoroutine()
111 ObjectHeader *thisObj) in CreateLaunchVirtualCoroutineEntrypoint()
/arkcompiler/ets_runtime/ecmascript/base/
Darray_helper.cpp378 …Array> ArrayHelper::SortIndexedProperties(JSThread *thread, const JSHandle<JSTaggedValue> &thisObj, in SortIndexedProperties()
/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/agent/
Ddebugger_impl.cpp1854 std::unique_ptr<RemoteObject> thisObj = std::make_unique<RemoteObject>(); in GenerateCallFrame() local
1870 std::unique_ptr<RemoteObject> &thisObj) in GenerateScopeChains()
1894 std::unique_ptr<RemoteObject> *thisObj) in GetLocalScopeChain()
1947 std::unique_ptr<RemoteObject> *thisObj) in GetClosureScopeChains()
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
Ddeoptimizer.cpp509 …JSTaggedValue thisObj = GetDeoptValue(curDepth, static_cast<int32_t>(SpecVregIndex::THIS_OBJECT_IN… in ConstructAsmInterpretFrame() local

12