Home
last modified time | relevance | path

Searched refs:CallFunction (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_object.h423 …static JSHandle<JSTaggedValue> CallFunction(JSThread *thread, const JSHandle<JSTaggedValue> &func);
Djs_object.cpp1672 JSHandle<JSTaggedValue> JSObject::CallFunction(JSThread *thread, const JSHandle<JSTaggedValue> &fun… in CallFunction() function in panda::ecmascript::JSObject
1689 func = CallFunction(thread, func); in GetMethod()
1700 func = CallFunction(thread, func); in FastGetMethod()