Home
last modified time | relevance | path

Searched defs:thisArg (Results 1 – 25 of 43) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_shared_function_test.cpp69 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
Dbuiltins_function_test.cpp67 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
Dbuiltins_symbol_test.cpp53 JSTaggedValue SymbolAlgorithm(JSThread *thread, JSTaggedValue thisArg, std::vector<JSTaggedValue>& … in SymbolAlgorithm()
Dbuiltins_map_test.cpp82 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/
Dmain.js37 apply: function (target, thisArg, args) { return target._call.apply(target, args); } argument
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_function.cpp118 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
Dbuiltins_set.cpp195 JSHandle<JSTaggedValue> thisArg = GetCallArg(argv, 1); in ForEach() local
Dbuiltins_shared_set.cpp196 JSHandle<JSTaggedValue> thisArg = GetCallArg(argv, 1); in ForEach() local
Dbuiltins_map.cpp178 JSHandle<JSTaggedValue> thisArg = GetCallArg(argv, 1); in ForEach() local
Dbuiltins_shared_map.cpp173 JSHandle<JSTaggedValue> thisArg = GetCallArg(argv, 1); in ForEach() local
/arkcompiler/ets_runtime/ecmascript/
Djs_async_generator_object.cpp105 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
Djs_async_function.cpp48 JSHandle<JSTaggedValue> thisArg = globalConst->GetHandledUndefined(); in AsyncFunctionAwait() local
Djs_function.cpp533 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/
Ddevirt.cpp40 auto thisArg = llvm::dyn_cast<llvm::Instruction>(call->getArgOperand(1)); in GetObjectClassId() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dets_vm_plugin.cpp142 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/
Dets_interop_js_gtest.cpp50 napi_value thisArg = nullptr; in Main() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DenumPostCheckLowering.cpp55 ir::Expression *thisArg) in CallInstanceEnumMethod()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_function_stub_builder.cpp40 GateRef thisArg = GetCallArg0(numArgs); in PrototypeApply() local
168 GateRef thisArg = GetCallArg0(numArgs); in PrototypeBind() local
211 GateRef thisArg = GetCallArg0(numArgs); in PrototypeCall() local
Dbuiltins_collection_stub_builder.cpp137 GateRef thisArg = GetCallArg1(numArgs_); in ForEach() local
/arkcompiler/ets_runtime/test/moduletest/spreadoperator/
Dspreadoperator.js103 apply: function (target, thisArg, argumentsList) { argument
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_arraylist.cpp261 const JSHandle<JSTaggedValue> &thisArg) in ReplaceAllElements()
351 const JSHandle<JSTaggedValue> &thisArg) in ForEach()
Djs_api_vector.cpp289 const JSHandle<JSTaggedValue> &thisArg) in ForEach()
317 const JSHandle<JSTaggedValue> &thisArg) in ReplaceAllElements()
Djs_api_list.cpp180 const JSHandle<JSTaggedValue> &thisArg) in ReplaceAllElements()
/arkcompiler/ets_runtime/ecmascript/base/
Darray_helper.cpp280 const JSHandle<JSTaggedValue> &thisArg) in FlattenIntoArray()
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_treeset.cpp360 JSHandle<JSTaggedValue> thisArg = GetCallArg(argv, 1); in ForEach() local

12