Home
last modified time | relevance | path

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

/external/webkit/WebCore/inspector/
DJavaScriptProfileNode.cpp273 JSObject* profileNodeWrapper = profileNodeCache().get(profileNode); in toJS() local
274 if (profileNodeWrapper) in toJS()
275 return profileNodeWrapper; in toJS()
279profileNodeWrapper = toJS(JSObjectMake(toRef(exec), ProfileNodeClass(), static_cast<void*>(profile… in toJS()
280 profileNodeCache().set(profileNode, profileNodeWrapper); in toJS()
281 return profileNodeWrapper; in toJS()