| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_shared_function_test.cpp | 69 static JSTaggedValue FunctionAlgorithm(JSThread *thread, JSHandle<JSFunction> &thisArg, in FunctionAlgorithm() 123 JSHandle<JSObject> thisArg(thread, env->GetGlobalObject()); in HWTEST_F_L0() local 152 JSHandle<JSObject> thisArg(thread, env->GetGlobalObject()); in HWTEST_F_L0() local 186 JSHandle<JSObject> thisArg(thread, env->GetGlobalObject()); in HWTEST_F_L0() local 208 JSHandle<JSObject> thisArg(thread, env->GetGlobalObject()); in HWTEST_F_L0() local 244 JSHandle<JSObject> thisArg(thread, env->GetGlobalObject()); in HWTEST_F_L0() local 276 JSHandle<JSObject> thisArg(thread, env->GetGlobalObject()); in HWTEST_F_L0() local 302 JSHandle<JSObject> thisArg(thread, env->GetGlobalObject()); in HWTEST_F_L0() local
|
| D | builtins_function_test.cpp | 67 static JSTaggedValue FunctionAlgorithm(JSThread *thread, JSHandle<JSFunction> &thisArg, in FunctionAlgorithm() 106 JSHandle<JSObject> thisArg(thread, env->GetGlobalObject()); in HWTEST_F_L0() local 136 JSHandle<JSObject> thisArg(thread, env->GetGlobalObject()); in HWTEST_F_L0() local 176 JSHandle<JSObject> thisArg(thread, env->GetGlobalObject()); in HWTEST_F_L0() local 217 JSHandle<JSObject> thisArg(thread, env->GetGlobalObject()); in HWTEST_F_L0() local 267 JSHandle<JSObject> thisArg(thread, env->GetGlobalObject()); in HWTEST_F_L0() local 316 JSHandle<JSObject> thisArg(thread, env->GetGlobalObject()); in HWTEST_F_L0() local 345 JSHandle<JSObject> thisArg(thread, env->GetGlobalObject()); in HWTEST_F_L0() local
|
| D | builtins_symbol_test.cpp | 53 JSTaggedValue SymbolAlgorithm(JSThread *thread, JSTaggedValue thisArg, std::vector<JSTaggedValue>& … in SymbolAlgorithm()
|
| D | builtins_map_test.cpp | 82 JSTaggedValue MapAlgorithm(JSThread *thread, JSTaggedValue thisArg, std::vector<JSTaggedValue>& arg… in MapAlgorithm()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/callable_signature/ts_to_sts/ |
| D | main.js | 37 apply: function (target, thisArg, args) { return target._call.apply(target, args); } argument
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_function.cpp | 118 JSHandle<JSTaggedValue> thisArg = GetCallArg(argv, 0); in FunctionPrototypeApply() local 124 JSHandle<JSTaggedValue> thisArg, in FunctionPrototypeApplyInternal() 174 JSHandle<JSTaggedValue> thisArg = GetCallArg(argv, 0); in FunctionPrototypeBind() local 191 JSHandle<JSTaggedValue> thisArg, in FunctionPrototypeBindInternal() 318 JSHandle<JSTaggedValue> thisArg = GetCallArg(argv, 0); in FunctionPrototypeCall() local
|
| D | builtins_set.cpp | 195 JSHandle<JSTaggedValue> thisArg = GetCallArg(argv, 1); in ForEach() local
|
| D | builtins_shared_set.cpp | 196 JSHandle<JSTaggedValue> thisArg = GetCallArg(argv, 1); in ForEach() local
|
| D | builtins_map.cpp | 178 JSHandle<JSTaggedValue> thisArg = GetCallArg(argv, 1); in ForEach() local
|
| D | builtins_shared_map.cpp | 173 JSHandle<JSTaggedValue> thisArg = GetCallArg(argv, 1); in ForEach() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_async_generator_object.cpp | 105 const JSHandle<JSTaggedValue> thisArg = constants->GetHandledUndefined(); in AsyncGeneratorReject() local 263 JSHandle<JSTaggedValue> thisArg = constants->GetHandledUndefined(); in AsyncGeneratorEnqueue() local 321 JSHandle<JSTaggedValue> thisArg = globalConst->GetHandledUndefined(); in PromiseResolve() local
|
| D | js_async_function.cpp | 48 JSHandle<JSTaggedValue> thisArg = globalConst->GetHandledUndefined(); in AsyncFunctionAwait() local
|
| D | js_function.cpp | 533 JSHandle<JSTaggedValue> thisArg = info->GetThis(); in Invoke() local 541 JSHandle<JSTaggedValue> &thisArg, CJSInfo* cjsInfo) in InvokeOptimizedEntrypoint() 579 std::vector<JSTaggedType> JSFunction::GetArgsData(bool isFastCall, JSHandle<JSTaggedValue> &thisArg, in GetArgsData()
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
| D | devirt.cpp | 40 auto thisArg = llvm::dyn_cast<llvm::Instruction>(call->getArgOperand(1)); in GetObjectClassId() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | ets_vm_plugin.cpp | 142 napi_value thisArg {}; in Call() local 160 napi_value thisArg {}; in CallWithCopy() local 188 napi_value thisArg {}; in GetArgs() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/gtest_plugin/ |
| D | ets_interop_js_gtest.cpp | 50 napi_value thisArg = nullptr; in Main() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | enumPostCheckLowering.cpp | 55 ir::Expression *thisArg) in CallInstanceEnumMethod()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_function_stub_builder.cpp | 40 GateRef thisArg = GetCallArg0(numArgs); in PrototypeApply() local 168 GateRef thisArg = GetCallArg0(numArgs); in PrototypeBind() local 211 GateRef thisArg = GetCallArg0(numArgs); in PrototypeCall() local
|
| D | builtins_collection_stub_builder.cpp | 137 GateRef thisArg = GetCallArg1(numArgs_); in ForEach() local
|
| /arkcompiler/ets_runtime/test/moduletest/spreadoperator/ |
| D | spreadoperator.js | 103 apply: function (target, thisArg, argumentsList) { argument
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_arraylist.cpp | 261 const JSHandle<JSTaggedValue> &thisArg) in ReplaceAllElements() 351 const JSHandle<JSTaggedValue> &thisArg) in ForEach()
|
| D | js_api_vector.cpp | 289 const JSHandle<JSTaggedValue> &thisArg) in ForEach() 317 const JSHandle<JSTaggedValue> &thisArg) in ReplaceAllElements()
|
| D | js_api_list.cpp | 180 const JSHandle<JSTaggedValue> &thisArg) in ReplaceAllElements()
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | array_helper.cpp | 280 const JSHandle<JSTaggedValue> &thisArg) in FlattenIntoArray()
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| D | containers_treeset.cpp | 360 JSHandle<JSTaggedValue> thisArg = GetCallArg(argv, 1); in ForEach() local
|