Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_function_test.cpp133 HWTEST_F_L0(JSFunctionTest, Invoke) in HWTEST_F_L0() argument
/arkcompiler/runtime_core/runtime/
Dmethod.cpp186 Value Method::Invoke(ManagedThread *thread, Value *args, bool proxy_call) in Invoke() function in panda::Method
/arkcompiler/runtime_core/runtime/tests/
Dmethod_test.cpp133 TEST_F(MethodTest, Invoke) in TEST_F() argument
/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp305 JSTaggedValue JSFunction::Invoke(EcmaRuntimeCallInfo *info, const JSHandle<JSTaggedValue> &key) in Invoke() function in panda::ecmascript::JSFunction