Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DScriptCallStackFactory.cpp69 …ctor<ScriptCallFrame>& scriptCallFrames, size_t maxStackSize, bool emptyStackIsAllowed, v8::Isolat… in toScriptCallFramesVector() argument
79 if (!frameCount && !emptyStackIsAllowed) { in toScriptCallFramesVector()
87 …k(v8::Handle<v8::StackTrace> stackTrace, size_t maxStackSize, bool emptyStackIsAllowed, v8::Isolat… in createScriptCallStack() argument
92 …toScriptCallFramesVector(stackTrace, scriptCallFrames, maxStackSize, emptyStackIsAllowed, isolate); in createScriptCallStack()
104 …rWillBeRawPtr<ScriptCallStack> createScriptCallStack(size_t maxStackSize, bool emptyStackIsAllowed) in createScriptCallStack() argument
111 return createScriptCallStack(stackTrace, maxStackSize, emptyStackIsAllowed, isolate); in createScriptCallStack()
114 …Ptr<ScriptCallStack> createScriptCallStackForConsole(size_t maxStackSize, bool emptyStackIsAllowed) in createScriptCallStackForConsole() argument
124 return createScriptCallStack(stackSize, emptyStackIsAllowed); in createScriptCallStackForConsole()
DScriptCallStackFactory.h52 …wPtr<ScriptCallStack> createScriptCallStack(size_t maxStackSize, bool emptyStackIsAllowed = false);
53 …ize_t maxStackSize = ScriptCallStack::maxCallStackSizeToCapture, bool emptyStackIsAllowed = false);