Home | History | Annotate | Download | only in include

Lines Matching refs:StackFrame

109 class StackFrame;
757 * StackFrame when grabbing the current stack trace.
772 * Returns a StackFrame at a particular index.
774 Local<StackFrame> GetFrame(uint32_t index) const;
782 * Returns StackTrace as a v8::Array that contains StackFrame objects.
791 * StackFrame.
802 class V8EXPORT StackFrame {
823 * function for this StackFrame.
829 * function for this StackFrame or sourceURL value if the script name
3937 static inline bool CanCastToHeapObject(StackFrame* o) { return true; }