| /arkcompiler/ets_frontend/ts2panda/tests/expression/ |
| D | bindingPattern.test.ts | 41 let thisArg = new VReg(); variable 71 let thisArg = new VReg(); variable
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_function_test.cpp | 101 JSHandle<JSObject> thisArg(thread, env->GetGlobalObject()); in HWTEST_F_L0() local 136 JSHandle<JSObject> thisArg(thread, env->GetGlobalObject()); in HWTEST_F_L0() local 182 JSHandle<JSObject> thisArg(thread, env->GetGlobalObject()); in HWTEST_F_L0() local 228 JSHandle<JSObject> thisArg(thread, env->GetGlobalObject()); in HWTEST_F_L0() local 284 JSHandle<JSObject> thisArg(thread, env->GetGlobalObject()); in HWTEST_F_L0() local 338 JSHandle<JSObject> thisArg(thread, env->GetGlobalObject()); in HWTEST_F_L0() local 373 JSHandle<JSObject> thisArg(thread, env->GetGlobalObject()); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_function.cpp | 104 JSHandle<JSTaggedValue> thisArg = GetCallArg(argv, 0); in FunctionPrototypeApply() local 150 JSHandle<JSTaggedValue> thisArg = GetCallArg(argv, 0); in FunctionPrototypeBind() local 240 JSHandle<JSTaggedValue> thisArg = GetCallArg(argv, 0); in FunctionPrototypeCall() local
|
| D | builtins_set.cpp | 201 JSHandle<JSTaggedValue> thisArg = GetCallArg(argv, 1); in ForEach() local
|
| D | builtins_map.cpp | 178 JSHandle<JSTaggedValue> thisArg = GetCallArg(argv, 1); in ForEach() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_async_generator_object.cpp | 107 const JSHandle<JSTaggedValue> thisArg = constants->GetHandledUndefined(); in AsyncGeneratorReject() local 261 JSHandle<JSTaggedValue> thisArg = constants->GetHandledUndefined(); in AsyncGeneratorEnqueue() local 316 JSHandle<JSTaggedValue> thisArg = globalConst->GetHandledUndefined(); in PromiseResolve() local
|
| D | js_async_function.cpp | 51 JSHandle<JSTaggedValue> thisArg = globalConst->GetHandledUndefined(); in AsyncFunctionAwait() local
|
| D | ecma_vm.cpp | 427 …ue EcmaVM::InvokeEcmaAotEntrypoint(JSHandle<JSFunction> mainFunc, JSHandle<JSTaggedValue> &thisArg, in InvokeEcmaAotEntrypoint() 585 void EcmaVM::CJSExecution(JSHandle<JSFunction> &func, JSHandle<JSTaggedValue> &thisArg, in CJSExecution()
|
| D | js_function.cpp | 313 JSHandle<JSTaggedValue> thisArg = info->GetThis(); in Invoke() local
|
| D | js_proxy.cpp | 884 JSHandle<JSTaggedValue> thisArg = info->GetThis(); in CallInternal() local
|
| D | tagged_list.cpp | 385 const JSHandle<JSTaggedValue> &thisArg, in ReplaceAllElements()
|
| /arkcompiler/ets_runtime/test/moduletest/spreadoperator/ |
| D | spreadoperator.js | 97 apply: function (target, thisArg, argumentsList) { argument
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | array_helper.cpp | 149 const JSHandle<JSTaggedValue> &thisArg) in FlattenIntoArray()
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_arraylist.cpp | 255 const JSHandle<JSTaggedValue> &thisArg) in ReplaceAllElements() 336 const JSHandle<JSTaggedValue> &thisArg) in ForEach()
|
| D | js_api_vector.cpp | 292 const JSHandle<JSTaggedValue> &thisArg) in ForEach() 320 const JSHandle<JSTaggedValue> &thisArg) in ReplaceAllElements()
|
| D | js_api_list.cpp | 154 const JSHandle<JSTaggedValue> &thisArg) in ReplaceAllElements()
|
| D | js_api_lightweightset.cpp | 320 const JSHandle<JSTaggedValue> &thisArg) in ForEach()
|
| D | js_api_plain_array.cpp | 273 const JSHandle<JSTaggedValue> &thisArg) in ForEach()
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| D | containers_treeset.cpp | 374 JSHandle<JSTaggedValue> thisArg = GetCallArg(argv, 1); in ForEach() local
|
| D | containers_treemap.cpp | 424 JSHandle<JSTaggedValue> thisArg = GetCallArg(argv, 1); in ForEach() local
|
| D | containers_lightweightmap.cpp | 539 JSHandle<JSTaggedValue> thisArg = GetCallArg(argv, 1); in ForEach() local
|
| /arkcompiler/ets_runtime/test/fuzztest/containersplainarray_fuzzer/ |
| D | containersplainarray_fuzzer.cpp | 348 JSHandle<JSAPIPlainArray> thisArg = CreateJSAPIPlainArray(thread); in ContainersPlainArray_ForEach_FuzzTest() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | common_stubs.cpp | 686 … GateRef thisArg = Load(VariableType::JS_POINTER(), argv, IntPtr(2 * sizeof(JSTaggedValue))); in GenerateCircuit() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 298 JSHandle<JSTaggedValue> thisArg = globalConst->GetHandledUndefined(); in RuntimeAsyncFunctionResolveOrReject() local
|