File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8787 V8_OFF_HEAP(V8DBG_CLASS_JSFUNCTION__SHARED__SHAREDFUNCTIONINFO)
8888#define V8_OFF_SHARED_NAME \
8989 V8_OFF_HEAP(V8DBG_CLASS_SHAREDFUNCTIONINFO__NAME__OBJECT)
90- #define V8_OFF_SHARED_INFERRED \
91- V8_OFF_HEAP(V8DBG_CLASS_SHAREDFUNCTIONINFO__INFERRED_NAME__STRING )
90+ #define V8_OFF_SHARED_IDENT \
91+ V8_OFF_HEAP(V8DBG_CLASS_SHAREDFUNCTIONINFO__FUNCTION_IDENTIFIER__OBJECT )
9292#define V8_OFF_SHARED_SCRIPT \
9393 V8_OFF_HEAP(V8DBG_CLASS_SHAREDFUNCTIONINFO__SCRIPT__OBJECT)
9494#define V8_OFF_SHARED_FUNTOK \
Original file line number Diff line number Diff line change @@ -414,7 +414,7 @@ dtrace:helper:ustack:
414414dtrace :helper :ustack :
415415/!this -> done /
416416{
417- this -> marker = COPYIN_PTR (this -> fp + V8_OFF_FP_MARKER );
417+ this -> marker = COPYIN_PTR (this -> fp + V8_OFF_FP_CONTEXT );
418418}
419419
420420dtrace :helper :ustack :
@@ -532,7 +532,7 @@ dtrace:helper:ustack:
532532 APPEND_CHR ('s' );
533533 APPEND_CHR (' ' );
534534
535- this -> funcnamestr = COPYIN_PTR (this -> shared + V8_OFF_SHARED_INFERRED );
535+ this -> funcnamestr = COPYIN_PTR (this -> shared + V8_OFF_SHARED_IDENT );
536536 LOAD_STRFIELDS (this -> funcnamestr , this -> funcnamelen ,
537537 this -> funcnameattrs );
538538}
You can’t perform that action at this time.
0 commit comments