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

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DScriptCallStackFactory.cpp85 static PassRefPtr<ScriptCallStack> createScriptCallStack(v8::Handle<v8::StackTrace> stackTrace, size_t maxStackSize, bool emptyStackIsAllowed) function in namespace:WebCore
94 PassRefPtr<ScriptCallStack> createScriptCallStack(v8::Handle<v8::StackTrace> stackTrace, size_t maxStackSize) function in namespace:WebCore
96 return createScriptCallStack(stackTrace, maxStackSize, true);
99 PassRefPtr<ScriptCallStack> createScriptCallStack(size_t maxStackSize, bool emptyStackIsAllowed) function in namespace:WebCore
105 return createScriptCallStack(stackTrace, maxStackSize, emptyStackIsAllowed);
116 return createScriptCallStack(stackSize);
124 PassRefPtr<ScriptCallStack> createScriptCallStack(ScriptState*, size_t maxStackSize) function in namespace:WebCore

Completed in 128 milliseconds