Home
last modified time | relevance | path

Searched defs:Invoke (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_method.cpp56 EtsValue EtsMethod::Invoke(napi::ScopedManagedCodeFix *s, Value *args) in Invoke() function in panda::ets::EtsMethod
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_function_test.cpp133 HWTEST_F_L0(JSFunctionTest, Invoke) in HWTEST_F_L0() argument
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_method_test.cpp82 TEST_F(EtsMethodTest, Invoke) in TEST_F() argument
/arkcompiler/runtime_core/static_core/runtime/
Dmethod.cpp216 Value Method::Invoke(ManagedThread *thread, Value *args, bool proxyCall) in Invoke() function in panda::Method
/arkcompiler/runtime_core/static_core/runtime/tests/
Dmethod_test.cpp138 TEST_F(MethodTest, Invoke) in TEST_F() argument
/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp417 JSTaggedValue JSFunction::Invoke(EcmaRuntimeCallInfo *info, const JSHandle<JSTaggedValue> &key) in Invoke() function in panda::ecmascript::JSFunction