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/core/v8/
DScriptCallStackFactory.cpp69 …tor(v8::Handle<v8::StackTrace> stackTrace, Vector<ScriptCallFrame>& scriptCallFrames, size_t maxSt… in toScriptCallFramesVector() argument
77 scriptCallFrames.append(toScriptCallFrame(stackFrame)); in toScriptCallFramesVector()
83 scriptCallFrames.append(ScriptCallFrame()); in toScriptCallFramesVector()
91 Vector<ScriptCallFrame> scriptCallFrames; in createScriptCallStack() local
92 …toScriptCallFramesVector(stackTrace, scriptCallFrames, maxStackSize, emptyStackIsAllowed, isolate); in createScriptCallStack()
93 RefPtrWillBeRawPtr<ScriptCallStack> callStack = ScriptCallStack::create(scriptCallFrames); in createScriptCallStack()