Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DScriptCallStackFactory.cpp71 …tor(v8::Handle<v8::StackTrace> stackTrace, Vector<ScriptCallFrame>& scriptCallFrames, size_t maxSt… in toScriptCallFramesVector() argument
79 scriptCallFrames.append(toScriptCallFrame(stackFrame)); in toScriptCallFramesVector()
85 scriptCallFrames.append(ScriptCallFrame("undefined", "", "undefined", 0)); in toScriptCallFramesVector()
93 Vector<ScriptCallFrame> scriptCallFrames; in createScriptCallStack() local
94 …toScriptCallFramesVector(stackTrace, scriptCallFrames, maxStackSize, emptyStackIsAllowed, isolate); in createScriptCallStack()
95 return ScriptCallStack::create(scriptCallFrames); in createScriptCallStack()