Home
last modified time | relevance | path

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

/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/ets_runtime/ecmascript/builtins/
Dbuiltins_function.cpp112 JSHandle<JSTaggedValue> thisArg = GetCallArg(argv, 0); in FunctionPrototypeApply() local
159 JSHandle<JSTaggedValue> thisArg = GetCallArg(argv, 0); in FunctionPrototypeBind() local
250 JSHandle<JSTaggedValue> thisArg = GetCallArg(argv, 0); in FunctionPrototypeCall() local
Dbuiltins_set.cpp204 JSHandle<JSTaggedValue> thisArg = GetCallArg(argv, 1); in ForEach() local
Dbuiltins_map.cpp180 JSHandle<JSTaggedValue> thisArg = GetCallArg(argv, 1); in ForEach() 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.cpp313 JSHandle<JSTaggedValue> thisArg = info->GetThis(); in Invoke() local
321 JSHandle<JSTaggedValue> &thisArg, std::string_view entryPoint, CJSInfo* cjsInfo) in InvokeOptimizedEntrypoint()
360 std::vector<JSTaggedType> JSFunction::GetArgsData(bool isFastCall, JSHandle<JSTaggedValue> &thisArg, in GetArgsData()
Decma_context.cpp218 …maContext::InvokeEcmaAotEntrypoint(JSHandle<JSFunction> mainFunc, JSHandle<JSTaggedValue> &thisArg, in InvokeEcmaAotEntrypoint()
309 void EcmaContext::CJSExecution(JSHandle<JSFunction> &func, JSHandle<JSTaggedValue> &thisArg, in CJSExecution()
Djs_proxy.cpp897 JSHandle<JSTaggedValue> thisArg = info->GetThis(); in CallInternal() local
Dtagged_list.cpp384 const JSHandle<JSTaggedValue> &thisArg, in ReplaceAllElements()
/arkcompiler/ets_runtime/test/moduletest/spreadoperator/
Dspreadoperator.js97 apply: function (target, thisArg, argumentsList) { argument
/arkcompiler/ets_runtime/ecmascript/base/
Darray_helper.cpp159 const JSHandle<JSTaggedValue> &thisArg) in FlattenIntoArray()
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_vector.cpp291 const JSHandle<JSTaggedValue> &thisArg) in ForEach()
319 const JSHandle<JSTaggedValue> &thisArg) in ReplaceAllElements()
Djs_api_arraylist.cpp253 const JSHandle<JSTaggedValue> &thisArg) in ReplaceAllElements()
334 const JSHandle<JSTaggedValue> &thisArg) in ForEach()
Djs_api_list.cpp154 const JSHandle<JSTaggedValue> &thisArg) in ReplaceAllElements()
Djs_api_lightweightset.cpp320 const JSHandle<JSTaggedValue> &thisArg) in ForEach()
Djs_api_plain_array.cpp273 const JSHandle<JSTaggedValue> &thisArg) in ForEach()
/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.cpp546 JSHandle<JSTaggedValue> thisArg = GetCallArg(argv, 1); in ForEach() local
/arkcompiler/ets_runtime/test/fuzztest/containersplainarray_fuzzer/
Dcontainersplainarray_fuzzer.cpp348 JSHandle<JSAPIPlainArray> thisArg = CreateJSAPIPlainArray(thread); in ContainersPlainArray_ForEach_FuzzTest() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.cpp876 GateRef thisArg = GetCallArg0(numArgs); in DECLARE_BUILTINS() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h337 JSHandle<JSTaggedValue> thisArg = globalConst->GetHandledUndefined(); in RuntimeAsyncFunctionResolveOrReject() local
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js57347 for (const {fn: e, thisArg: i, args: s} of this._refs) e.call(i, t, ...s); property
57352 thisArg: e, property
62374 thisArg: e, property