v8.h | v8.h | |||
---|---|---|---|---|
skipping to change at line 2440 | skipping to change at line 2440 | |||
/** | /** | |||
* Name inferred from variable or property assignment of this function. | * Name inferred from variable or property assignment of this function. | |||
* Used to facilitate debugging and profiling of JavaScript code written | * Used to facilitate debugging and profiling of JavaScript code written | |||
* in an OO style, where many functions are anonymous but are assigned | * in an OO style, where many functions are anonymous but are assigned | |||
* to object properties. | * to object properties. | |||
*/ | */ | |||
Handle<Value> GetInferredName() const; | Handle<Value> GetInferredName() const; | |||
/** | /** | |||
* User-defined name assigned to the "displayName" property of this funct | ||||
ion. | ||||
* Used to facilitate debugging and profiling of JavaScript code. | ||||
*/ | ||||
Handle<Value> GetDisplayName() const; | ||||
/** | ||||
* Returns zero based line number of function body and | * Returns zero based line number of function body and | |||
* kLineOffsetNotFound if no information available. | * kLineOffsetNotFound if no information available. | |||
*/ | */ | |||
int GetScriptLineNumber() const; | int GetScriptLineNumber() const; | |||
/** | /** | |||
* Returns zero based column number of function body and | * Returns zero based column number of function body and | |||
* kLineOffsetNotFound if no information available. | * kLineOffsetNotFound if no information available. | |||
*/ | */ | |||
int GetScriptColumnNumber() const; | int GetScriptColumnNumber() const; | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 7 lines changed or added | |||