Searched refs:funcNameValue (Results 1 – 1 of 1) sorted by relevance
132 JSHandle<JSTaggedValue> funcNameValue = JSObject::GetProperty(thread, func, nameKey).GetValue(); in GetNativeStack() local134 if (funcNameValue->IsString()) { in GetNativeStack()135 JSHandle<EcmaString> methodName(funcNameValue); in GetNativeStack()