Home
last modified time | relevance | path

Searched defs:thisArg (Results 1 – 25 of 40) 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_shared_map_test.cpp169 JSTaggedValue MapAlgorithm(JSThread *thread, JSTaggedValue thisArg, std::vector<JSTaggedValue>& arg… in MapAlgorithm()
Dbuiltins_symbol_test.cpp53 JSTaggedValue SymbolAlgorithm(JSThread *thread, JSTaggedValue thisArg, std::vector<JSTaggedValue>& … in SymbolAlgorithm()
Dbuiltins_map_test.cpp81 JSTaggedValue MapAlgorithm(JSThread *thread, JSTaggedValue thisArg, std::vector<JSTaggedValue>& arg… in MapAlgorithm()
/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/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dets_vm_plugin.cpp140 napi_value thisArg {}; in Call() local
158 napi_value thisArg {}; in CallWithCopy() local
177 napi_value thisArg {}; in CreateEtsRuntime() local
/arkcompiler/ets_runtime/ecmascript/
Djs_async_generator_object.cpp104 const JSHandle<JSTaggedValue> thisArg = constants->GetHandledUndefined(); in AsyncGeneratorReject() local
262 JSHandle<JSTaggedValue> thisArg = constants->GetHandledUndefined(); in AsyncGeneratorEnqueue() local
320 JSHandle<JSTaggedValue> thisArg = globalConst->GetHandledUndefined(); in PromiseResolve() local
Djs_async_function.cpp48 JSHandle<JSTaggedValue> thisArg = globalConst->GetHandledUndefined(); in AsyncFunctionAwait() local
Djs_function.cpp495 JSHandle<JSTaggedValue> thisArg = info->GetThis(); in Invoke() local
503 JSHandle<JSTaggedValue> &thisArg, CJSInfo* cjsInfo) in InvokeOptimizedEntrypoint()
541 std::vector<JSTaggedType> JSFunction::GetArgsData(bool isFastCall, JSHandle<JSTaggedValue> &thisArg, in GetArgsData()
Decma_context.cpp277 …maContext::InvokeEcmaAotEntrypoint(JSHandle<JSFunction> mainFunc, JSHandle<JSTaggedValue> &thisArg, in InvokeEcmaAotEntrypoint()
437 void EcmaContext::CJSExecution(JSHandle<JSFunction> &func, JSHandle<JSTaggedValue> &thisArg, in CJSExecution()
/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/tests/interop_js/gtest_plugin/
Dets_interop_js_gtest.cpp50 napi_value thisArg = nullptr; in Main() local
/arkcompiler/ets_runtime/test/moduletest/spreadoperator/
Dspreadoperator.js97 apply: function (target, thisArg, argumentsList) { argument
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_function_stub_builder.cpp41 GateRef thisArg = GetCallArg0(numArgs); in PrototypeApply() local
155 GateRef thisArg = GetCallArg0(numArgs); in PrototypeBind() local
198 GateRef thisArg = GetCallArg0(numArgs); in PrototypeCall() local
Dbuiltins_collection_stub_builder.cpp137 GateRef thisArg = GetCallArg1(numArgs_); in ForEach() local
/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.cpp292 const JSHandle<JSTaggedValue> &thisArg) in ForEach()
320 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.cpp362 JSHandle<JSTaggedValue> thisArg = GetCallArg(argv, 1); in ForEach() local

12