Changeset 35368 in webkit for trunk/JavaScriptCore/VM/CodeGenerator.h
- Timestamp:
- Jul 25, 2008, 8:52:24 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/CodeGenerator.h
r35309 r35368 105 105 // NB: depth does _not_ include the local scope. eg. a depth of 0 refers 106 106 // to the scope containing this codeblock. 107 bool findScopedProperty(const Identifier&, int& index, size_t& depth );107 bool findScopedProperty(const Identifier&, int& index, size_t& depth, bool forWriting); 108 108 109 109 // Returns the register storing "this"
Note:
See TracChangeset
for help on using the changeset viewer.