Searched defs:createScriptCallStack (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScriptCallStackFactory.cpp87 static PassRefPtrWillBeRawPtr<ScriptCallStack> createScriptCallStack(v8::Handle<v8::StackTrace> stackTrace, size_t maxStackSize, bool emptyStackIsAllowed, v8::Isolate* isolate) function in namespace:blink
99 PassRefPtrWillBeRawPtr<ScriptCallStack> createScriptCallStack(v8::Handle<v8::StackTrace> stackTrace, size_t maxStackSize, v8::Isolate* isolate) function in namespace:blink
101 return createScriptCallStack(stackTrace, maxStackSize, true, isolate);
104 PassRefPtrWillBeRawPtr<ScriptCallStack> createScriptCallStack(size_t maxStackSize, bool emptyStackIsAllowed) function in namespace:blink
111 return createScriptCallStack(stackTrace, maxStackSize, emptyStackIsAllowed, isolate);
124 return createScriptCallStack(stackSize, emptyStackIsAllowed);

Completed in 90 milliseconds