v8.h | v8.h | |||
---|---|---|---|---|
skipping to change at line 2451 | skipping to change at line 2451 | |||
* 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; | |||
/** | /** | |||
* Tells whether this function is builtin. | ||||
*/ | ||||
bool IsBuiltin() const; | ||||
/** | ||||
* Returns scriptId object. | * Returns scriptId object. | |||
*/ | */ | |||
V8_DEPRECATED("Use ScriptId instead", Handle<Value> GetScriptId()) const; | V8_DEPRECATED("Use ScriptId instead", Handle<Value> GetScriptId()) const; | |||
/** | /** | |||
* Returns scriptId. | * Returns scriptId. | |||
*/ | */ | |||
int ScriptId() const; | int ScriptId() const; | |||
ScriptOrigin GetScriptOrigin() const; | ScriptOrigin GetScriptOrigin() const; | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 5 lines changed or added | |||