| /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 | 95 JSHandle<JSObject> thisArg(thread, env->GetGlobalObject()); in HWTEST_F_L0() local 130 JSHandle<JSObject> thisArg(thread, env->GetGlobalObject()); in HWTEST_F_L0() local 176 JSHandle<JSObject> thisArg(thread, env->GetGlobalObject()); in HWTEST_F_L0() local 222 JSHandle<JSObject> thisArg(thread, env->GetGlobalObject()); in HWTEST_F_L0() local 278 JSHandle<JSObject> thisArg(thread, env->GetGlobalObject()); in HWTEST_F_L0() local 332 JSHandle<JSObject> thisArg(thread, env->GetGlobalObject()); in HWTEST_F_L0() local 367 JSHandle<JSObject> thisArg(thread, env->GetGlobalObject()); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | ets_vm_plugin.cpp | 103 napi_value thisArg {}; in Call() local 119 napi_value thisArg {}; in CallWithCopy() local 138 napi_value thisArg {}; in CreateEtsRuntime() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_async_generator_object.cpp | 110 const JSHandle<JSTaggedValue> thisArg = constants->GetHandledUndefined(); in AsyncGeneratorReject() local 268 JSHandle<JSTaggedValue> thisArg = constants->GetHandledUndefined(); in AsyncGeneratorEnqueue() local 326 JSHandle<JSTaggedValue> thisArg = globalConst->GetHandledUndefined(); in PromiseResolve() local
|
| D | js_async_function.cpp | 52 JSHandle<JSTaggedValue> thisArg = globalConst->GetHandledUndefined(); in AsyncFunctionAwait() local
|
| D | js_function.cpp | 425 JSHandle<JSTaggedValue> thisArg = info->GetThis(); in Invoke() local 433 JSHandle<JSTaggedValue> &thisArg, std::string_view entryPoint, CJSInfo* cjsInfo) in InvokeOptimizedEntrypoint() 472 std::vector<JSTaggedType> JSFunction::GetArgsData(bool isFastCall, JSHandle<JSTaggedValue> &thisArg, in GetArgsData()
|
| D | ecma_context.cpp | 252 …maContext::InvokeEcmaAotEntrypoint(JSHandle<JSFunction> mainFunc, JSHandle<JSTaggedValue> &thisArg, in InvokeEcmaAotEntrypoint() 378 void EcmaContext::CJSExecution(JSHandle<JSFunction> &func, JSHandle<JSTaggedValue> &thisArg, in CJSExecution()
|
| D | js_proxy.cpp | 951 JSHandle<JSTaggedValue> thisArg = info->GetThis(); in CallInternal() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_function.cpp | 126 JSHandle<JSTaggedValue> thisArg = GetCallArg(argv, 0); in FunctionPrototypeApply() local 173 JSHandle<JSTaggedValue> thisArg = GetCallArg(argv, 0); in FunctionPrototypeBind() local 300 JSHandle<JSTaggedValue> thisArg = GetCallArg(argv, 0); in FunctionPrototypeCall() local
|
| D | builtins_set.cpp | 200 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/compiler/ |
| D | native_inline_lowering.cpp | 99 GateRef thisArg = builder_.Undefined(); in RunArrayForeachInline() local 126 …eInlineLowering::ArrayForeachCall(GateRef gate, GateRef thisObj, GateRef callBack, GateRef thisArg, in ArrayForeachCall()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/gtest_plugin/ |
| D | ets_interop_js_gtest.cpp | 61 napi_value thisArg = nullptr; in Main() local
|
| /arkcompiler/ets_runtime/test/moduletest/spreadoperator/ |
| D | spreadoperator.js | 97 apply: function (target, thisArg, argumentsList) { argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_function_stub_builder.cpp | 39 GateRef thisArg = GetCallArg0(numArgs); in Apply() local
|
| D | linked_hashtable_stub_builder.cpp | 452 GateRef thisArg = GetCallArg1(numArgs); in ForEach() local
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_arraylist.cpp | 253 const JSHandle<JSTaggedValue> &thisArg) in ReplaceAllElements() 334 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 | 321 const JSHandle<JSTaggedValue> &thisArg) in ForEach()
|
| D | js_api_plain_array.cpp | 273 const JSHandle<JSTaggedValue> &thisArg) in ForEach()
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | array_helper.cpp | 279 const JSHandle<JSTaggedValue> &thisArg) in FlattenIntoArray()
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| D | containers_treeset.cpp | 378 JSHandle<JSTaggedValue> thisArg = GetCallArg(argv, 1); in ForEach() local
|
| D | containers_treemap.cpp | 427 JSHandle<JSTaggedValue> thisArg = GetCallArg(argv, 1); in ForEach() local
|
| D | containers_lightweightmap.cpp | 547 JSHandle<JSTaggedValue> thisArg = GetCallArg(argv, 1); in ForEach() local
|