| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
| H A D | devirt.cpp | 40 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/ |
| H A D | ets_interop_js_gtest.cpp | 50 napi_value thisArg = nullptr; in Main() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_set.cpp | 195 JSHandle<JSTaggedValue> thisArg = GetCallArg(argv, 1); in ForEach() local
|
| H A D | builtins_shared_set.cpp | 196 JSHandle<JSTaggedValue> thisArg = GetCallArg(argv, 1); in ForEach() local
|
| H A D | builtins_function.cpp | 122 JSHandle<JSTaggedValue> thisArg = GetCallArg(argv, 0); in FunctionPrototypeApply() local 127 FunctionPrototypeApplyInternal(JSThread *thread, JSHandle<JSTaggedValue> func, JSHandle<JSTaggedValue> thisArg, JSHandle<JSTaggedValue> arrayObj) FunctionPrototypeApplyInternal() argument 178 JSHandle<JSTaggedValue> thisArg = GetCallArg(argv, 0); FunctionPrototypeBind() local 194 FunctionPrototypeBindInternal(JSThread *thread, JSHandle<JSTaggedValue> target, JSHandle<JSTaggedValue> thisArg, JSHandle<TaggedArray> argsArray) FunctionPrototypeBindInternal() argument 322 JSHandle<JSTaggedValue> thisArg = GetCallArg(argv, 0); FunctionPrototypeCall() local [all...] |
| H A D | builtins_map.cpp | 178 JSHandle<JSTaggedValue> thisArg = GetCallArg(argv, 1); in ForEach() local
|
| H A D | builtins_shared_map.cpp | 173 JSHandle<JSTaggedValue> thisArg = GetCallArg(argv, 1); in ForEach() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| H A D | builtins_function_test.cpp | 67 static JSTaggedValue FunctionAlgorithm(JSThread *thread, JSHandle<JSFunction> &thisArg, in FunctionAlgorithm() argument [all...] |
| H A D | builtins_shared_function_test.cpp | 69 static JSTaggedValue FunctionAlgorithm(JSThread *thread, JSHandle<JSFunction> &thisArg, in FunctionAlgorithm() argument [all...] |
| H A D | builtins_symbol_test.cpp | 53 JSTaggedValue SymbolAlgorithm(JSThread *thread, JSTaggedValue thisArg, std::vector<JSTaggedValue>& args, in SymbolAlgorithm() argument
|
| H A D | builtins_locale_test.cpp | 148 JSTaggedValue LocaleAlgorithm(JSThread *thread, JSTaggedValue thisArg, std::vector<JSTaggedValue>& args, in LocaleAlgorithm() argument
|
| H A D | builtins_map_test.cpp | 82 JSTaggedValue MapAlgorithm(JSThread *thread, JSTaggedValue thisArg, std::vector<JSTaggedValue>& args, in MapAlgorithm() argument
|
| H A D | builtins_shared_map_test.cpp | 170 JSTaggedValue MapAlgorithm(JSThread *thread, JSTaggedValue thisArg, std::vector<JSTaggedValue>& args, in MapAlgorithm() argument
|
| H A D | builtins_string_test.cpp | 97 JSTaggedValue StringAlgorithm(JSThread *thread, JSTaggedValue thisArg, std::vector<JSTaggedValue>& args, in StringAlgorithm() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_collection_stub_builder.cpp | 137 GateRef thisArg = GetCallArg1(numArgs_); in ForEach() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_async_function.cpp | 48 JSHandle<JSTaggedValue> thisArg = globalConst->GetHandledUndefined(); in AsyncFunctionAwait() local
|
| H A D | js_async_generator_object.cpp | 104 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
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| H A D | containers_lightweightmap.cpp | 555 JSHandle<JSTaggedValue> thisArg = GetCallArg(argv, 1); in ForEach() local
|
| H A D | containers_treemap.cpp | 427 JSHandle<JSTaggedValue> thisArg = GetCallArg(argv, 1); in ForEach() local
|
| H A D | containers_treeset.cpp | 360 JSHandle<JSTaggedValue> thisArg = GetCallArg(argv, 1); in ForEach() local
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| H A D | js_api_list.cpp | 178 ReplaceAllElements(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle, const JSHandle<JSTaggedValue> &callbackFn, const JSHandle<JSTaggedValue> &thisArg) ReplaceAllElements() argument
|
| H A D | js_api_arraylist.cpp | 259 ReplaceAllElements(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle, const JSHandle<JSTaggedValue> &callbackFn, const JSHandle<JSTaggedValue> &thisArg) ReplaceAllElements() argument 349 ForEach(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle, const JSHandle<JSTaggedValue> &callbackFn, const JSHandle<JSTaggedValue> &thisArg) ForEach() argument
|
| H A D | js_api_lightweightset.cpp | 318 ForEach(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle, const JSHandle<JSTaggedValue> &callbackFn, const JSHandle<JSTaggedValue> &thisArg) ForEach() argument
|
| /arkcompiler/ets_runtime/test/fuzztest/containersplainarray_fuzzer/ |
| H A D | containersplainarray_fuzzer.cpp | 369 JSHandle<JSAPIPlainArray> thisArg = CreateJSAPIPlainArray(thread);
in ContainersPlainArray_ForEach_FuzzTest() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| H A D | array_helper.cpp | 277 FlattenIntoArray(JSThread *thread, const JSHandle<JSObject> &newArrayHandle, const JSHandle<JSTaggedValue> &thisObjVal, const FlattenArgs &args, const JSHandle<JSTaggedValue> &mapperFunctionHandle, const JSHandle<JSTaggedValue> &thisArg) FlattenIntoArray() argument
|