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

/external/webkit/WebCore/bindings/v8/
H A DScriptCallStack.cpp32 #include "ScriptCallStack.h"
43 ScriptCallStack* ScriptCallStack::create(const v8::Arguments& arguments, unsigned skipArgumentCount) {
53 return new ScriptCallStack(arguments, skipArgumentCount, sourceName, sourceLineNumber);
56 ScriptCallStack::ScriptCallStack(const v8::Arguments& arguments, unsigned skipArgumentCount, String sourceName, int sourceLineNumber) function in class:WebCore::ScriptCallStack
62 ScriptCallStack::~ScriptCallStack()
66 const ScriptCallFrame& ScriptCallStack::at(unsigned index) const
H A DScriptCallStack.h45 class ScriptCallStack : public Noncopyable { class in namespace:WebCore
47 static ScriptCallStack* create(const v8::Arguments&, unsigned skipArgumentCount = 0);
48 ~ScriptCallStack();
58 ScriptCallStack(const v8::Arguments& arguments, unsigned skipArgumentCount, String sourceName, int sourceLineNumber);
/external/webkit/WebCore/bindings/js/
H A DScriptCallStack.cpp32 #include "ScriptCallStack.h"
45 ScriptCallStack::ScriptCallStack(ExecState* exec, const ArgList& args, unsigned skipArgumentCount) function in class:WebCore::ScriptCallStack
69 ScriptCallStack::~ScriptCallStack()
73 const ScriptCallFrame &ScriptCallStack::at(unsigned index)
83 unsigned ScriptCallStack::size()
89 void ScriptCallStack::initialize()
H A DScriptCallStack.h46 class ScriptCallStack : public Noncopyable { class in namespace:WebCore
48 ScriptCallStack(JSC::ExecState*, const JSC::ArgList&, unsigned skipArgumentCount = 0);
49 ~ScriptCallStack();

Completed in 130 milliseconds