Searched refs:scriptCallFrames (Results 1 – 1 of 1) sorted by relevance
71 …tor(v8::Handle<v8::StackTrace> stackTrace, Vector<ScriptCallFrame>& scriptCallFrames, size_t maxSt… in toScriptCallFramesVector() argument79 scriptCallFrames.append(toScriptCallFrame(stackFrame)); in toScriptCallFramesVector()85 scriptCallFrames.append(ScriptCallFrame("undefined", "", "undefined", 0)); in toScriptCallFramesVector()93 Vector<ScriptCallFrame> scriptCallFrames; in createScriptCallStack() local94 …toScriptCallFramesVector(stackTrace, scriptCallFrames, maxStackSize, emptyStackIsAllowed, isolate); in createScriptCallStack()95 return ScriptCallStack::create(scriptCallFrames); in createScriptCallStack()