Searched refs:profileNodeWrapper (Results 1 – 1 of 1) sorted by relevance
273 JSObject* profileNodeWrapper = profileNodeCache().get(profileNode); in toJS() local274 if (profileNodeWrapper) in toJS()275 return profileNodeWrapper; in toJS()279 …profileNodeWrapper = toJS(JSObjectMake(toRef(exec), ProfileNodeClass(), static_cast<void*>(profile… in toJS()280 profileNodeCache().set(profileNode, profileNodeWrapper); in toJS()281 return profileNodeWrapper; in toJS()