/arkcompiler/ets_frontend/ts2panda/tests/expression/ |
D | bindingPattern.test.ts | 41 let thisArg = new VReg(); variable 71 let thisArg = new VReg(); variable
|
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
D | builtins_function_test.cpp | 95 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/ |
D | builtins_function.cpp | 112 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
|
D | builtins_set.cpp | 204 JSHandle<JSTaggedValue> thisArg = GetCallArg(argv, 1); in ForEach() local
|
D | builtins_map.cpp | 180 JSHandle<JSTaggedValue> thisArg = GetCallArg(argv, 1); in ForEach() local
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_async_generator_object.cpp | 110 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
|
D | js_async_function.cpp | 52 JSHandle<JSTaggedValue> thisArg = globalConst->GetHandledUndefined(); in AsyncFunctionAwait() local
|
D | js_function.cpp | 313 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()
|
D | ecma_context.cpp | 218 …maContext::InvokeEcmaAotEntrypoint(JSHandle<JSFunction> mainFunc, JSHandle<JSTaggedValue> &thisArg, in InvokeEcmaAotEntrypoint() 309 void EcmaContext::CJSExecution(JSHandle<JSFunction> &func, JSHandle<JSTaggedValue> &thisArg, in CJSExecution()
|
D | js_proxy.cpp | 897 JSHandle<JSTaggedValue> thisArg = info->GetThis(); in CallInternal() local
|
D | tagged_list.cpp | 384 const JSHandle<JSTaggedValue> &thisArg, in ReplaceAllElements()
|
/arkcompiler/ets_runtime/test/moduletest/spreadoperator/ |
D | spreadoperator.js | 97 apply: function (target, thisArg, argumentsList) { argument
|
/arkcompiler/ets_runtime/ecmascript/base/ |
D | array_helper.cpp | 159 const JSHandle<JSTaggedValue> &thisArg) in FlattenIntoArray()
|
/arkcompiler/ets_runtime/ecmascript/js_api/ |
D | js_api_vector.cpp | 291 const JSHandle<JSTaggedValue> &thisArg) in ForEach() 319 const JSHandle<JSTaggedValue> &thisArg) in ReplaceAllElements()
|
D | js_api_arraylist.cpp | 253 const JSHandle<JSTaggedValue> &thisArg) in ReplaceAllElements() 334 const JSHandle<JSTaggedValue> &thisArg) in ForEach()
|
D | js_api_list.cpp | 154 const JSHandle<JSTaggedValue> &thisArg) in ReplaceAllElements()
|
D | js_api_lightweightset.cpp | 320 const JSHandle<JSTaggedValue> &thisArg) in ForEach()
|
D | js_api_plain_array.cpp | 273 const JSHandle<JSTaggedValue> &thisArg) in ForEach()
|
/arkcompiler/ets_runtime/ecmascript/containers/ |
D | containers_treeset.cpp | 378 JSHandle<JSTaggedValue> thisArg = GetCallArg(argv, 1); in ForEach() local
|
D | containers_treemap.cpp | 427 JSHandle<JSTaggedValue> thisArg = GetCallArg(argv, 1); in ForEach() local
|
D | containers_lightweightmap.cpp | 546 JSHandle<JSTaggedValue> thisArg = GetCallArg(argv, 1); in ForEach() local
|
/arkcompiler/ets_runtime/test/fuzztest/containersplainarray_fuzzer/ |
D | containersplainarray_fuzzer.cpp | 348 JSHandle<JSAPIPlainArray> thisArg = CreateJSAPIPlainArray(thread); in ContainersPlainArray_ForEach_FuzzTest() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
D | builtins_stubs.cpp | 876 GateRef thisArg = GetCallArg0(numArgs); in DECLARE_BUILTINS() local
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs-inl.h | 337 JSHandle<JSTaggedValue> thisArg = globalConst->GetHandledUndefined(); in RuntimeAsyncFunctionResolveOrReject() local
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
D | cocos_worker_test.js | 57347 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
|