HomeSort by relevance Sort by last modified time
    Searched refs:inferredName (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8InjectedScriptHostCustom.cpp 207 v8::Handle<v8::Value> inferredName = function->GetInferredName();
208 if (inferredName->IsString() && v8::Handle<v8::String>::Cast(inferredName)->Length())
209 result->Set(v8::String::NewSymbol("inferredName"), inferredName);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ObjectPopoverHelper.js 90 functionName.textContent = response.name || response.inferredName || response.displayName || WebInspector.UIString("(anonymous function)");
  /external/chromium_org/v8/test/mjsunit/
mirror-unresolved-function.js 61 assertEquals('undefined', typeof mirror.inferredName());
80 assertFalse('inferredName' in fromJSON);
debug-backtrace.js 118 assertEquals("m", response.lookup(frames[1].func.ref).inferredName);
139 assertEquals("m", response.lookup(frames[0].func.ref).inferredName);
195 assertEquals("m", response.lookup(frame.func.ref).inferredName);
  /external/v8/test/mjsunit/
mirror-unresolved-function.js 61 assertEquals('undefined', typeof mirror.inferredName());
80 assertFalse('inferredName' in fromJSON);
debug-backtrace.js 118 assertEquals("m", response.lookup(frames[1].func.ref).inferredName);
139 assertEquals("m", response.lookup(frames[0].func.ref).inferredName);
195 assertEquals("m", response.lookup(frame.func.ref).inferredName);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
display-profiler-output 136 attr_accessor :codeHash, :inferredName, :source, :instructionCount, :machineInlineSites, :compilations
140 @inferredName = json["inferredName"].to_s
162 "#{@inferredName}\##{@codeHash}"
171 pattern == @inferredName or pattern == @codeHash
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
DebuggerScript.js 315 functionName = func.name() || func.inferredName();
  /external/chromium_org/v8/src/
mirror-debugger.js 863 FunctionMirror.prototype.inferredName = function() {
1013 UnresolvedFunctionMirror.prototype.inferredName = function() {
    [all...]
  /external/v8/src/
mirror-debugger.js 813 FunctionMirror.prototype.inferredName = function() {
947 UnresolvedFunctionMirror.prototype.inferredName = function() {
    [all...]

Completed in 414 milliseconds