Home
last modified time | relevance | path

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

12

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter.cpp40 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
Dinterpreter-inl.h1415 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/
Djs_array_iterator.cpp33 JSHandle<JSTaggedValue> thisObj(BuiltinsBase::GetThis(argv)); in Next() local
37 JSTaggedValue JSArrayIterator::NextInternal(JSThread *thread, JSHandle<JSTaggedValue> thisObj) in NextInternal()
Djs_set_iterator.cpp33 JSHandle<JSTaggedValue> thisObj(BuiltinsBase::GetThis(argv)); in Next() local
37 JSTaggedValue JSSetIterator::NextInternal(JSThread *thread, JSHandle<JSTaggedValue> thisObj) in NextInternal()
Djs_map_iterator.cpp33 JSHandle<JSTaggedValue> thisObj(BuiltinsBase::GetThis(argv)); in Next() local
37 JSTaggedValue JSMapIterator::NextInternal(JSThread *thread, JSHandle<JSTaggedValue> thisObj) in NextInternal()
Decma_runtime_call_info.h207 JSHandle<JSTaggedValue> thisObj = GetThis(); in GetThisValue() local
Djs_stable_array.cpp1133 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/
Dfunctionrefcall_fuzzer.cpp42 Local<JSValueRef> thisObj(JSValueRef::Undefined(vm)); in FunctionRefCallFuzzTest() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_entrypoints.cpp59 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/
Djs_value_call.h50 EtsObject *thisObj) in EtsCallImplInstance()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp149 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 …]
Dbuiltins_typedarray.cpp589 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/
Dnative_inline_lowering.cpp97 GateRef thisObj = acc_.GetValueIn(gate, 0); in RunArrayForeachInline() local
126 void NativeInlineLowering::ArrayForeachCall(GateRef gate, GateRef thisObj, GateRef callBack, GateRe… in ArrayForeachCall()
Dbuiltins_lowering.cpp249 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
Dslowpath_lowering.cpp858 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 …]
Dtyped_bytecode_lowering.cpp1229 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
Dts_inline_lowering.cpp275 GateRef thisObj = Circuit::NullGate(); in ReplaceCallInput() local
306 GateRef thisObj = GetAccessorReceiver(gate); in ReplaceAccessorInput() local
/arkcompiler/ets_runtime/test/moduletest/proxy/
Dproxy.js27 apply: function(target, thisObj, args) { argument
/arkcompiler/ets_runtime/ecmascript/base/
Darray_helper.cpp377 …Array> ArrayHelper::SortIndexedProperties(JSThread *thread, const JSHandle<JSTaggedValue> &thisObj, in SortIndexedProperties()
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
Ddeoptimizer.cpp489 …JSTaggedValue thisObj = GetDeoptValue(curDepth, static_cast<int32_t>(SpecVregIndex::THIS_OBJECT_IN… in ConstructAsmInterpretFrame() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_fast_call.cpp254 Register thisObj(X2); in JSFastCallWithArgV() local
332 Register thisObj(X2); in JSFastCallWithArgVAndPushUndefined() local
Doptimized_call.cpp644 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/
Ddebugger_impl.cpp1422 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/
Dmethod_type_infer.cpp872 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/
Doptimized_fast_call.cpp97 Register thisObj = r8; in OptimizedFastCallAndPushUndefined() local

12