Searched refs:IsCompiledCodeFromCallTarget (Results 1 – 2 of 2) sorted by relevance
83 static bool IsCompiledCodeFromCallTarget(const JSThread *thread, JSTaggedValue callTarget) in IsCompiledCodeFromCallTarget() function
217 …bool isCompiledCode = JSFunctionBase::IsCompiledCodeFromCallTarget(thread, info->GetFunctionValue(… in Execute()