Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(163)

Side by Side Diff: include/v8.h

Issue 1495633002: Removed support deprecated (//@|/*@) source(URL|MappingURL)= (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | src/js/messages.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2012 the V8 project authors. All rights reserved. 1 // Copyright 2012 the V8 project authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 /** \mainpage V8 API Reference Guide 5 /** \mainpage V8 API Reference Guide
6 * 6 *
7 * V8 is Google's open source JavaScript engine. 7 * V8 is Google's open source JavaScript engine.
8 * 8 *
9 * This set of documents provides reference material generated from the 9 * This set of documents provides reference material generated from the
10 * V8 header file, include/v8.h. 10 * V8 header file, include/v8.h.
(...skipping 1586 matching lines...) Expand 10 before | Expand all | Expand 10 after
1597 1597
1598 /** 1598 /**
1599 * Returns the name of the resource that contains the script for the 1599 * Returns the name of the resource that contains the script for the
1600 * function for this StackFrame. 1600 * function for this StackFrame.
1601 */ 1601 */
1602 Local<String> GetScriptName() const; 1602 Local<String> GetScriptName() const;
1603 1603
1604 /** 1604 /**
1605 * Returns the name of the resource that contains the script for the 1605 * Returns the name of the resource that contains the script for the
1606 * function for this StackFrame or sourceURL value if the script name 1606 * function for this StackFrame or sourceURL value if the script name
1607 * is undefined and its source ends with //# sourceURL=... string or 1607 * is undefined and its source ends with //# sourceURL=... string.
1608 * deprecated //@ sourceURL=... string.
1609 */ 1608 */
1610 Local<String> GetScriptNameOrSourceURL() const; 1609 Local<String> GetScriptNameOrSourceURL() const;
1611 1610
1612 /** 1611 /**
1613 * Returns the name of the function associated with this stack frame. 1612 * Returns the name of the function associated with this stack frame.
1614 */ 1613 */
1615 Local<String> GetFunctionName() const; 1614 Local<String> GetFunctionName() const;
1616 1615
1617 /** 1616 /**
1618 * Returns whether or not the associated function is compiled via a call to 1617 * Returns whether or not the associated function is compiled via a call to
(...skipping 6848 matching lines...) Expand 10 before | Expand all | Expand 10 after
8467 */ 8466 */
8468 8467
8469 8468
8470 } // namespace v8 8469 } // namespace v8
8471 8470
8472 8471
8473 #undef TYPE_CHECK 8472 #undef TYPE_CHECK
8474 8473
8475 8474
8476 #endif // V8_H_ 8475 #endif // V8_H_
OLDNEW
« no previous file with comments | « no previous file | src/js/messages.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698