Searched defs:stackFrame (Results 1 – 6 of 6) sorted by relevance
70 v8::Local<v8::StackFrame> stackFrame = stackTrace->GetFrame(i); in toScriptCallFramesVector() local
90 int stackFrame, in executeFilterExpr()
285 public void setLocalVariable(int index, XObject val, int stackFrame) in setLocalVariable()
236 Handle<JSObject> stackFrame = factory()->NewJSObject(object_function()); in CaptureCurrentStackTrace() local
973 JITStackFrame& stackFrame; member977 #define STUB_INIT_STACK_FRAME(stackFrame) JITStackFrame& stackFrame = *reinterpret_cast_ptr<JITStac… argument983 #define STUB_INIT_STACK_FRAME(stackFrame) JITStackFrame& stackFrame = *reinterpret_cast_ptr<JITStac… argument
323 const StackFrameContext *stackFrame = cast<StackFrameContext>(pred->getLocationContext()); in ProcessInitializer() local