Home
last modified time | relevance | path

Searched defs:callable (Results 1 – 5 of 5) 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.h72 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.cpp128 Label callable(env); in ForEach() local
Dbuiltins_array_stub_builder.cpp178 Label callable(env); in Filter() local
1133 Label callable(env); in Find() local
1208 Label callable(env); in FindIndex() local