Searched refs:CallFunction (Results 1 – 2 of 2) sorted by relevance
423 …static JSHandle<JSTaggedValue> CallFunction(JSThread *thread, const JSHandle<JSTaggedValue> &func);
1672 JSHandle<JSTaggedValue> JSObject::CallFunction(JSThread *thread, const JSHandle<JSTaggedValue> &fun… in CallFunction() function in panda::ecmascript::JSObject1689 func = CallFunction(thread, func); in GetMethod()1700 func = CallFunction(thread, func); in FastGetMethod()