Home | History | Annotate | Download | only in include

Lines Matching refs:StackFrame

112 class StackFrame;
136 class StackFrame;
1261 * StackFrame when grabbing the current stack trace.
1277 * Returns a StackFrame at a particular index.
1279 Local<StackFrame> GetFrame(uint32_t index) const;
1287 * Returns StackTrace as a v8::Array that contains StackFrame objects.
1296 * StackFrame.
1311 class V8_EXPORT StackFrame {
1331 * Returns the id of the script for the function for this StackFrame.
1340 * function for this StackFrame.
1346 * function for this StackFrame or sourceURL value if the script name
5754 V8_INLINE static bool CanCastToHeapObject(StackFrame* o) { return true; }