Searched defs:inferredName (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dmirror-debugger.js813 FunctionMirror.prototype.inferredName = function() {
947 UnresolvedFunctionMirror.prototype.inferredName = function() {
2069 o.inferredName = mirror.inferredName();
2249 if (!IS_UNDEFINED(mirror.inferredName())) {
2250 content.inferredName = mirror.inferredName();

Completed in 172 milliseconds