Home
last modified time | relevance | path

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

12

/arkcompiler/ets_frontend/ts2panda/tests/expression/
DbindingPattern.test.ts41 let thisArg = new VReg(); variable
71 let thisArg = new VReg(); variable
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_function_test.cpp95 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/
Dets_vm_plugin.cpp103 napi_value thisArg {}; in Call() local
119 napi_value thisArg {}; in CallWithCopy() local
138 napi_value thisArg {}; in CreateEtsRuntime() local
/arkcompiler/ets_runtime/ecmascript/
Djs_async_generator_object.cpp110 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
Djs_async_function.cpp52 JSHandle<JSTaggedValue> thisArg = globalConst->GetHandledUndefined(); in AsyncFunctionAwait() local
Djs_function.cpp425 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()
Decma_context.cpp252 …maContext::InvokeEcmaAotEntrypoint(JSHandle<JSFunction> mainFunc, JSHandle<JSTaggedValue> &thisArg, in InvokeEcmaAotEntrypoint()
378 void EcmaContext::CJSExecution(JSHandle<JSFunction> &func, JSHandle<JSTaggedValue> &thisArg, in CJSExecution()
Djs_proxy.cpp951 JSHandle<JSTaggedValue> thisArg = info->GetThis(); in CallInternal() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_function.cpp126 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
Dbuiltins_set.cpp200 JSHandle<JSTaggedValue> thisArg = GetCallArg(argv, 1); in ForEach() local
Dbuiltins_map.cpp178 JSHandle<JSTaggedValue> thisArg = GetCallArg(argv, 1); in ForEach() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnative_inline_lowering.cpp99 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/
Dets_interop_js_gtest.cpp61 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.cpp39 GateRef thisArg = GetCallArg0(numArgs); in Apply() local
Dlinked_hashtable_stub_builder.cpp452 GateRef thisArg = GetCallArg1(numArgs); in ForEach() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_arraylist.cpp253 const JSHandle<JSTaggedValue> &thisArg) in ReplaceAllElements()
334 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.cpp154 const JSHandle<JSTaggedValue> &thisArg) in ReplaceAllElements()
Djs_api_lightweightset.cpp321 const JSHandle<JSTaggedValue> &thisArg) in ForEach()
Djs_api_plain_array.cpp273 const JSHandle<JSTaggedValue> &thisArg) in ForEach()
/arkcompiler/ets_runtime/ecmascript/base/
Darray_helper.cpp279 const JSHandle<JSTaggedValue> &thisArg) in FlattenIntoArray()
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_treeset.cpp378 JSHandle<JSTaggedValue> thisArg = GetCallArg(argv, 1); in ForEach() local
Dcontainers_treemap.cpp427 JSHandle<JSTaggedValue> thisArg = GetCallArg(argv, 1); in ForEach() local
Dcontainers_lightweightmap.cpp547 JSHandle<JSTaggedValue> thisArg = GetCallArg(argv, 1); in ForEach() local

12