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

/external/webkit/Source/WebCore/bindings/js/
H A DScriptCallStackFactory.cpp51 PassRefPtr<ScriptCallStack> createScriptCallStack(size_t, bool) function in namespace:WebCore
56 PassRefPtr<ScriptCallStack> createScriptCallStack(JSC::ExecState* exec, size_t maxStackSize) function in namespace:WebCore
/external/webkit/Source/WebCore/bindings/v8/
H A DScriptCallStackFactory.cpp81 static PassRefPtr<ScriptCallStack> createScriptCallStack(v8::Handle<v8::StackTrace> stackTrace, size_t maxStackSize, bool emptyStackIsAllowed) function in namespace:WebCore
90 PassRefPtr<ScriptCallStack> createScriptCallStack(v8::Handle<v8::StackTrace> stackTrace, size_t maxStackSize) function in namespace:WebCore
92 return createScriptCallStack(stackTrace, maxStackSize, true);
95 PassRefPtr<ScriptCallStack> createScriptCallStack(size_t maxStackSize, bool emptyStackIsAllowed) function in namespace:WebCore
101 return createScriptCallStack(stackTrace, maxStackSize, emptyStackIsAllowed);

Completed in 66 milliseconds