Home
last modified time | relevance | path

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

12

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtest_stubs.cpp33 GateRef thisObj = TaggedArgument(5); in GenerateCircuit() local
53 [[maybe_unused]] GateRef thisObj = TaggedArgument(5); in GenerateCircuit() local
67 GateRef thisObj = TaggedArgument(5); in GenerateCircuit() local
87 GateRef thisObj = TaggedArgument(5); in GenerateCircuit() local
108 GateRef thisObj = TaggedArgument(5); in GenerateCircuit() local
129 GateRef thisObj = TaggedArgument(5); in GenerateCircuit() local
148 GateRef thisObj = TaggedArgument(5); in GenerateCircuit() local
172 GateRef thisObj = TaggedArgument(5); in GenerateCircuit() local
194 GateRef thisObj = TaggedArgument(5); in GenerateCircuit() local
217 [[maybe_unused]] GateRef thisObj = TaggedArgument(5); in GenerateCircuit() local
Dslowpath_lowering.cpp856 GateRef thisObj = acc_.GetValueIn(gate, 3); // 3: this object in SaveFrameToContext() local
1030 GateRef thisObj = builder_.Undefined(); in LowerCallArg0() local
1047 GateRef thisObj = acc_.GetValueIn(gate, 0); in LowerCallthisrangeImm8Imm8V8() local
1074 GateRef thisObj = acc_.GetValueIn(gate, 0); in LowerWideCallthisrangePrefImm16V8() local
1106 GateRef thisObj = builder_.Undefined(); in LowerCallrangeImm8Imm8V8() local
2139 …GateRef thisObj = builder_.CallStub(glue_, CommonStubCSigns::NewThisObjectChecked, { glue_, ctor }… in LowerNewObjRange() local
3490 GateRef thisObj = acc_.GetValueIn(gate, 0); in LowerCallthis0Imm8V8() local
3505 GateRef thisObj = builder_.Undefined(); in LowerCallArg1Imm8V8() local
3521 GateRef thisObj = builder_.Undefined(); in LowerWideCallrangePrefImm16V8() local
3545 GateRef thisObj = acc_.GetValueIn(gate, 0); in LowerCallThisArg1() local
[all …]
Dts_type_lowering.cpp979 GateRef thisObj = builder_.TypedNewAllocateThis(ctor, builder_.IntPtr(hclassIndex), frameState); in LowerTypedNewObjRange() local
1013 GateRef thisObj = builder_.TypedSuperAllocateThis(superCtor, newTarget, frameState); in LowerTypedSuperCall() local
1063 GateRef thisObj = acc_.GetValueIn(gate, 0); in LowerCallThis1Imm8V8V8() local
Dts_inline_lowering.cpp198 GateRef thisObj = Circuit::NullGate(); in ReplaceCallInput() local
Dcommon_stubs.cpp638 GateRef thisObj = TaggedArgument(3); // 3 : 4th para in GenerateCircuit() local
/arkcompiler/ets_runtime/test/moduletest/proxy/
Dproxy.js27 apply: function(target, thisObj, args) { argument
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter.cpp40 …JSThread *thread, JSHandle<JSTaggedValue> func, JSHandle<JSTaggedValue> thisObj, JSHandle<JSTagged… in NewRuntimeCallInfo()
Dinterpreter-inl.h1283 JSTaggedType thisObj = JSTaggedValue::VALUE_UNDEFINED; in RunInternal() local
3098 JSTaggedValue thisObj; in RunInternal() local
3233 JSTaggedValue thisObj; in RunInternal() local
3368 JSTaggedValue thisObj; in RunInternal() local
3503 JSTaggedValue thisObj; in RunInternal() local
3867 JSTaggedValue thisObj; in RunInternal() local
4003 JSTaggedValue thisObj; in RunInternal() local
4138 JSTaggedValue thisObj; in RunInternal() local
Dinterpreter_assembly.cpp3427 JSTaggedValue thisObj; in HandleWideSupercallarrowrangePrefImm16V8() local
3570 JSTaggedValue thisObj; in HandleWideSupercallthisrangePrefImm16V8() local
3758 JSTaggedValue thisObj; in HandleWideNewobjrangePrefImm16V8() local
6666 JSTaggedValue thisObj; in HandleSupercallarrowrangeImm8Imm8V8() local
6809 JSTaggedValue thisObj; in HandleSupercallthisrangeImm8Imm8V8() local
6985 JSTaggedValue thisObj; in HandleNewobjrangeImm16Imm8V8() local
7127 JSTaggedValue thisObj; in HandleNewobjrangeImm8Imm8V8() local
/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.cpp146 JSHandle<JSTaggedValue> thisObj = GetThis(argv); in Exec() local
183 JSHandle<JSTaggedValue> thisObj = GetThis(argv); in Test() local
212 JSHandle<JSTaggedValue> thisObj = GetThis(argv); in ToString() local
247 JSHandle<JSTaggedValue> thisObj = GetThis(argv); in GetFlags() local
265 JSHandle<JSTaggedValue> thisObj = GetThis(argv); in GetGlobal() local
276 JSHandle<JSTaggedValue> thisObj = GetThis(argv); in GetIgnoreCase() local
287 JSHandle<JSTaggedValue> thisObj = GetThis(argv); in GetMultiline() local
297 JSHandle<JSTaggedValue> thisObj = GetThis(argv); in GetDotAll() local
309 JSHandle<JSTaggedValue> thisObj = GetThis(argv); in GetSource() local
337 JSHandle<JSTaggedValue> thisObj = GetThis(argv); in GetSticky() local
[all …]
Dbuiltins_typedarray.cpp559 JSHandle<JSTypedArray> thisObj(thisHandle); in Filter() local
891 JSHandle<JSTypedArray> thisObj(thisHandle); in Map() local
1233 JSHandle<JSTypedArray> thisObj(thisHandle); in Slice() local
1430 JSHandle<JSTypedArray> thisObj(thisHandle); in Subarray() local
Dbuiltins_global.cpp522 JSHandle<JSTaggedValue> thisObj(thread, boundFunc->GetBoundThis()); in CallJsBoundFunction() local
Dbuiltins_string.cpp1308 JSHandle<JSObject> thisObj(thisTag); in Split() local
/arkcompiler/runtime_core/runtime/tooling/inspector/
Dinspector.cpp103 …callFrame.AddProperty("this", [](JsonObjectBuilder &thisObj) { thisObj.AddProperty("type", "undefi… in HandlePendingPause()
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
Ddeoptimizer.cpp312 JSTaggedValue thisObj = GetFrameArgv(kungfu::CommonArgIdx::THIS_OBJECT); in ConstructAsmInterpretFrame() local
/arkcompiler/ets_runtime/ecmascript/
Decma_runtime_call_info.h207 JSHandle<JSTaggedValue> thisObj = GetThis(); in GetThisValue() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_call.cpp738 Register thisObj(X4); in JSBoundFunctionCallInternal() local
852 Register thisObj, Register newTarget, Register currentSp) in PushMandatoryJSArgs()
1043 Register thisObj(X4); in GenJSCallWithArgV() local
1102 Register thisObj(X4); in ConstructorJSCallWithArgV() local
Dasm_interpreter_call.cpp468 Register thisObj(X3); in CallNativeWithArgv() local
1084 …Register currentSlot, Register callTarget, Register thisObj, Register method, Register pc, Registe… in PushFrameState()
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp973 std::unique_ptr<RemoteObject> thisObj = std::make_unique<RemoteObject>(); in GenerateCallFrame() local
996 std::unique_ptr<RemoteObject> *thisObj) in GetLocalScopeChain()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Doptimized_call.cpp1153 Register thisObj, Register newTarget) in PushMandatoryJSArgs()
1315 Register thisObj(r8); in GenJSCallWithArgV() local
1371 Register thisObj(r8); in ConstructorJSCallWithArgV() local
/arkcompiler/toolchain/tooling/test/
Ddebugger_types_test.cpp1560 RemoteObject *thisObj = callFrame->GetThis(); in HWTEST_F_L0() local
/arkcompiler/toolchain/tooling/base/
Dpt_types.h1468 CallFrame &SetThis(std::unique_ptr<RemoteObject> thisObj) in SetThis()
Dpt_types.cpp1662 std::unique_ptr<PtJson> thisObj; in Create() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp1291 Local<JSValueRef> FunctionRef::Call(const EcmaVM *vm, Local<JSValueRef> thisObj, in Call()

12