Searched refs:scriptCallFrames (Results 1 – 1 of 1) sorted by relevance
69 …tor(v8::Handle<v8::StackTrace> stackTrace, Vector<ScriptCallFrame>& scriptCallFrames, size_t maxSt… in toScriptCallFramesVector() argument77 scriptCallFrames.append(toScriptCallFrame(stackFrame)); in toScriptCallFramesVector()83 scriptCallFrames.append(ScriptCallFrame()); in toScriptCallFramesVector()91 Vector<ScriptCallFrame> scriptCallFrames; in createScriptCallStack() local92 …toScriptCallFramesVector(stackTrace, scriptCallFrames, maxStackSize, emptyStackIsAllowed, isolate); in createScriptCallStack()93 RefPtrWillBeRawPtr<ScriptCallStack> callStack = ScriptCallStack::create(scriptCallFrames); in createScriptCallStack()