Home
last modified time | relevance | path

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

12

/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
H A Ddevirt.cpp40 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 Dets_interop_js_gtest.cpp50 napi_value thisArg = nullptr; in Main() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_set.cpp195 JSHandle<JSTaggedValue> thisArg = GetCallArg(argv, 1); in ForEach() local
H A Dbuiltins_shared_set.cpp196 JSHandle<JSTaggedValue> thisArg = GetCallArg(argv, 1); in ForEach() local
H A Dbuiltins_function.cpp122 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 Dbuiltins_map.cpp178 JSHandle<JSTaggedValue> thisArg = GetCallArg(argv, 1); in ForEach() local
H A Dbuiltins_shared_map.cpp173 JSHandle<JSTaggedValue> thisArg = GetCallArg(argv, 1); in ForEach() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_function_test.cpp67 static JSTaggedValue FunctionAlgorithm(JSThread *thread, JSHandle<JSFunction> &thisArg, in FunctionAlgorithm() argument
[all...]
H A Dbuiltins_shared_function_test.cpp69 static JSTaggedValue FunctionAlgorithm(JSThread *thread, JSHandle<JSFunction> &thisArg, in FunctionAlgorithm() argument
[all...]
H A Dbuiltins_symbol_test.cpp53 JSTaggedValue SymbolAlgorithm(JSThread *thread, JSTaggedValue thisArg, std::vector<JSTaggedValue>& args, in SymbolAlgorithm() argument
H A Dbuiltins_locale_test.cpp148 JSTaggedValue LocaleAlgorithm(JSThread *thread, JSTaggedValue thisArg, std::vector<JSTaggedValue>& args, in LocaleAlgorithm() argument
H A Dbuiltins_map_test.cpp82 JSTaggedValue MapAlgorithm(JSThread *thread, JSTaggedValue thisArg, std::vector<JSTaggedValue>& args, in MapAlgorithm() argument
H A Dbuiltins_shared_map_test.cpp170 JSTaggedValue MapAlgorithm(JSThread *thread, JSTaggedValue thisArg, std::vector<JSTaggedValue>& args, in MapAlgorithm() argument
H A Dbuiltins_string_test.cpp97 JSTaggedValue StringAlgorithm(JSThread *thread, JSTaggedValue thisArg, std::vector<JSTaggedValue>& args, in StringAlgorithm() argument
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_collection_stub_builder.cpp137 GateRef thisArg = GetCallArg1(numArgs_); in ForEach() local
/arkcompiler/ets_runtime/ecmascript/
H A Djs_async_function.cpp48 JSHandle<JSTaggedValue> thisArg = globalConst->GetHandledUndefined(); in AsyncFunctionAwait() local
H A Djs_async_generator_object.cpp104 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 Dcontainers_lightweightmap.cpp555 JSHandle<JSTaggedValue> thisArg = GetCallArg(argv, 1); in ForEach() local
H A Dcontainers_treemap.cpp427 JSHandle<JSTaggedValue> thisArg = GetCallArg(argv, 1); in ForEach() local
H A Dcontainers_treeset.cpp360 JSHandle<JSTaggedValue> thisArg = GetCallArg(argv, 1); in ForEach() local
/arkcompiler/ets_runtime/ecmascript/js_api/
H A Djs_api_list.cpp178 ReplaceAllElements(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle, const JSHandle<JSTaggedValue> &callbackFn, const JSHandle<JSTaggedValue> &thisArg) ReplaceAllElements() argument
H A Djs_api_arraylist.cpp259 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 Djs_api_lightweightset.cpp318 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 Dcontainersplainarray_fuzzer.cpp369 JSHandle<JSAPIPlainArray> thisArg = CreateJSAPIPlainArray(thread); in ContainersPlainArray_ForEach_FuzzTest() local
/arkcompiler/ets_runtime/ecmascript/base/
H A Darray_helper.cpp277 FlattenIntoArray(JSThread *thread, const JSHandle<JSObject> &newArrayHandle, const JSHandle<JSTaggedValue> &thisObjVal, const FlattenArgs &args, const JSHandle<JSTaggedValue> &mapperFunctionHandle, const JSHandle<JSTaggedValue> &thisArg) FlattenIntoArray() argument

Completed in 21 milliseconds

12