Home
last modified time | relevance | path

Searched defs:callable (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/util/
Dcallable.h40 class callable; variable
70 constexpr callable(const T &obj) // NOLINT(google-explicit-constructor) in callable() function
77 constexpr callable(T &obj) // NOLINT(google-explicit-constructor) in callable() function
84 constexpr callable(const T &obj, R (T::*paramMethod)(Args...) const) in callable() function
91 constexpr callable(T &obj, R (T::*paramMethod)(Args...)) in callable() function
97 … constexpr callable(FunctionType func) : method_ {func} {} // NOLINT(google-explicit-constructor) in callable() function
/arkcompiler/ets_runtime/ecmascript/
Djs_proxy.h78 void SetCallable(bool callable) const in SetCallable()
/arkcompiler/runtime_core/static_core/verification/util/tests/
Dcallable_test.cpp41 TEST_F(VerifierTest, callable) in TEST_F() argument
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_collection_stub_builder.cpp127 Label callable(env); in ForEach() local
Dbuiltins_typedarray_stub_builder.cpp709 Label callable(env); in Find() local
1225 Label callable(env); in Every() local
1308 Label callable(env); in Some() local
1414 Label callable(env); in Filter() local
2275 Label callable(env); in FindIndex() local
2390 Label callable(env); in FindLastIndex() local
2638 Label callable(env); in Map() local
Dbuiltins_array_stub_builder.cpp587 Label callable(env); in Filter() local
802 Label callable(env); in Map() local
4608 Label callable(env); in FindLastIndex() local
4801 Label callable(env); in FindLast() local
5208 Label callable(env); in FlatMap() local
Dbuiltins_array_stub_builder_next_optimization.cpp1318 Label callable(env); in FindOrFindIndex() local
1554 Label callable(env); in VisitAll() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/intrinsics/
Dstd_js_jsruntime.cpp246 JSValue *JSRuntimeInstantiateIntrinsic(JSValue *callable, ObjectHeader *args) in JSRuntimeInstantiateIntrinsic()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dintrinsics_api_impl.cpp716 JSValue *JSRuntimeInstantiate(JSValue *callable, EtsArray *args) in JSRuntimeInstantiate()