Home
last modified time | relevance | path

Searched defs:thisArg (Results 1 – 24 of 24) 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.cpp101 JSHandle<JSObject> thisArg(thread, env->GetGlobalObject()); in HWTEST_F_L0() local
136 JSHandle<JSObject> thisArg(thread, env->GetGlobalObject()); in HWTEST_F_L0() local
182 JSHandle<JSObject> thisArg(thread, env->GetGlobalObject()); in HWTEST_F_L0() local
228 JSHandle<JSObject> thisArg(thread, env->GetGlobalObject()); in HWTEST_F_L0() local
284 JSHandle<JSObject> thisArg(thread, env->GetGlobalObject()); in HWTEST_F_L0() local
338 JSHandle<JSObject> thisArg(thread, env->GetGlobalObject()); in HWTEST_F_L0() local
373 JSHandle<JSObject> thisArg(thread, env->GetGlobalObject()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_function.cpp104 JSHandle<JSTaggedValue> thisArg = GetCallArg(argv, 0); in FunctionPrototypeApply() local
150 JSHandle<JSTaggedValue> thisArg = GetCallArg(argv, 0); in FunctionPrototypeBind() local
240 JSHandle<JSTaggedValue> thisArg = GetCallArg(argv, 0); in FunctionPrototypeCall() local
Dbuiltins_set.cpp201 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/
Djs_async_generator_object.cpp107 const JSHandle<JSTaggedValue> thisArg = constants->GetHandledUndefined(); in AsyncGeneratorReject() local
261 JSHandle<JSTaggedValue> thisArg = constants->GetHandledUndefined(); in AsyncGeneratorEnqueue() local
316 JSHandle<JSTaggedValue> thisArg = globalConst->GetHandledUndefined(); in PromiseResolve() local
Djs_async_function.cpp51 JSHandle<JSTaggedValue> thisArg = globalConst->GetHandledUndefined(); in AsyncFunctionAwait() local
Decma_vm.cpp427 …ue EcmaVM::InvokeEcmaAotEntrypoint(JSHandle<JSFunction> mainFunc, JSHandle<JSTaggedValue> &thisArg, in InvokeEcmaAotEntrypoint()
585 void EcmaVM::CJSExecution(JSHandle<JSFunction> &func, JSHandle<JSTaggedValue> &thisArg, in CJSExecution()
Djs_function.cpp313 JSHandle<JSTaggedValue> thisArg = info->GetThis(); in Invoke() local
Djs_proxy.cpp884 JSHandle<JSTaggedValue> thisArg = info->GetThis(); in CallInternal() local
Dtagged_list.cpp385 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.cpp149 const JSHandle<JSTaggedValue> &thisArg) in FlattenIntoArray()
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_arraylist.cpp255 const JSHandle<JSTaggedValue> &thisArg) in ReplaceAllElements()
336 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.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.cpp374 JSHandle<JSTaggedValue> thisArg = GetCallArg(argv, 1); in ForEach() local
Dcontainers_treemap.cpp424 JSHandle<JSTaggedValue> thisArg = GetCallArg(argv, 1); in ForEach() local
Dcontainers_lightweightmap.cpp539 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/
Dcommon_stubs.cpp686 … GateRef thisArg = Load(VariableType::JS_POINTER(), argv, IntPtr(2 * sizeof(JSTaggedValue))); in GenerateCircuit() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h298 JSHandle<JSTaggedValue> thisArg = globalConst->GetHandledUndefined(); in RuntimeAsyncFunctionResolveOrReject() local