Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_method.cpp82 EtsValue EtsMethod::Invoke(napi::ScopedManagedCodeFix *s, Value *args) in Invoke() function in ark::ets::EtsMethod
100 ani_status EtsMethod::Invoke(ani::ScopedManagedCodeFix &s, Value *args, EtsValue *result) in Invoke() function in ark::ets::EtsMethod
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_function_test.cpp109 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 ark::Method
/arkcompiler/runtime_core/static_core/runtime/tests/
Dmethod_test.cpp155 TEST_F(MethodTest, Invoke) in TEST_F() argument
/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp589 JSTaggedValue JSFunction::Invoke(EcmaRuntimeCallInfo *info, const JSHandle<JSTaggedValue> &key) in Invoke() function in panda::ecmascript::JSFunction
/arkcompiler/jsvm/src/
Djs_native_api_v8.cpp513 static void Invoke(const v8::FunctionCallbackInfo<v8::Value>& info) in Invoke() function in v8impl::__anone4be3d930111::FunctionCallbackWrapper